-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMouseJump.sln
More file actions
39 lines (39 loc) · 1.99 KB
/
Copy pathMouseJump.sln
File metadata and controls
39 lines (39 loc) · 1.99 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MouseJump", "MouseJump\MouseJump.vbproj", "{2564876A-3E09-44F8-A05E-886764485285}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{9B1E938D-4D8E-4790-B861-928CA4090ABB}"
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
{2564876A-3E09-44F8-A05E-886764485285}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2564876A-3E09-44F8-A05E-886764485285}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2564876A-3E09-44F8-A05E-886764485285}.Debug|x86.ActiveCfg = Debug|Any CPU
{2564876A-3E09-44F8-A05E-886764485285}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2564876A-3E09-44F8-A05E-886764485285}.Release|Any CPU.Build.0 = Release|Any CPU
{2564876A-3E09-44F8-A05E-886764485285}.Release|x86.ActiveCfg = Release|Any CPU
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Debug|Any CPU.ActiveCfg = Debug
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Debug|Any CPU.Build.0 = Debug
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Debug|x86.ActiveCfg = Debug
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Debug|x86.Build.0 = Debug
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Release|Any CPU.ActiveCfg = Release
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Release|Any CPU.Build.0 = Release
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Release|x86.ActiveCfg = Release
{9B1E938D-4D8E-4790-B861-928CA4090ABB}.Release|x86.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B268C73F-69C5-4981-A012-94BDDC8BE973}
EndGlobalSection
EndGlobal