forked from jonasblunck/ccm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCCM_Mono.sln
56 lines (56 loc) · 2.78 KB
/
CCM_Mono.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCMEngine", "source\CCMEngine\CCMEngine.csproj", "{D7F03C3F-43F3-4039-B746-42B5EB53A809}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCM", "source\CCM\CCM.csproj", "{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2DA4928-7668-4B04-8ED5-2BE0318ACF98}"
ProjectSection(SolutionItems) = preProject
bin\ccm.config = bin\ccm.config
Performance1.psess = Performance1.psess
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release_WithCoverageFeature|Any CPU = Release_WithCoverageFeature|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release_WithCoverageFeature|Any CPU.ActiveCfg = Release_WithCoverageFeature|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release_WithCoverageFeature|Any CPU.Build.0 = Release_WithCoverageFeature|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F03C3F-43F3-4039-B746-42B5EB53A809}.Release|Any CPU.Build.0 = Release|Any CPU
{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}.Release_WithCoverageFeature|Any CPU.ActiveCfg = Release_WithCoverageFeature|Any CPU
{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}.Release_WithCoverageFeature|Any CPU.Build.0 = Release_WithCoverageFeature|Any CPU
{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BAB732-0AC4-4EC7-A60D-7D6C620B08B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = source\CCMTests\CCMTests.csproj
Policies = $0
$0.TextStylePolicy = $3
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.FileWidth = 120
$3.TabWidth = 2
$3.RemoveTrailingWhitespace = True
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal