forked from svenheden/csharp-models-to-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csharp-models-to-typescript.sln
37 lines (37 loc) · 1.97 KB
/
csharp-models-to-typescript.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{6823DEF8-9038-4973-BA65-331E68796715}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "csharp-models-to-json", "lib\csharp-models-to-json\csharp-models-to-json.csproj", "{1E0E54C1-0C96-4C0F-AE81-43BCBE8E845A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "csharp-models-to-json_test", "lib\csharp-models-to-json_test\csharp-models-to-json_test.csproj", "{0A34F9D9-F8D2-40EB-BD5C-995019E2091B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E0E54C1-0C96-4C0F-AE81-43BCBE8E845A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E0E54C1-0C96-4C0F-AE81-43BCBE8E845A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E0E54C1-0C96-4C0F-AE81-43BCBE8E845A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E0E54C1-0C96-4C0F-AE81-43BCBE8E845A}.Release|Any CPU.Build.0 = Release|Any CPU
{0A34F9D9-F8D2-40EB-BD5C-995019E2091B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A34F9D9-F8D2-40EB-BD5C-995019E2091B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A34F9D9-F8D2-40EB-BD5C-995019E2091B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A34F9D9-F8D2-40EB-BD5C-995019E2091B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1E0E54C1-0C96-4C0F-AE81-43BCBE8E845A} = {6823DEF8-9038-4973-BA65-331E68796715}
{0A34F9D9-F8D2-40EB-BD5C-995019E2091B} = {6823DEF8-9038-4973-BA65-331E68796715}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A1149F9-5630-4033-BFA3-CAF42B231FC0}
EndGlobalSection
EndGlobal