-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTimeControl.sln
More file actions
30 lines (30 loc) · 1.38 KB
/
TimeControl.sln
File metadata and controls
30 lines (30 loc) · 1.38 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeControl", "TimeControl\TimeControl.csproj", "{35AEE226-1A0A-4008-AF68-39E9EC55173B}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GameData", "GameData\GameData.shproj", "{CBBB7888-E232-463D-B26E-49A9E510E735}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
GameData\GameData.projitems*{cbbb7888-e232-463d-b26e-49a9e510e735}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35AEE226-1A0A-4008-AF68-39E9EC55173B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35AEE226-1A0A-4008-AF68-39E9EC55173B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35AEE226-1A0A-4008-AF68-39E9EC55173B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35AEE226-1A0A-4008-AF68-39E9EC55173B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF4D2CDD-3DE3-4792-B36F-E9D72F5D1B70}
EndGlobalSection
EndGlobal