-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMove-Project.sln
30 lines (30 loc) · 1.4 KB
/
Move-Project.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Move-Project", "Move-Project\Move-Project.csproj", "{798244EA-3535-4CAB-833E-A056EF99EBC2}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{A069DA20-6608-479D-9BAB-D65AD9B696F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{798244EA-3535-4CAB-833E-A056EF99EBC2}.Debug|x64.ActiveCfg = Debug|x64
{798244EA-3535-4CAB-833E-A056EF99EBC2}.Debug|x64.Build.0 = Debug|x64
{798244EA-3535-4CAB-833E-A056EF99EBC2}.Release|x64.ActiveCfg = Release|x64
{798244EA-3535-4CAB-833E-A056EF99EBC2}.Release|x64.Build.0 = Release|x64
{A069DA20-6608-479D-9BAB-D65AD9B696F9}.Debug|x64.ActiveCfg = Debug|x64
{A069DA20-6608-479D-9BAB-D65AD9B696F9}.Release|x64.ActiveCfg = Release|x64
{A069DA20-6608-479D-9BAB-D65AD9B696F9}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D4565E1-AD6F-42C1-A36B-CBB2B0235288}
EndGlobalSection
EndGlobal