-
Notifications
You must be signed in to change notification settings - Fork 44
/
IronGitHub.sln
39 lines (39 loc) · 2.17 KB
/
IronGitHub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronGitHub", "IronGitHub\IronGitHub.csproj", "{C5B5317F-6AA9-4918-82B0-6FADDF5A6BF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{744C69A7-0D76-4ECC-BC71-C4AA64C3A674}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTests", "IntegrationTests\IntegrationTests.csproj", "{B1D93A15-4069-4BB0-9706-7AB0DD17625F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{591FFECE-2193-4633-9600-17AE215F0F26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5B5317F-6AA9-4918-82B0-6FADDF5A6BF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B5317F-6AA9-4918-82B0-6FADDF5A6BF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B5317F-6AA9-4918-82B0-6FADDF5A6BF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B5317F-6AA9-4918-82B0-6FADDF5A6BF9}.Release|Any CPU.Build.0 = Release|Any CPU
{B1D93A15-4069-4BB0-9706-7AB0DD17625F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1D93A15-4069-4BB0-9706-7AB0DD17625F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1D93A15-4069-4BB0-9706-7AB0DD17625F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1D93A15-4069-4BB0-9706-7AB0DD17625F}.Release|Any CPU.Build.0 = Release|Any CPU
{591FFECE-2193-4633-9600-17AE215F0F26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{591FFECE-2193-4633-9600-17AE215F0F26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{591FFECE-2193-4633-9600-17AE215F0F26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{591FFECE-2193-4633-9600-17AE215F0F26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal