forked from neutmute/SvnRevisionLabeller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SvnRevisionLabeller.sln
30 lines (30 loc) · 1.68 KB
/
SvnRevisionLabeller.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ccnet.Labeller.plugin", "src\ccnet.SvnRevisionLabeller.plugin\ccnet.Labeller.plugin.csproj", "{A0CA66FE-0C8D-4CD1-AF45-EA6E18D57ACC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ccnet.Labeller.tests", "test\ccnet.SvnRevisionLabeller.tests\ccnet.Labeller.tests.csproj", "{7DEB7A0F-48E6-43AD-9964-D31DC2BA6FE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{A60D607D-AD44-4AE4-903E-F5FE8E60E7B7}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0CA66FE-0C8D-4CD1-AF45-EA6E18D57ACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0CA66FE-0C8D-4CD1-AF45-EA6E18D57ACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0CA66FE-0C8D-4CD1-AF45-EA6E18D57ACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0CA66FE-0C8D-4CD1-AF45-EA6E18D57ACC}.Release|Any CPU.Build.0 = Release|Any CPU
{7DEB7A0F-48E6-43AD-9964-D31DC2BA6FE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DEB7A0F-48E6-43AD-9964-D31DC2BA6FE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DEB7A0F-48E6-43AD-9964-D31DC2BA6FE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DEB7A0F-48E6-43AD-9964-D31DC2BA6FE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal