This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRectify11.sln
41 lines (41 loc) · 2.23 KB
/
Rectify11.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rectify11", "ControlPanelItem\Rectify11.csproj", "{45099D91-FF2E-458B-80FD-446B3508ACC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Register", "Register\Register.csproj", "{DB936D6D-58F0-4022-A475-13FB19C07A8C}"
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
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Debug|x64.ActiveCfg = Debug|x64
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Debug|x64.Build.0 = Debug|x64
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Release|Any CPU.Build.0 = Release|Any CPU
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Release|x64.ActiveCfg = Release|x64
{45099D91-FF2E-458B-80FD-446B3508ACC3}.Release|x64.Build.0 = Release|x64
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Debug|x64.ActiveCfg = Debug|x64
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Debug|x64.Build.0 = Debug|x64
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Release|Any CPU.Build.0 = Release|Any CPU
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Release|x64.ActiveCfg = Release|Any CPU
{DB936D6D-58F0-4022-A475-13FB19C07A8C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48E60A3B-5B0B-4AF7-A881-7CC4600A2103}
EndGlobalSection
EndGlobal