-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDispownership.sln
51 lines (51 loc) · 2.65 KB
/
Dispownership.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dispownership", "Dispownership\Dispownership.csproj", "{0FC69541-37D7-4E58-A80B-2E8B8217A906}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dispownership.Sources", "Dispownership.Sources\Dispownership.Sources.csproj", "{B3926389-9766-4C06-ADDF-C46C0FFFDEE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6FB7B031-CD30-4B19-A58C-23C4FE78FF0A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
readme.md = readme.md
changelog.md = changelog.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Config", "Build Config", "{688F10E7-1CEB-412E-A9A8-8BD16F2BDED5}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dispownership.Test", "Dispownership.Test\Dispownership.Test.csproj", "{A1F6A514-4CC2-49E8-B4CF-D731692EE463}"
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
{0FC69541-37D7-4E58-A80B-2E8B8217A906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FC69541-37D7-4E58-A80B-2E8B8217A906}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FC69541-37D7-4E58-A80B-2E8B8217A906}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FC69541-37D7-4E58-A80B-2E8B8217A906}.Release|Any CPU.Build.0 = Release|Any CPU
{B3926389-9766-4C06-ADDF-C46C0FFFDEE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3926389-9766-4C06-ADDF-C46C0FFFDEE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3926389-9766-4C06-ADDF-C46C0FFFDEE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3926389-9766-4C06-ADDF-C46C0FFFDEE2}.Release|Any CPU.Build.0 = Release|Any CPU
{A1F6A514-4CC2-49E8-B4CF-D731692EE463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1F6A514-4CC2-49E8-B4CF-D731692EE463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1F6A514-4CC2-49E8-B4CF-D731692EE463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1F6A514-4CC2-49E8-B4CF-D731692EE463}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal