annotate Implab.sln @ 237:f2150c16b476 v2

missing files
author cin
date Wed, 22 Nov 2017 16:54:58 +0300
parents b49969a7043c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
1 
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
2 Microsoft Visual Studio Solution File, Format Version 12.00
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
3 # Visual Studio 14
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
4 VisualStudioVersion = 14.0.25420.1
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
5 MinimumVisualStudioVersion = 10.0.40219.1
4
381095ad0a69 Implab.Fx: implemented animation object
cin
parents: 3
diff changeset
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab", "Implab\Implab.csproj", "{F550F1F8-8746-4AD0-9614-855F4C4B7F05}"
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
7 EndProject
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE8D8D18-437A-445C-B662-4C2CE79A76F6}"
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
9 ProjectSection(SolutionItems) = preProject
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
10 Implab.vsmdi = Implab.vsmdi
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
11 Local.testsettings = Local.testsettings
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
12 TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
13 EndProjectSection
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
14 EndProject
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
15 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Test", "Implab.Test\Implab.Test.csproj", "{63F92C0C-61BF-48C0-A377-8D67C3C661D0}"
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
16 EndProject
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
17 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Format.Test", "Implab.Format.Test\Implab.Format.Test.csproj", "{4D364996-7ECD-4193-8F90-F223FFEA49DA}"
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
18 EndProject
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
19 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implab.Playground", "Implab.Playground\Implab.Playground.csproj", "{100DFEB0-75BE-436F-ADDF-1F46EF433F46}"
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
20 EndProject
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
21 Global
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
22 GlobalSection(Performance) = preSolution
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
23 HasPerformanceSessions = true
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
24 EndGlobalSection
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
25 GlobalSection(SolutionConfigurationPlatforms) = preSolution
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
26 Debug 4.5|Any CPU = Debug 4.5|Any CPU
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
27 Debug|Any CPU = Debug|Any CPU
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
28 Release 4.5|Any CPU = Release 4.5|Any CPU
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
29 Release|Any CPU = Release|Any CPU
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
30 EndGlobalSection
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
31 GlobalSection(ProjectConfigurationPlatforms) = postSolution
235
b49969a7043c Слияние
cin
parents: 233 230
diff changeset
32 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.ActiveCfg = Debug|Any CPU
b49969a7043c Слияние
cin
parents: 233 230
diff changeset
33 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug 4.5|Any CPU.Build.0 = Debug|Any CPU
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
34 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
35 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
235
b49969a7043c Слияние
cin
parents: 233 230
diff changeset
36 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.ActiveCfg = Release|Any CPU
b49969a7043c Слияние
cin
parents: 233 230
diff changeset
37 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release 4.5|Any CPU.Build.0 = Release|Any CPU
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
38 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
39 {F550F1F8-8746-4AD0-9614-855F4C4B7F05}.Release|Any CPU.Build.0 = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
40 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.ActiveCfg = Debug 4.5|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
41 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug 4.5|Any CPU.Build.0 = Debug 4.5|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
42 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
43 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
44 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.ActiveCfg = Release 4.5|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
45 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release 4.5|Any CPU.Build.0 = Release 4.5|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
46 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
47 {63F92C0C-61BF-48C0-A377-8D67C3C661D0}.Release|Any CPU.Build.0 = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
48 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug 4.5|Any CPU.ActiveCfg = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
49 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug 4.5|Any CPU.Build.0 = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
50 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
51 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
52 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release 4.5|Any CPU.ActiveCfg = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
53 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release 4.5|Any CPU.Build.0 = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
54 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
55 {4D364996-7ECD-4193-8F90-F223FFEA49DA}.Release|Any CPU.Build.0 = Release|Any CPU
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
56 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Debug 4.5|Any CPU.ActiveCfg = Debug|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
57 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Debug 4.5|Any CPU.Build.0 = Debug|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
58 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
59 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
60 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Release 4.5|Any CPU.ActiveCfg = Release|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
61 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Release 4.5|Any CPU.Build.0 = Release|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
62 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents: 227
diff changeset
63 {100DFEB0-75BE-436F-ADDF-1F46EF433F46}.Release|Any CPU.Build.0 = Release|Any CPU
72
d67b95eddaf4 promises refactoring
cin
parents: 5
diff changeset
64 EndGlobalSection
227
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
65 GlobalSection(SolutionProperties) = preSolution
8d5de4eb9c2c Reimplemented JsonXmlReader, added support for null values: JSON null values are
cin
parents: 75
diff changeset
66 HideSolutionNode = FALSE
72
d67b95eddaf4 promises refactoring
cin
parents: 5
diff changeset
67 EndGlobalSection
d67b95eddaf4 promises refactoring
cin
parents: 5
diff changeset
68 GlobalSection(TestCaseManagementSettings) = postSolution
d67b95eddaf4 promises refactoring
cin
parents: 5
diff changeset
69 CategoryFile = Implab.vsmdi
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
70 EndGlobalSection
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
71 EndGlobal