-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTypeContractor.sln
65 lines (65 loc) · 4 KB
/
TypeContractor.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeContractor", "TypeContractor\TypeContractor.csproj", "{4BE2CCA2-1FC6-483E-9D29-7BFEADA192FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeContractor.Tests", "TypeContractor.Tests\TypeContractor.Tests.csproj", "{2A14F69D-585D-4778-BA4E-A50E8605AA14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70D3E515-AB31-4EDB-886A-23ECD377E3AE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleContracts", "ExampleContracts\ExampleContracts.csproj", "{31A2B979-CE53-48E6-89BC-D7C9D9B12968}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeContractor.Example", "TypeContractor.Example\TypeContractor.Example.csproj", "{8766274F-1296-415C-8009-0A7A86768B7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeContractor.Tool", "TypeContractor.Tool\TypeContractor.Tool.csproj", "{298435BA-89E0-4999-9E0B-9430E82A3907}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeContractor.Annotations", "TypeContractor.Annotations\TypeContractor.Annotations.csproj", "{8A6455DF-CE2F-44F7-B1BB-2C1640E1AEC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BE2CCA2-1FC6-483E-9D29-7BFEADA192FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BE2CCA2-1FC6-483E-9D29-7BFEADA192FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BE2CCA2-1FC6-483E-9D29-7BFEADA192FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BE2CCA2-1FC6-483E-9D29-7BFEADA192FC}.Release|Any CPU.Build.0 = Release|Any CPU
{2A14F69D-585D-4778-BA4E-A50E8605AA14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A14F69D-585D-4778-BA4E-A50E8605AA14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A14F69D-585D-4778-BA4E-A50E8605AA14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A14F69D-585D-4778-BA4E-A50E8605AA14}.Release|Any CPU.Build.0 = Release|Any CPU
{31A2B979-CE53-48E6-89BC-D7C9D9B12968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A2B979-CE53-48E6-89BC-D7C9D9B12968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A2B979-CE53-48E6-89BC-D7C9D9B12968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A2B979-CE53-48E6-89BC-D7C9D9B12968}.Release|Any CPU.Build.0 = Release|Any CPU
{8766274F-1296-415C-8009-0A7A86768B7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8766274F-1296-415C-8009-0A7A86768B7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8766274F-1296-415C-8009-0A7A86768B7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8766274F-1296-415C-8009-0A7A86768B7F}.Release|Any CPU.Build.0 = Release|Any CPU
{298435BA-89E0-4999-9E0B-9430E82A3907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{298435BA-89E0-4999-9E0B-9430E82A3907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{298435BA-89E0-4999-9E0B-9430E82A3907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{298435BA-89E0-4999-9E0B-9430E82A3907}.Release|Any CPU.Build.0 = Release|Any CPU
{8A6455DF-CE2F-44F7-B1BB-2C1640E1AEC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A6455DF-CE2F-44F7-B1BB-2C1640E1AEC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A6455DF-CE2F-44F7-B1BB-2C1640E1AEC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A6455DF-CE2F-44F7-B1BB-2C1640E1AEC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE873438-37D1-44EF-98BD-2A263351F7F2}
EndGlobalSection
EndGlobal