-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVSGithubConnector.sln
More file actions
44 lines (44 loc) · 2.81 KB
/
VSGithubConnector.sln
File metadata and controls
44 lines (44 loc) · 2.81 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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSGithubConnectorPkg", "VSGithubConnectorPkg\VSGithubConnectorPkg.csproj", "{1446FAA1-3969-4934-A8D4-E2597A88F99D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSGithubConnectorPkg_IntegrationTests", "VSGithubConnectorPkg\VSGithubConnectorPkg_IntegrationTests\VSGithubConnectorPkg_IntegrationTests.csproj", "{869080CB-4A15-4FA8-95A5-4044D9468C11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF291AC4-6922-4AE3-92A7-1EB2D3D542B2}"
ProjectSection(SolutionItems) = preProject
IntegrationTests.testsettings = IntegrationTests.testsettings
UnitTests.testsettings = UnitTests.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSGithubConnectorPkg_UnitTests", "VSGithubConnectorPkg\VSGithubConnectorPkg_UnitTests\VSGithubConnectorPkg_UnitTests.csproj", "{675C7100-3C47-49E7-85A3-377B41306035}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronGitHub", "IronGitHub\IronGitHub\IronGitHub.csproj", "{C5B5317F-6AA9-4918-82B0-6FADDF5A6BF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1446FAA1-3969-4934-A8D4-E2597A88F99D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1446FAA1-3969-4934-A8D4-E2597A88F99D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1446FAA1-3969-4934-A8D4-E2597A88F99D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1446FAA1-3969-4934-A8D4-E2597A88F99D}.Release|Any CPU.Build.0 = Release|Any CPU
{869080CB-4A15-4FA8-95A5-4044D9468C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{869080CB-4A15-4FA8-95A5-4044D9468C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{869080CB-4A15-4FA8-95A5-4044D9468C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{869080CB-4A15-4FA8-95A5-4044D9468C11}.Release|Any CPU.Build.0 = Release|Any CPU
{675C7100-3C47-49E7-85A3-377B41306035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{675C7100-3C47-49E7-85A3-377B41306035}.Debug|Any CPU.Build.0 = Debug|Any CPU
{675C7100-3C47-49E7-85A3-377B41306035}.Release|Any CPU.ActiveCfg = Release|Any CPU
{675C7100-3C47-49E7-85A3-377B41306035}.Release|Any CPU.Build.0 = Release|Any CPU
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal