Mercurial > pub > ImplabNet
annotate Implab.sln @ 267:6b3e5c48131b v3
Working on Unity xml configuration
author | cin |
---|---|
date | Fri, 20 Apr 2018 19:05:12 +0300 |
parents | b00441e04738 |
children |
rev | line source |
---|---|
267 | 1 |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
2 Microsoft Visual Studio Solution File, Format Version 12.00 |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
3 # Visual Studio 15 |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
4 VisualStudioVersion = 15.0.27428.2005 |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
5 MinimumVisualStudioVersion = 10.0.40219.1 |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
6 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implab", "Implab\Implab.csproj", "{FF2052B6-9C8F-4022-A347-F07ABF635885}" |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
7 EndProject |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
8 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implab.Test", "Implab.Test\Implab.Test.csproj", "{6CD0DA18-8D9B-4AA8-A3DC-17322E27335E}" |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
9 EndProject |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Playground", "Implab.Playground\Implab.Playground.csproj", "{100DFEB0-75BE-436F-ADDF-1F46EF433F46}" |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
11 EndProject |
267 | 12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.ServiceHost", "Implab.ServiceHost\Implab.ServiceHost.csproj", "{8B79FCBE-50DD-40A0-9B5E-E572072E4868}" |
13 EndProject | |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
14 Global |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
15 GlobalSection(SolutionConfigurationPlatforms) = preSolution |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
16 Debug|Any CPU = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
17 Release|Any CPU = Release|Any CPU |
267 | 18 Debug|x64 = Debug|x64 |
19 Debug|x86 = Debug|x86 | |
20 Release|x64 = Release|x64 | |
21 Release|x86 = Release|x86 | |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
22 EndGlobalSection |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
23 GlobalSection(ProjectConfigurationPlatforms) = postSolution |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
24 {FF2052B6-9C8F-4022-A347-F07ABF635885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
25 {FF2052B6-9C8F-4022-A347-F07ABF635885}.Debug|Any CPU.Build.0 = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
26 {FF2052B6-9C8F-4022-A347-F07ABF635885}.Release|Any CPU.ActiveCfg = Release|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
27 {FF2052B6-9C8F-4022-A347-F07ABF635885}.Release|Any CPU.Build.0 = Release|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
28 {6CD0DA18-8D9B-4AA8-A3DC-17322E27335E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
29 {6CD0DA18-8D9B-4AA8-A3DC-17322E27335E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
30 {6CD0DA18-8D9B-4AA8-A3DC-17322E27335E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
31 {6CD0DA18-8D9B-4AA8-A3DC-17322E27335E}.Release|Any CPU.Build.0 = Release|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
32 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
33 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Debug|Any CPU.Build.0 = Debug|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
34 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Release|Any CPU.ActiveCfg = Release|Any CPU |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
35 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Release|Any CPU.Build.0 = Release|Any CPU |
267 | 36 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
37 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
38 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x64.ActiveCfg = Debug|x64 | |
39 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x64.Build.0 = Debug|x64 | |
40 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x86.ActiveCfg = Debug|x86 | |
41 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x86.Build.0 = Debug|x86 | |
42 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
43 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|Any CPU.Build.0 = Release|Any CPU | |
44 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x64.ActiveCfg = Release|x64 | |
45 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x64.Build.0 = Release|x64 | |
46 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x86.ActiveCfg = Release|x86 | |
47 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x86.Build.0 = Release|x86 | |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
48 EndGlobalSection |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
49 GlobalSection(SolutionProperties) = preSolution |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
50 HideSolutionNode = FALSE |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
51 EndGlobalSection |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
52 GlobalSection(ExtensibilityGlobals) = postSolution |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
53 SolutionGuid = {36D837FC-4CDD-4AEA-87BF-F130FEB22E02} |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
54 EndGlobalSection |
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
diff
changeset
|
55 EndGlobal |