-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCenterGravity.sln
44 lines (44 loc) · 2.56 KB
/
CenterGravity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterGravity", "CenterGravity\CenterGravity.csproj", "{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "Installer\Installer.csproj", "{BCF86F7C-56E4-478A-A45D-37F1E518C126}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release-Store|Any CPU = Release-Store|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}.Release|Any CPU.Build.0 = Release|Any CPU
{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}.Release-Store|Any CPU.ActiveCfg = Release-Store|Any CPU
{3FC9040B-1DE7-4A7F-9F3A-25D9C51B7217}.Release-Store|Any CPU.Build.0 = Release-Store|Any CPU
{BCF86F7C-56E4-478A-A45D-37F1E518C126}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCF86F7C-56E4-478A-A45D-37F1E518C126}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCF86F7C-56E4-478A-A45D-37F1E518C126}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCF86F7C-56E4-478A-A45D-37F1E518C126}.Release|Any CPU.Build.0 = Release|Any CPU
{BCF86F7C-56E4-478A-A45D-37F1E518C126}.Release-Store|Any CPU.ActiveCfg = Release-Store|Any CPU
{BCF86F7C-56E4-478A-A45D-37F1E518C126}.Release-Store|Any CPU.Build.0 = Release-Store|Any CPU
{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}.Debug|Any CPU.ActiveCfg = Debug
{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}.Debug|Any CPU.Build.0 = Debug
{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}.Release|Any CPU.ActiveCfg = Release
{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}.Release|Any CPU.Build.0 = Release
{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}.Release-Store|Any CPU.ActiveCfg = Release-Store
{8C14A91E-6B83-4AC7-B11B-CF5A2405A396}.Release-Store|Any CPU.Build.0 = Release-Store
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3782BE19-3219-47C8-9D9F-CB17B0939DBF}
EndGlobalSection
EndGlobal