-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContractAnalyzer.sln
51 lines (51 loc) · 3.12 KB
/
ContractAnalyzer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EECE57CE-F613-428F-A046-4CEDB75FD92B}"
ProjectSection(SolutionItems) = preProject
CodeAnalysisRules.ruleset = CodeAnalysisRules.ruleset
Directory.Build.props = Directory.Build.props
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContractAnalyzer.Core", "src\Core\ContractAnalyzer.Core.csproj", "{C94ECF34-FB3B-429C-BE0F-8A78E55DB740}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContractAnalyzer.Core.Tests", "tests\Core.Tests\ContractAnalyzer.Core.Tests.csproj", "{6C04CAB1-F0BC-4B83-A564-69CE4DE53B26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContractAnalyzer.ContractValidator.FraudDetector", "src\ContractValidator.FraudDetector\ContractAnalyzer.ContractValidator.FraudDetector.csproj", "{449F2348-8D6F-4A2A-B185-C7204E3C1795}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContractAnalyzer.ContractValidator.FraudDetector.Tests", "tests\ContractValidator.FraudDetector.Tests\ContractAnalyzer.ContractValidator.FraudDetector.Tests.csproj", "{C1FA3EA4-8B43-4A1F-8EF0-42E4E50CF537}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C94ECF34-FB3B-429C-BE0F-8A78E55DB740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C94ECF34-FB3B-429C-BE0F-8A78E55DB740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C94ECF34-FB3B-429C-BE0F-8A78E55DB740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C94ECF34-FB3B-429C-BE0F-8A78E55DB740}.Release|Any CPU.Build.0 = Release|Any CPU
{6C04CAB1-F0BC-4B83-A564-69CE4DE53B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C04CAB1-F0BC-4B83-A564-69CE4DE53B26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C04CAB1-F0BC-4B83-A564-69CE4DE53B26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C04CAB1-F0BC-4B83-A564-69CE4DE53B26}.Release|Any CPU.Build.0 = Release|Any CPU
{449F2348-8D6F-4A2A-B185-C7204E3C1795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{449F2348-8D6F-4A2A-B185-C7204E3C1795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{449F2348-8D6F-4A2A-B185-C7204E3C1795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{449F2348-8D6F-4A2A-B185-C7204E3C1795}.Release|Any CPU.Build.0 = Release|Any CPU
{C1FA3EA4-8B43-4A1F-8EF0-42E4E50CF537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1FA3EA4-8B43-4A1F-8EF0-42E4E50CF537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1FA3EA4-8B43-4A1F-8EF0-42E4E50CF537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1FA3EA4-8B43-4A1F-8EF0-42E4E50CF537}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FAE91D5-67B2-4334-9905-11F4671DF88D}
EndGlobalSection
EndGlobal