-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBlazeJump.sln
53 lines (53 loc) · 3.4 KB
/
BlazeJump.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
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazeJump.Common", "BlazeJump.Common\BlazeJump.Common.csproj", "{D34249B3-E652-4600-9CFA-6C90099A9610}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazeJump.Web", "BlazeJump.Web\BlazeJump.Web.csproj", "{30DEA447-1A0F-4E13-B840-83B7D56944E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazeJump.Native", "BlazeJump.Native\BlazeJump.Native.csproj", "{E1A9F7A6-82B6-492B-9063-81112E9B6592}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazeJump.Native.TestRunner", "BlazeJump.Native.TestRunner\BlazeJump.Native.TestRunner.csproj", "{22D633C5-EF25-4325-A369-F32CC7FB4A29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazeJump.Common.Tests", "BlazeJump.Common.Tests\BlazeJump.Common.Tests.csproj", "{CA59B0F2-AAFC-43A9-A8A4-B5B3795D64C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D34249B3-E652-4600-9CFA-6C90099A9610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D34249B3-E652-4600-9CFA-6C90099A9610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D34249B3-E652-4600-9CFA-6C90099A9610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D34249B3-E652-4600-9CFA-6C90099A9610}.Release|Any CPU.Build.0 = Release|Any CPU
{30DEA447-1A0F-4E13-B840-83B7D56944E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30DEA447-1A0F-4E13-B840-83B7D56944E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30DEA447-1A0F-4E13-B840-83B7D56944E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30DEA447-1A0F-4E13-B840-83B7D56944E2}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A9F7A6-82B6-492B-9063-81112E9B6592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A9F7A6-82B6-492B-9063-81112E9B6592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A9F7A6-82B6-492B-9063-81112E9B6592}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E1A9F7A6-82B6-492B-9063-81112E9B6592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A9F7A6-82B6-492B-9063-81112E9B6592}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A9F7A6-82B6-492B-9063-81112E9B6592}.Release|Any CPU.Deploy.0 = Release|Any CPU
{22D633C5-EF25-4325-A369-F32CC7FB4A29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D633C5-EF25-4325-A369-F32CC7FB4A29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D633C5-EF25-4325-A369-F32CC7FB4A29}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{22D633C5-EF25-4325-A369-F32CC7FB4A29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D633C5-EF25-4325-A369-F32CC7FB4A29}.Release|Any CPU.Build.0 = Release|Any CPU
{22D633C5-EF25-4325-A369-F32CC7FB4A29}.Release|Any CPU.Deploy.0 = Release|Any CPU
{CA59B0F2-AAFC-43A9-A8A4-B5B3795D64C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA59B0F2-AAFC-43A9-A8A4-B5B3795D64C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA59B0F2-AAFC-43A9-A8A4-B5B3795D64C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA59B0F2-AAFC-43A9-A8A4-B5B3795D64C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87FE8445-4FDC-4766-89EC-8E2884E7317E}
EndGlobalSection
EndGlobal