forked from BrokenEmpire/YTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYTS.sln
37 lines (37 loc) · 1.79 KB
/
YTS.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 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YTS.ClientApp", "YTS.ClientApp\YTS.ClientApp.csproj", "{906E25A2-0ADA-42BB-B344-BED8778F28CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Item", "Solution Item", "{8BE0683B-C261-4C48-8A97-03F519D78A35}"
ProjectSection(SolutionItems) = preProject
API.md = API.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YTS.WebAPI", "YTS.WebAPI\YTS.WebAPI.csproj", "{52AEF69D-584F-4322-9056-D71AFE9F41A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{906E25A2-0ADA-42BB-B344-BED8778F28CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{906E25A2-0ADA-42BB-B344-BED8778F28CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{906E25A2-0ADA-42BB-B344-BED8778F28CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{906E25A2-0ADA-42BB-B344-BED8778F28CA}.Release|Any CPU.Build.0 = Release|Any CPU
{52AEF69D-584F-4322-9056-D71AFE9F41A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52AEF69D-584F-4322-9056-D71AFE9F41A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52AEF69D-584F-4322-9056-D71AFE9F41A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52AEF69D-584F-4322-9056-D71AFE9F41A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21D3168B-79FD-4D11-B64C-F9326E177B0C}
EndGlobalSection
EndGlobal