-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCAS.CodeProtect.sln
47 lines (47 loc) · 2.59 KB
/
CAS.CodeProtect.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAS.CodeProtect", "CAS.CodeProtect\CAS.CodeProtect.csproj", "{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAS.CodeProtect.UnitTests", "CAS.CodeProtect.UnitTests\CAS.CodeProtect.UnitTests.csproj", "{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{A272E3E5-A735-4D40-9AC0-5266ACBB7051}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
SolutionMetadataTemplate.t4 = SolutionMetadataTemplate.t4
EndProjectSection
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
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Debug|x64.ActiveCfg = Debug|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Debug|x64.Build.0 = Debug|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Release|Any CPU.Build.0 = Release|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Release|x64.ActiveCfg = Release|Any CPU
{5E8D8581-87ED-4F5A-BDEB-09A01E45D3CC}.Release|x64.Build.0 = Release|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Debug|x64.ActiveCfg = Debug|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Debug|x64.Build.0 = Debug|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Release|Any CPU.Build.0 = Release|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Release|x64.ActiveCfg = Release|Any CPU
{29C1EAE8-85A5-4E80-8783-ACA4EC24B862}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85B79525-D542-4E42-93FD-B5FCE99BA06A}
EndGlobalSection
EndGlobal