-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCSharpTest.Net.Tools.sln
97 lines (97 loc) · 6.32 KB
/
CSharpTest.Net.Tools.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdTool", "src\CmdTool\CmdTool.csproj", "{2A84D6EC-B957-426F-9017-415F5BDDF918}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generators", "src\Generators\Generators.csproj", "{1F994761-5032-4E43-8279-68BF5D8B3194}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StampCopyright", "src\StampCopyright\StampCopyright.csproj", "{67875080-78D6-4B51-8BA2-65B77E22366C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StampVersion", "src\StampVersion\StampVersion.csproj", "{17A3A028-0428-403C-8CE5-9282CF1248D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeneratorsTest", "src\GeneratorsTest\GeneratorsTest.csproj", "{2F994761-5032-4E43-8279-68BF5D8B3194}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{704E48BD-A12F-41FD-8531-C6EBB50BBD39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{354020D1-98DE-4A16-8C17-E7D21CEC281B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdToolExample", "src\CmdToolExample\CmdToolExample.csproj", "{25839E7B-D0B7-40E8-A895-06E098EB1E2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6358EF58-726B-4E39-9965-F828BD407AF0}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyInfoPatcher", "src\AssemblyInfoPatcher\AssemblyInfoPatcher.csproj", "{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{2CD16E62-8086-4CFD-A793-4A80D36E06CA}"
ProjectSection(SolutionItems) = preProject
CSharpTest.Net.Tools.nuspec = CSharpTest.Net.Tools.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A84D6EC-B957-426F-9017-415F5BDDF918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A84D6EC-B957-426F-9017-415F5BDDF918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A84D6EC-B957-426F-9017-415F5BDDF918}.Debug|x64.ActiveCfg = Debug|Any CPU
{2A84D6EC-B957-426F-9017-415F5BDDF918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A84D6EC-B957-426F-9017-415F5BDDF918}.Release|Any CPU.Build.0 = Release|Any CPU
{2A84D6EC-B957-426F-9017-415F5BDDF918}.Release|x64.ActiveCfg = Release|Any CPU
{1F994761-5032-4E43-8279-68BF5D8B3194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F994761-5032-4E43-8279-68BF5D8B3194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F994761-5032-4E43-8279-68BF5D8B3194}.Debug|x64.ActiveCfg = Debug|Any CPU
{1F994761-5032-4E43-8279-68BF5D8B3194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F994761-5032-4E43-8279-68BF5D8B3194}.Release|Any CPU.Build.0 = Release|Any CPU
{1F994761-5032-4E43-8279-68BF5D8B3194}.Release|x64.ActiveCfg = Release|Any CPU
{67875080-78D6-4B51-8BA2-65B77E22366C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67875080-78D6-4B51-8BA2-65B77E22366C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67875080-78D6-4B51-8BA2-65B77E22366C}.Debug|x64.ActiveCfg = Debug|Any CPU
{67875080-78D6-4B51-8BA2-65B77E22366C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67875080-78D6-4B51-8BA2-65B77E22366C}.Release|Any CPU.Build.0 = Release|Any CPU
{67875080-78D6-4B51-8BA2-65B77E22366C}.Release|x64.ActiveCfg = Release|Any CPU
{17A3A028-0428-403C-8CE5-9282CF1248D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17A3A028-0428-403C-8CE5-9282CF1248D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17A3A028-0428-403C-8CE5-9282CF1248D2}.Debug|x64.ActiveCfg = Debug|Any CPU
{17A3A028-0428-403C-8CE5-9282CF1248D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17A3A028-0428-403C-8CE5-9282CF1248D2}.Release|Any CPU.Build.0 = Release|Any CPU
{17A3A028-0428-403C-8CE5-9282CF1248D2}.Release|x64.ActiveCfg = Release|Any CPU
{2F994761-5032-4E43-8279-68BF5D8B3194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F994761-5032-4E43-8279-68BF5D8B3194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F994761-5032-4E43-8279-68BF5D8B3194}.Debug|x64.ActiveCfg = Debug|Any CPU
{2F994761-5032-4E43-8279-68BF5D8B3194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F994761-5032-4E43-8279-68BF5D8B3194}.Release|Any CPU.Build.0 = Release|Any CPU
{2F994761-5032-4E43-8279-68BF5D8B3194}.Release|x64.ActiveCfg = Release|Any CPU
{25839E7B-D0B7-40E8-A895-06E098EB1E2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25839E7B-D0B7-40E8-A895-06E098EB1E2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25839E7B-D0B7-40E8-A895-06E098EB1E2F}.Debug|x64.ActiveCfg = Debug|Any CPU
{25839E7B-D0B7-40E8-A895-06E098EB1E2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25839E7B-D0B7-40E8-A895-06E098EB1E2F}.Release|Any CPU.Build.0 = Release|Any CPU
{25839E7B-D0B7-40E8-A895-06E098EB1E2F}.Release|x64.ActiveCfg = Release|Any CPU
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}.Debug|x64.ActiveCfg = Debug|Any CPU
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}.Release|Any CPU.Build.0 = Release|Any CPU
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F994761-5032-4E43-8279-68BF5D8B3194} = {704E48BD-A12F-41FD-8531-C6EBB50BBD39}
{67875080-78D6-4B51-8BA2-65B77E22366C} = {704E48BD-A12F-41FD-8531-C6EBB50BBD39}
{17A3A028-0428-403C-8CE5-9282CF1248D2} = {704E48BD-A12F-41FD-8531-C6EBB50BBD39}
{2A84D6EC-B957-426F-9017-415F5BDDF918} = {704E48BD-A12F-41FD-8531-C6EBB50BBD39}
{B8339D48-C431-4A54-A8FA-04A2C8A3A4B0} = {704E48BD-A12F-41FD-8531-C6EBB50BBD39}
{2F994761-5032-4E43-8279-68BF5D8B3194} = {354020D1-98DE-4A16-8C17-E7D21CEC281B}
{25839E7B-D0B7-40E8-A895-06E098EB1E2F} = {354020D1-98DE-4A16-8C17-E7D21CEC281B}
EndGlobalSection
EndGlobal