This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMSBuildGitTasks.sln
36 lines (36 loc) · 1.79 KB
/
MSBuildGitTasks.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitTasks", "GitTasks\GitTasks.csproj", "{692CF2EA-13FC-473B-8BFC-DD3B66A5C9A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{07A84488-80F5-4B9F-82B4-B16FAB0FD988}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{0CC64A6B-8529-4B42-AEBB-054F2DA0A905}"
ProjectSection(SolutionItems) = preProject
Examples\CloneExample.proj = Examples\CloneExample.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{5BFB3FE9-8A6D-4567-A5C5-2A0960E04CFC}"
ProjectSection(SolutionItems) = preProject
build.proj = build.proj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{692CF2EA-13FC-473B-8BFC-DD3B66A5C9A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{692CF2EA-13FC-473B-8BFC-DD3B66A5C9A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{692CF2EA-13FC-473B-8BFC-DD3B66A5C9A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{692CF2EA-13FC-473B-8BFC-DD3B66A5C9A6}.Release|Any CPU.Build.0 = Release|Any CPU
{07A84488-80F5-4B9F-82B4-B16FAB0FD988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07A84488-80F5-4B9F-82B4-B16FAB0FD988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07A84488-80F5-4B9F-82B4-B16FAB0FD988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07A84488-80F5-4B9F-82B4-B16FAB0FD988}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal