-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTank.sln
35 lines (35 loc) · 1.46 KB
/
Tank.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tank", "Tank\Tank.csproj", "{A1C83BA0-552B-445E-983D-DDBCEF01681D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1C83BA0-552B-445E-983D-DDBCEF01681D}.Debug|Any CPU.ActiveCfg = Debug|x86
{A1C83BA0-552B-445E-983D-DDBCEF01681D}.Debug|x86.ActiveCfg = Debug|x86
{A1C83BA0-552B-445E-983D-DDBCEF01681D}.Debug|x86.Build.0 = Debug|x86
{A1C83BA0-552B-445E-983D-DDBCEF01681D}.Release|Any CPU.ActiveCfg = Release|x86
{A1C83BA0-552B-445E-983D-DDBCEF01681D}.Release|x86.ActiveCfg = Release|x86
{A1C83BA0-552B-445E-983D-DDBCEF01681D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://carnvanbeck.visualstudio.com/defaultcollection
SccLocalPath0 = .
SccProjectUniqueName1 = Tank\\Tank.csproj
SccProjectName1 = Tank
SccLocalPath1 = Tank
EndGlobalSection
EndGlobal