-
Notifications
You must be signed in to change notification settings - Fork 0
/
oed-testdata.sln
47 lines (47 loc) · 2.93 KB
/
oed-testdata.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "oed-testdata.Server", "src\oed-testdata.Server\oed-testdata.Server.csproj", "{7E6A3415-9DFE-4899-9778-FDB7CF30BADE}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "oed-testdata.client", "src\oed-testdata.client\oed-testdata.client.esproj", "{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{71D9F4EC-FE79-49A9-A263-28A400FCEB8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "oed-testdata.UnitTest", "test\oed-testdata.UnitTest\oed-testdata.UnitTest.csproj", "{142693EE-4DBC-4E12-A85A-EDE32D8D32CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "oed-testdata.JsonGenerator", "src\oed-testdata.JsonGenerator\oed-testdata.JsonGenerator.csproj", "{E6160752-E1F5-44A8-8734-372698AF5D40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E6A3415-9DFE-4899-9778-FDB7CF30BADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E6A3415-9DFE-4899-9778-FDB7CF30BADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E6A3415-9DFE-4899-9778-FDB7CF30BADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E6A3415-9DFE-4899-9778-FDB7CF30BADE}.Release|Any CPU.Build.0 = Release|Any CPU
{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}.Release|Any CPU.Build.0 = Release|Any CPU
{B33254FE-B8F8-4D07-AF7E-FA9CB232311F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{142693EE-4DBC-4E12-A85A-EDE32D8D32CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{142693EE-4DBC-4E12-A85A-EDE32D8D32CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{142693EE-4DBC-4E12-A85A-EDE32D8D32CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{142693EE-4DBC-4E12-A85A-EDE32D8D32CA}.Release|Any CPU.Build.0 = Release|Any CPU
{E6160752-E1F5-44A8-8734-372698AF5D40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6160752-E1F5-44A8-8734-372698AF5D40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6160752-E1F5-44A8-8734-372698AF5D40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6160752-E1F5-44A8-8734-372698AF5D40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F0D1C12-BF80-4ACD-98E9-1FE4640C00CA}
EndGlobalSection
EndGlobal