-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSWapi-CSharp.sln
More file actions
43 lines (43 loc) · 2.27 KB
/
SWapi-CSharp.sln
File metadata and controls
43 lines (43 loc) · 2.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA213E25-FFC4-4B7D-B671-77EAEA15BCCF}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CodeCoverage.runsettings = CodeCoverage.runsettings
Graph1.dgml = Graph1.dgml
README.md = README.md
Structure.png = Structure.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SWapi-CSharp", "SWapi-CSharp\SWapi-CSharp.csproj", "{CDCDE2C9-059D-4DA4-8B17-1F3142857F6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{81247013-D0DC-417B-BD04-91FA27B93F80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SWapi-CSharpTests", "SWapi-CSharpTests\SWapi-CSharpTests.csproj", "{3DE0C114-BC9E-4729-AF9E-C5CD1DCD028F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDCDE2C9-059D-4DA4-8B17-1F3142857F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDCDE2C9-059D-4DA4-8B17-1F3142857F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDCDE2C9-059D-4DA4-8B17-1F3142857F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDCDE2C9-059D-4DA4-8B17-1F3142857F6C}.Release|Any CPU.Build.0 = Release|Any CPU
{81247013-D0DC-417B-BD04-91FA27B93F80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81247013-D0DC-417B-BD04-91FA27B93F80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81247013-D0DC-417B-BD04-91FA27B93F80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81247013-D0DC-417B-BD04-91FA27B93F80}.Release|Any CPU.Build.0 = Release|Any CPU
{3DE0C114-BC9E-4729-AF9E-C5CD1DCD028F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE0C114-BC9E-4729-AF9E-C5CD1DCD028F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE0C114-BC9E-4729-AF9E-C5CD1DCD028F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE0C114-BC9E-4729-AF9E-C5CD1DCD028F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal