-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGit.NET.sln
More file actions
43 lines (43 loc) · 2.1 KB
/
Git.NET.sln
File metadata and controls
43 lines (43 loc) · 2.1 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
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Git", "Git\Git.csproj", "{D3E7619D-BD31-4AB1-B143-4CFC3A8C1561}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project Files", "Project Files", "{360680BE-51C4-4743-8D21-7421C7CAFA57}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
License.txt.asc = License.txt.asc
README.markdown = README.markdown
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6520CBDD-D99D-4271-9D52-FCECD134D819}"
ProjectSection(SolutionItems) = preProject
Git.NET.vsmdi = Git.NET.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{DDDE83AA-BA57-4E79-B666-755B6455970E}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Git.NET.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3E7619D-BD31-4AB1-B143-4CFC3A8C1561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3E7619D-BD31-4AB1-B143-4CFC3A8C1561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3E7619D-BD31-4AB1-B143-4CFC3A8C1561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3E7619D-BD31-4AB1-B143-4CFC3A8C1561}.Release|Any CPU.Build.0 = Release|Any CPU
{DDDE83AA-BA57-4E79-B666-755B6455970E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDDE83AA-BA57-4E79-B666-755B6455970E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDDE83AA-BA57-4E79-B666-755B6455970E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDDE83AA-BA57-4E79-B666-755B6455970E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal