-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathILICheck.sln
65 lines (65 loc) · 3.64 KB
/
ILICheck.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
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BD1DBF64-A517-45F8-9CAC-304B05B606B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILICheck.Web", "src\ILICheck.Web\ILICheck.Web.csproj", "{017A4614-1FDE-4781-80CB-47C14EAEB63E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43E574FF-2ABB-4354-AE9A-6412A373EE2A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{52DFCE0E-17C2-4DBC-B77A-9FE5574D1DB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILICheck.Web.Test", "tests\ILICheck.Web.Test\ILICheck.Web.Test.csproj", "{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Debug|x64.ActiveCfg = Debug|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Debug|x64.Build.0 = Debug|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Debug|x86.ActiveCfg = Debug|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Debug|x86.Build.0 = Debug|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Release|Any CPU.Build.0 = Release|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Release|x64.ActiveCfg = Release|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Release|x64.Build.0 = Release|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Release|x86.ActiveCfg = Release|Any CPU
{017A4614-1FDE-4781-80CB-47C14EAEB63E}.Release|x86.Build.0 = Release|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Debug|x64.ActiveCfg = Debug|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Debug|x64.Build.0 = Debug|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Debug|x86.ActiveCfg = Debug|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Debug|x86.Build.0 = Debug|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Release|Any CPU.Build.0 = Release|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Release|x64.ActiveCfg = Release|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Release|x64.Build.0 = Release|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Release|x86.ActiveCfg = Release|Any CPU
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{017A4614-1FDE-4781-80CB-47C14EAEB63E} = {BD1DBF64-A517-45F8-9CAC-304B05B606B7}
{5AF1D3BE-E2C3-4259-B00C-A3C2456DC959} = {52DFCE0E-17C2-4DBC-B77A-9FE5574D1DB1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F30E54C3-2390-4D79-8488-9C4918FA88CA}
EndGlobalSection
EndGlobal