-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNinjaCheetah Installer.sln
More file actions
37 lines (37 loc) · 1.88 KB
/
NinjaCheetah Installer.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.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NCX-Core", "NCX-Installer\NCX-Core.csproj", "{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NCX-Core Setup", "NCX-Installer Setup\NCX-Installer Setup.vdproj", "{9B33ECCC-F8C3-4DCC-82BA-AAFB953EA5ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Debug|x64.ActiveCfg = Debug|x64
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Debug|x64.Build.0 = Debug|x64
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Release|Any CPU.Build.0 = Release|Any CPU
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Release|x64.ActiveCfg = Release|x64
{793DF1EB-BC4B-4C04-98A6-2EA9DD89BC34}.Release|x64.Build.0 = Release|x64
{9B33ECCC-F8C3-4DCC-82BA-AAFB953EA5ED}.Debug|Any CPU.ActiveCfg = Debug
{9B33ECCC-F8C3-4DCC-82BA-AAFB953EA5ED}.Debug|x64.ActiveCfg = Debug
{9B33ECCC-F8C3-4DCC-82BA-AAFB953EA5ED}.Release|Any CPU.ActiveCfg = Release
{9B33ECCC-F8C3-4DCC-82BA-AAFB953EA5ED}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3ECCA159-8EB4-4803-AA5F-99C15DB40798}
EndGlobalSection
EndGlobal