-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeProxy.sln
52 lines (52 loc) · 2.54 KB
/
CodeProxy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0CE39A06-1095-446C-8440-79DA90E0229E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41B01E62-034A-472C-82F0-42AB99DBFC6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{53CA2B82-C8A4-47A1-B6AF-C0FF2FD95F85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeProxy", "src\CodeProxy\CodeProxy.csproj", "{3EEC3171-92FD-4F25-A7FF-A3CCE00ABE29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeProxy.Tests", "tests\CodeProxy.Tests\CodeProxy.Tests.csproj", "{941D0D88-0505-4BDD-BDE4-CC592A554BEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8A547835-A497-4347-A601-98960FAEE0AE}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.cmd = build.cmd
package.cmd = package.cmd
test.cmd = test.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{D6B560F2-172E-4391-8FFF-054E66994A69}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EEC3171-92FD-4F25-A7FF-A3CCE00ABE29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EEC3171-92FD-4F25-A7FF-A3CCE00ABE29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EEC3171-92FD-4F25-A7FF-A3CCE00ABE29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EEC3171-92FD-4F25-A7FF-A3CCE00ABE29}.Release|Any CPU.Build.0 = Release|Any CPU
{941D0D88-0505-4BDD-BDE4-CC592A554BEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{941D0D88-0505-4BDD-BDE4-CC592A554BEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{941D0D88-0505-4BDD-BDE4-CC592A554BEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{941D0D88-0505-4BDD-BDE4-CC592A554BEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3EEC3171-92FD-4F25-A7FF-A3CCE00ABE29} = {0CE39A06-1095-446C-8440-79DA90E0229E}
{941D0D88-0505-4BDD-BDE4-CC592A554BEE} = {53CA2B82-C8A4-47A1-B6AF-C0FF2FD95F85}
EndGlobalSection
EndGlobal