-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-dotnet-package.sln
64 lines (64 loc) · 3.12 KB
/
template-dotnet-package.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4FAE1C22-9B20-4F77-A02F-6FEFE4889CEA}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D4CB6555-0A3F-4074-A9B4-323A0413A9B2}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solution", "_solution", "{4B675484-482E-4BC6-864D-656EACA6E6F1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
.github\workflows\ci.yml = .github\workflows\ci.yml
DEVELOPMENT.md = DEVELOPMENT.md
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "template-dotnet-package", "src\template-dotnet-package\template-dotnet-package.csproj", "{0AAE1A78-470B-4561-923B-CFEB4C985F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "template-dotnet-package.Tests", "test\template-dotnet-package.Tests\template-dotnet-package.Tests.csproj", "{97C8C85C-B373-4E11-9590-62C396E65619}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_build", "_build", "{66E7C63B-2300-40F4-B588-B3917A69AB78}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
scripts.ps1 = scripts.ps1
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AAE1A78-470B-4561-923B-CFEB4C985F56}.Release|Any CPU.Build.0 = Release|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C8C85C-B373-4E11-9590-62C396E65619}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0AAE1A78-470B-4561-923B-CFEB4C985F56} = {4FAE1C22-9B20-4F77-A02F-6FEFE4889CEA}
{97C8C85C-B373-4E11-9590-62C396E65619} = {D4CB6555-0A3F-4074-A9B4-323A0413A9B2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {867564D9-A392-43BD-8584-FB47E6D48378}
EndGlobalSection
EndGlobal