forked from henon/GitSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitSharp.sln
53 lines (53 loc) · 2.97 KB
/
GitSharp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2CD2048-48D8-4641-ACBF-5199613EE281}"
ProjectSection(SolutionItems) = preProject
GitSharp licence.txt = GitSharp licence.txt
Indentation.txt = Indentation.txt
Indentation.vssettings = Indentation.vssettings
JGit licence.txt = JGit licence.txt
MiscUtil licence.txt = MiscUtil licence.txt
README.txt = README.txt
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
Winterdom.IO.FileMap License.txt = Winterdom.IO.FileMap License.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitSharp.Tests", "GitSharp.Tests\GitSharp.Tests.csproj", "{37052DA4-F6A9-47D0-94AA-96F4A7E0462C}"
ProjectSection(ProjectDependencies) = postProject
{C46EDD61-C202-465A-93F1-ADE20A83BB59} = {C46EDD61-C202-465A-93F1-ADE20A83BB59}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitSharp.Core", "GitSharp.Core\GitSharp.Core.csproj", "{C46EDD61-C202-465A-93F1-ADE20A83BB59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Git", "Git\Git.csproj", "{2A467118-E885-44FC-B7AF-DFAD937F6012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitSharp", "GitSharp\GitSharp.csproj", "{7311850F-619A-4241-B09F-157792C75FBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37052DA4-F6A9-47D0-94AA-96F4A7E0462C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37052DA4-F6A9-47D0-94AA-96F4A7E0462C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37052DA4-F6A9-47D0-94AA-96F4A7E0462C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37052DA4-F6A9-47D0-94AA-96F4A7E0462C}.Release|Any CPU.Build.0 = Release|Any CPU
{C46EDD61-C202-465A-93F1-ADE20A83BB59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C46EDD61-C202-465A-93F1-ADE20A83BB59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C46EDD61-C202-465A-93F1-ADE20A83BB59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C46EDD61-C202-465A-93F1-ADE20A83BB59}.Release|Any CPU.Build.0 = Release|Any CPU
{2A467118-E885-44FC-B7AF-DFAD937F6012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A467118-E885-44FC-B7AF-DFAD937F6012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A467118-E885-44FC-B7AF-DFAD937F6012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A467118-E885-44FC-B7AF-DFAD937F6012}.Release|Any CPU.Build.0 = Release|Any CPU
{7311850F-619A-4241-B09F-157792C75FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7311850F-619A-4241-B09F-157792C75FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7311850F-619A-4241-B09F-157792C75FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7311850F-619A-4241-B09F-157792C75FBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal