-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTileMapViewport.sln
More file actions
37 lines (37 loc) · 1.88 KB
/
TileMapViewport.sln
File metadata and controls
37 lines (37 loc) · 1.88 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
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TileMapViewport", "TileMapViewport.vcxproj", "{603A2407-CFD4-437F-A3C0-1CA0E67F8556}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug HWA|Win32 = Debug HWA|Win32
Debug|Win32 = Debug|Win32
Release HWA|Win32 = Release HWA|Win32
Release|Win32 = Release|Win32
Run_Only HWA|Win32 = Run_Only HWA|Win32
Run_Only|Win32 = Run_Only|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Debug HWA|Win32.ActiveCfg = Debug HWA|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Debug HWA|Win32.Build.0 = Debug HWA|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Debug|Win32.ActiveCfg = Debug|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Debug|Win32.Build.0 = Debug|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Release HWA|Win32.ActiveCfg = Release HWA|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Release HWA|Win32.Build.0 = Release HWA|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Release|Win32.ActiveCfg = Release|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Release|Win32.Build.0 = Release|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Run_Only HWA|Win32.ActiveCfg = Run_Only HWA|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Run_Only HWA|Win32.Build.0 = Run_Only HWA|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Run_Only|Win32.ActiveCfg = Run_Only|Win32
{603A2407-CFD4-437F-A3C0-1CA0E67F8556}.Run_Only|Win32.Build.0 = Run_Only|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CEA25EC-8E9D-4A18-A78C-95F66604D4C8}
EndGlobalSection
EndGlobal