-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathITI.TypeScriptDtoGenerator.sln
52 lines (52 loc) · 2.89 KB
/
ITI.TypeScriptDtoGenerator.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
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{EF8CA901-6290-4A18-A339-E41FB433C858}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dto", "Dto\Dto.csproj", "{82875745-C691-4EAF-B9C2-E70AA710FBFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITI.TypeScriptDtoGenerator", "ITI.TypeScriptDtoGenerator\ITI.TypeScriptDtoGenerator.csproj", "{0D032291-2636-4AA8-B477-A80B6FAEDC82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69D93767-AE35-486F-B3D6-38A74B7198A0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
PublishNuGetPackage.ps1 = PublishNuGetPackage.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{E491C46F-1765-48A9-8F83-73E3901E37D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF8CA901-6290-4A18-A339-E41FB433C858}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8CA901-6290-4A18-A339-E41FB433C858}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8CA901-6290-4A18-A339-E41FB433C858}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8CA901-6290-4A18-A339-E41FB433C858}.Release|Any CPU.Build.0 = Release|Any CPU
{82875745-C691-4EAF-B9C2-E70AA710FBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82875745-C691-4EAF-B9C2-E70AA710FBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82875745-C691-4EAF-B9C2-E70AA710FBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82875745-C691-4EAF-B9C2-E70AA710FBFE}.Release|Any CPU.Build.0 = Release|Any CPU
{0D032291-2636-4AA8-B477-A80B6FAEDC82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D032291-2636-4AA8-B477-A80B6FAEDC82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D032291-2636-4AA8-B477-A80B6FAEDC82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D032291-2636-4AA8-B477-A80B6FAEDC82}.Release|Any CPU.Build.0 = Release|Any CPU
{E491C46F-1765-48A9-8F83-73E3901E37D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E491C46F-1765-48A9-8F83-73E3901E37D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E491C46F-1765-48A9-8F83-73E3901E37D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E491C46F-1765-48A9-8F83-73E3901E37D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AC2B51D-2633-421F-A6A8-4AB851AFFAF0}
EndGlobalSection
EndGlobal