-
Notifications
You must be signed in to change notification settings - Fork 0
/
RepoTemplate.sln
81 lines (81 loc) · 4.19 KB
/
RepoTemplate.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{A41BF24E-C31B-46FC-9643-37063C2C8DC5}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
src\SharedAssemblyInfo.cs = src\SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoTemplate", "src\RepoTemplate\RepoTemplate.csproj", "{084C8C5F-5B65-4D16-8182-2C7B2898E61E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{3646AC8A-13BD-4570-B985-51E2C69AA6E8}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
test\SharedAssemblyInfo.cs = test\SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoTemplate.Test", "test\RepoTemplate.Test\RepoTemplate.Test.csproj", "{1175394D-49DD-49D7-9C50-C671CF143D90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4432B788-92A3-4D7E-88FA-7D31448101C2}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
build.cake = build.cake
build.ps1 = build.ps1
chocolatey.config = chocolatey.config
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Debug|x64.ActiveCfg = Debug|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Debug|x64.Build.0 = Debug|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Debug|x86.ActiveCfg = Debug|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Debug|x86.Build.0 = Debug|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Release|Any CPU.Build.0 = Release|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Release|x64.ActiveCfg = Release|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Release|x64.Build.0 = Release|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Release|x86.ActiveCfg = Release|Any CPU
{084C8C5F-5B65-4D16-8182-2C7B2898E61E}.Release|x86.Build.0 = Release|Any CPU
{1175394D-49DD-49D7-9C50-C671CF143D90}.Debug|Any CPU.ActiveCfg = Debug|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Debug|Any CPU.Build.0 = Debug|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Debug|x64.ActiveCfg = Debug|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Debug|x64.Build.0 = Debug|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Debug|x86.ActiveCfg = Debug|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Debug|x86.Build.0 = Debug|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Release|Any CPU.ActiveCfg = Release|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Release|Any CPU.Build.0 = Release|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Release|x64.ActiveCfg = Release|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Release|x64.Build.0 = Release|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Release|x86.ActiveCfg = Release|x64
{1175394D-49DD-49D7-9C50-C671CF143D90}.Release|x86.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{084C8C5F-5B65-4D16-8182-2C7B2898E61E} = {A41BF24E-C31B-46FC-9643-37063C2C8DC5}
{1175394D-49DD-49D7-9C50-C671CF143D90} = {3646AC8A-13BD-4570-B985-51E2C69AA6E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAA1D1C6-951D-44DF-8E88-57F773D46B6C}
EndGlobalSection
EndGlobal