-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZwiftAPI.sln
37 lines (37 loc) · 2.03 KB
/
ZwiftAPI.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 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zwift", "Zwift\Zwift.csproj", "{399EEEF2-78B4-4BA3-96A3-CD8CB5E57883}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zwift.UnitTests", "Zwift.UnitTests\Zwift.UnitTests.csproj", "{E1125110-12C5-4F83-840D-49D308C428F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zwift.Functions", "Zwift.Functions\Zwift.Functions.csproj", "{08C0F4E5-0B15-43D5-B252-49A0A7A05A7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{399EEEF2-78B4-4BA3-96A3-CD8CB5E57883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{399EEEF2-78B4-4BA3-96A3-CD8CB5E57883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{399EEEF2-78B4-4BA3-96A3-CD8CB5E57883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{399EEEF2-78B4-4BA3-96A3-CD8CB5E57883}.Release|Any CPU.Build.0 = Release|Any CPU
{E1125110-12C5-4F83-840D-49D308C428F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1125110-12C5-4F83-840D-49D308C428F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1125110-12C5-4F83-840D-49D308C428F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1125110-12C5-4F83-840D-49D308C428F0}.Release|Any CPU.Build.0 = Release|Any CPU
{08C0F4E5-0B15-43D5-B252-49A0A7A05A7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08C0F4E5-0B15-43D5-B252-49A0A7A05A7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08C0F4E5-0B15-43D5-B252-49A0A7A05A7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08C0F4E5-0B15-43D5-B252-49A0A7A05A7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65CDC6B1-6396-4EBD-92B7-5AAFF31C24D7}
EndGlobalSection
EndGlobal