forked from Rectify11/Installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rectify11Installer.sln
56 lines (56 loc) · 3.36 KB
/
Rectify11Installer.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
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rectify11Installer", "Rectify11Installer\Rectify11Installer.csproj", "{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rectify11.Phase2", "Rectify11.Phase2\Rectify11.Phase2.csproj", "{8D66B017-3A76-439B-847B-C7379191E109}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|Win32.ActiveCfg = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|x64.ActiveCfg = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Debug|x64.Build.0 = Debug|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|Any CPU.Build.0 = Release|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|Win32.ActiveCfg = Release|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|x64.ActiveCfg = Release|Any CPU
{F1F7B13F-9EF7-4B77-9500-B062CC9DB17D}.Release|x64.Build.0 = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Debug|Win32.ActiveCfg = Debug|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Debug|x64.ActiveCfg = Debug|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|Any CPU.Build.0 = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|Win32.ActiveCfg = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|x64.ActiveCfg = Release|Any CPU
{8D66B017-3A76-439B-847B-C7379191E109}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF747DDB-3DD6-4122-A0A6-63A14A17815E}
EndGlobalSection
EndGlobal