-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathWebGitNet.sln
57 lines (57 loc) · 3.23 KB
/
WebGitNet.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
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DFADE173-C145-469E-8BA1-51CC4D9B1108}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DBDE7BF0-6977-414E-812C-6B0CF5ABB720}"
ProjectSection(SolutionItems) = preProject
CustomDictionary.xml = CustomDictionary.xml
http-protocol.txt = http-protocol.txt
License.txt = License.txt
README.md = README.md
Settings.StyleCop = Settings.StyleCop
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGitNet", "WebGitNet\WebGitNet.csproj", "{C3153971-94BC-4991-8790-41B046680108}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGitNet.SearchProviders", "WebGitNet.SearchProviders\WebGitNet.SearchProviders.csproj", "{527FE49D-8F2F-4739-AEA4-137706EFFC3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGitNet.SharedLib", "WebGitNet.SharedLib\WebGitNet.SharedLib.csproj", "{F00879C2-B2F3-4202-B1BF-12A875AF4F7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebGitNet.SharedLib.Tests", "WebGitNet.SharedLib.Tests\WebGitNet.SharedLib.Tests.csproj", "{C4491FF4-D782-4351-A907-60E859EC623E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3153971-94BC-4991-8790-41B046680108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3153971-94BC-4991-8790-41B046680108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3153971-94BC-4991-8790-41B046680108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3153971-94BC-4991-8790-41B046680108}.Release|Any CPU.Build.0 = Release|Any CPU
{527FE49D-8F2F-4739-AEA4-137706EFFC3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527FE49D-8F2F-4739-AEA4-137706EFFC3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527FE49D-8F2F-4739-AEA4-137706EFFC3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527FE49D-8F2F-4739-AEA4-137706EFFC3C}.Release|Any CPU.Build.0 = Release|Any CPU
{F00879C2-B2F3-4202-B1BF-12A875AF4F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F00879C2-B2F3-4202-B1BF-12A875AF4F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F00879C2-B2F3-4202-B1BF-12A875AF4F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F00879C2-B2F3-4202-B1BF-12A875AF4F7B}.Release|Any CPU.Build.0 = Release|Any CPU
{C4491FF4-D782-4351-A907-60E859EC623E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4491FF4-D782-4351-A907-60E859EC623E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4491FF4-D782-4351-A907-60E859EC623E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4491FF4-D782-4351-A907-60E859EC623E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 8151b6c3-93c1-47c6-8f9c-533dc883a853
EndGlobalSection
EndGlobal