annotate Implab.sln @ 270:ade80d94dfb5 v3

Working on Unity container xml configuration
author cin
date Wed, 25 Apr 2018 04:44:40 +0300
parents 6b3e5c48131b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
267
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
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
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.ServiceHost", "Implab.ServiceHost\Implab.ServiceHost.csproj", "{8B79FCBE-50DD-40A0-9B5E-E572072E4868}"
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
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
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
18 Debug|x64 = Debug|x64
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
19 Debug|x86 = Debug|x86
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
20 Release|x64 = Release|x64
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
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
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
36 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
37 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|Any CPU.Build.0 = Debug|Any CPU
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
38 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x64.ActiveCfg = Debug|x64
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
39 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x64.Build.0 = Debug|x64
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
40 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x86.ActiveCfg = Debug|x86
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
41 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Debug|x86.Build.0 = Debug|x86
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
42 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|Any CPU.ActiveCfg = Release|Any CPU
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
43 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|Any CPU.Build.0 = Release|Any CPU
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
44 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x64.ActiveCfg = Release|x64
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
45 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x64.Build.0 = Release|x64
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
46 {8B79FCBE-50DD-40A0-9B5E-E572072E4868}.Release|x86.ActiveCfg = Release|x86
6b3e5c48131b Working on Unity xml configuration
cin
parents: 255
diff changeset
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