-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathccnet.git.plugin.sln
More file actions
31 lines (31 loc) · 1.62 KB
/
ccnet.git.plugin.sln
File metadata and controls
31 lines (31 loc) · 1.62 KB
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ccnet.git.plugin", "ccnet.git.plugin\ccnet.git.plugin.csproj", "{369BAB51-AE2B-457E-A97E-4120EF2151B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ccnet.git.plugin.tests", "ccnet.git.plugin.tests\ccnet.git.plugin.tests.csproj", "{2074E2A8-6E6E-48F3-B7AD-94F3901DF024}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB2954F5-4586-4F92-BD60-58D04BA707C8}"
ProjectSection(SolutionItems) = preProject
README.rdoc = README.rdoc
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{369BAB51-AE2B-457E-A97E-4120EF2151B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{369BAB51-AE2B-457E-A97E-4120EF2151B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{369BAB51-AE2B-457E-A97E-4120EF2151B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{369BAB51-AE2B-457E-A97E-4120EF2151B6}.Release|Any CPU.Build.0 = Release|Any CPU
{2074E2A8-6E6E-48F3-B7AD-94F3901DF024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2074E2A8-6E6E-48F3-B7AD-94F3901DF024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2074E2A8-6E6E-48F3-B7AD-94F3901DF024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2074E2A8-6E6E-48F3-B7AD-94F3901DF024}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal