-
Notifications
You must be signed in to change notification settings - Fork 2
/
TemplateBuilder.sln
49 lines (49 loc) · 2.75 KB
/
TemplateBuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TemplateBuilder", "TemplateBuilder\TemplateBuilder.csproj", "{E45F9E94-502F-405E-A92C-18BBA56FF687}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{30CD1058-100D-42BE-8C0D-8FC425559D06}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{66EED857-25C6-4FF9-967A-333CB151DF0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repopulator", "Repopulator\Repopulator.csproj", "{3B0E5AC1-5439-470C-832D-7DE566B22CD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepopulatorCli", "RepopulatorCli\RepopulatorCli.csproj", "{CD8826AF-C6DE-4072-9C35-E0FC108DF4EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E45F9E94-502F-405E-A92C-18BBA56FF687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E45F9E94-502F-405E-A92C-18BBA56FF687}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E45F9E94-502F-405E-A92C-18BBA56FF687}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E45F9E94-502F-405E-A92C-18BBA56FF687}.Release|Any CPU.Build.0 = Release|Any CPU
{66EED857-25C6-4FF9-967A-333CB151DF0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66EED857-25C6-4FF9-967A-333CB151DF0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66EED857-25C6-4FF9-967A-333CB151DF0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66EED857-25C6-4FF9-967A-333CB151DF0B}.Release|Any CPU.Build.0 = Release|Any CPU
{3B0E5AC1-5439-470C-832D-7DE566B22CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B0E5AC1-5439-470C-832D-7DE566B22CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B0E5AC1-5439-470C-832D-7DE566B22CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B0E5AC1-5439-470C-832D-7DE566B22CD8}.Release|Any CPU.Build.0 = Release|Any CPU
{CD8826AF-C6DE-4072-9C35-E0FC108DF4EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD8826AF-C6DE-4072-9C35-E0FC108DF4EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD8826AF-C6DE-4072-9C35-E0FC108DF4EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD8826AF-C6DE-4072-9C35-E0FC108DF4EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39E3F224-5DA1-42C6-80A0-F6F0C4DFA423}
EndGlobalSection
EndGlobal