-
Notifications
You must be signed in to change notification settings - Fork 1
/
Roozie.AutoInterface.sln
55 lines (55 loc) · 3.17 KB
/
Roozie.AutoInterface.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roozie.AutoInterface", "Roozie.AutoInterface\Roozie.AutoInterface.csproj", "{E2F18BD4-4B2A-4DBD-AE1E-B7EBFC6E36F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roozie.AutoInterface.Tests", "Roozie.AutoInterface.Tests\Roozie.AutoInterface.Tests.csproj", "{EDAD3BF7-32EF-417D-8D18-96512AF38D18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Config", "_Config", "{FA5AD15D-5D84-4DD7-AFF9-979CCC74F7B0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\dependabot.yml = .github\dependabot.yml
Directory.Packages.props = Directory.Packages.props
stylecop.json = stylecop.json
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roozie.AutoInterface.Tests.Integration", "Roozie.AutoInterface.Tests.Integration\Roozie.AutoInterface.Tests.Integration.csproj", "{C63F3BFF-0A62-4AA6-9B85-BBD5469BD8EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roozie.AutoInterface.Attributes", "Roozie.AutoInterface.Attributes\Roozie.AutoInterface.Attributes.csproj", "{D751D181-205D-4D79-95BF-0DE21C05364A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2F18BD4-4B2A-4DBD-AE1E-B7EBFC6E36F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F18BD4-4B2A-4DBD-AE1E-B7EBFC6E36F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F18BD4-4B2A-4DBD-AE1E-B7EBFC6E36F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F18BD4-4B2A-4DBD-AE1E-B7EBFC6E36F2}.Release|Any CPU.Build.0 = Release|Any CPU
{EDAD3BF7-32EF-417D-8D18-96512AF38D18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDAD3BF7-32EF-417D-8D18-96512AF38D18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDAD3BF7-32EF-417D-8D18-96512AF38D18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDAD3BF7-32EF-417D-8D18-96512AF38D18}.Release|Any CPU.Build.0 = Release|Any CPU
{C63F3BFF-0A62-4AA6-9B85-BBD5469BD8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C63F3BFF-0A62-4AA6-9B85-BBD5469BD8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C63F3BFF-0A62-4AA6-9B85-BBD5469BD8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C63F3BFF-0A62-4AA6-9B85-BBD5469BD8EF}.Release|Any CPU.Build.0 = Release|Any CPU
{D751D181-205D-4D79-95BF-0DE21C05364A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D751D181-205D-4D79-95BF-0DE21C05364A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D751D181-205D-4D79-95BF-0DE21C05364A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D751D181-205D-4D79-95BF-0DE21C05364A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal