-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodegen-test.sln
21 lines (21 loc) · 1.06 KB
/
codegen-test.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "codegen-test-api", "codegen-test-api\codegen-test-api.csproj", "{10C5A5E9-2F19-4C35-945C-63BD23A473AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{937F0853-F185-4FF1-B399-E93E2AD3BB39}"
ProjectSection(SolutionItems) = preProject
generated\codegen-test-apiClient.ts = generated\codegen-test-apiClient.ts
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10C5A5E9-2F19-4C35-945C-63BD23A473AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C5A5E9-2F19-4C35-945C-63BD23A473AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C5A5E9-2F19-4C35-945C-63BD23A473AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C5A5E9-2F19-4C35-945C-63BD23A473AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal