-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEZCode.sln
43 lines (43 loc) · 2.44 KB
/
EZCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EZCode", "EZCode\EZCode.csproj", "{6FCDA7AB-687A-4DEB-8E97-BE9C737603F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestEnv", "TestEnv\TestEnv.csproj", "{ECC3A0D8-B300-4258-804A-96B4288FD74C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ez", "ez\ez.csproj", "{A9062E15-5201-47CC-917D-C210E41A1AEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "Installer\Installer.csproj", "{5DB25D5B-AA77-4198-9BEE-17D8CF77DE23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FCDA7AB-687A-4DEB-8E97-BE9C737603F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FCDA7AB-687A-4DEB-8E97-BE9C737603F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FCDA7AB-687A-4DEB-8E97-BE9C737603F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FCDA7AB-687A-4DEB-8E97-BE9C737603F3}.Release|Any CPU.Build.0 = Release|Any CPU
{ECC3A0D8-B300-4258-804A-96B4288FD74C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC3A0D8-B300-4258-804A-96B4288FD74C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC3A0D8-B300-4258-804A-96B4288FD74C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC3A0D8-B300-4258-804A-96B4288FD74C}.Release|Any CPU.Build.0 = Release|Any CPU
{A9062E15-5201-47CC-917D-C210E41A1AEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9062E15-5201-47CC-917D-C210E41A1AEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9062E15-5201-47CC-917D-C210E41A1AEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9062E15-5201-47CC-917D-C210E41A1AEC}.Release|Any CPU.Build.0 = Release|Any CPU
{5DB25D5B-AA77-4198-9BEE-17D8CF77DE23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB25D5B-AA77-4198-9BEE-17D8CF77DE23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB25D5B-AA77-4198-9BEE-17D8CF77DE23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB25D5B-AA77-4198-9BEE-17D8CF77DE23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E8264A4-CF93-40CA-936A-7B539D51E90A}
EndGlobalSection
EndGlobal