-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSquadTracker.sln
38 lines (38 loc) · 1.78 KB
/
SquadTracker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F9F112A2-8B2D-4E14-994F-3C6448CE7CD8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SquadTracker", "SquadTracker\SquadTracker.csproj", "{4F5D4893-373F-42F5-9482-CBDC8F8A3449}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SquadTracker.Tests", "SquadTracker.Tests\SquadTracker.Tests.csproj", "{161BBA0D-5CF5-4606-B160-B12842970D0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F5D4893-373F-42F5-9482-CBDC8F8A3449}.Debug|x64.ActiveCfg = Debug|x64
{4F5D4893-373F-42F5-9482-CBDC8F8A3449}.Debug|x64.Build.0 = Debug|x64
{4F5D4893-373F-42F5-9482-CBDC8F8A3449}.Release|x64.ActiveCfg = Release|x64
{4F5D4893-373F-42F5-9482-CBDC8F8A3449}.Release|x64.Build.0 = Release|x64
{161BBA0D-5CF5-4606-B160-B12842970D0C}.Debug|x64.ActiveCfg = Debug|x64
{161BBA0D-5CF5-4606-B160-B12842970D0C}.Debug|x64.Build.0 = Debug|x64
{161BBA0D-5CF5-4606-B160-B12842970D0C}.Release|x64.ActiveCfg = Release|x64
{161BBA0D-5CF5-4606-B160-B12842970D0C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2937DB12-E260-4256-B8D9-51E61F3AE735}
EndGlobalSection
EndGlobal