-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMasterCheck2.0.sln
31 lines (31 loc) · 1.54 KB
/
MasterCheck2.0.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterCheck2.0", "MasterCheck2.0.csproj", "{4BE4F8A3-ACC5-4FB8-AD74-A83C2D59A810}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomForm", "CustomForm\CustomForm.csproj", "{1257B2FB-2557-4A19-9084-59F9BC217282}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BE4F8A3-ACC5-4FB8-AD74-A83C2D59A810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BE4F8A3-ACC5-4FB8-AD74-A83C2D59A810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BE4F8A3-ACC5-4FB8-AD74-A83C2D59A810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BE4F8A3-ACC5-4FB8-AD74-A83C2D59A810}.Release|Any CPU.Build.0 = Release|Any CPU
{1257B2FB-2557-4A19-9084-59F9BC217282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1257B2FB-2557-4A19-9084-59F9BC217282}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1257B2FB-2557-4A19-9084-59F9BC217282}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1257B2FB-2557-4A19-9084-59F9BC217282}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {64C6E4CA-8889-4291-995D-47B0D75EC081}
EndGlobalSection
EndGlobal