forked from skbkontur/TypeScript.ContractGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypeScript.ContractGenerator.sln
More file actions
40 lines (40 loc) · 2.74 KB
/
Copy pathTypeScript.ContractGenerator.sln
File metadata and controls
40 lines (40 loc) · 2.74 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeScript.ContractGenerator", "TypeScript.ContractGenerator\TypeScript.ContractGenerator.csproj", "{0C0DD59E-BBEF-4E06-8231-66EA741352CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeScript.ContractGenerator.Tests", "TypeScript.ContractGenerator.Tests\TypeScript.ContractGenerator.Tests.csproj", "{645D702F-3B2C-466A-BA1A-CBD3C7A60137}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AspNetCoreExample", "AspNetCoreExample", "{747DF63F-BABE-4ADA-A42E-FD5B1E37206F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreExample.Api", "AspNetCoreExample.Api\AspNetCoreExample.Api.csproj", "{F1418220-9738-4269-81AD-A9E1408B9F05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreExample.Generator", "AspNetCoreExample.Generator\AspNetCoreExample.Generator.csproj", "{156707EA-0493-473B-8442-B5F71EEAE8CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C0DD59E-BBEF-4E06-8231-66EA741352CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C0DD59E-BBEF-4E06-8231-66EA741352CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C0DD59E-BBEF-4E06-8231-66EA741352CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C0DD59E-BBEF-4E06-8231-66EA741352CC}.Release|Any CPU.Build.0 = Release|Any CPU
{645D702F-3B2C-466A-BA1A-CBD3C7A60137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{645D702F-3B2C-466A-BA1A-CBD3C7A60137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{645D702F-3B2C-466A-BA1A-CBD3C7A60137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{645D702F-3B2C-466A-BA1A-CBD3C7A60137}.Release|Any CPU.Build.0 = Release|Any CPU
{F1418220-9738-4269-81AD-A9E1408B9F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1418220-9738-4269-81AD-A9E1408B9F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1418220-9738-4269-81AD-A9E1408B9F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1418220-9738-4269-81AD-A9E1408B9F05}.Release|Any CPU.Build.0 = Release|Any CPU
{156707EA-0493-473B-8442-B5F71EEAE8CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{156707EA-0493-473B-8442-B5F71EEAE8CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{156707EA-0493-473B-8442-B5F71EEAE8CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{156707EA-0493-473B-8442-B5F71EEAE8CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1418220-9738-4269-81AD-A9E1408B9F05} = {747DF63F-BABE-4ADA-A42E-FD5B1E37206F}
{156707EA-0493-473B-8442-B5F71EEAE8CA} = {747DF63F-BABE-4ADA-A42E-FD5B1E37206F}
EndGlobalSection
EndGlobal