-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGW2CSharp.sln
More file actions
33 lines (33 loc) · 1.61 KB
/
GW2CSharp.sln
File metadata and controls
33 lines (33 loc) · 1.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{AB4FD259-B26F-4999-94D9-E3DADA9B62F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GW2CSharp", "GW2CSharp\GW2CSharp.csproj", "{A0276AF2-742D-4E20-B54D-28E51E7A3FD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BAA6B4D4-ABB4-4C9A-B8EC-AD665448B9AC}"
ProjectSection(SolutionItems) = preProject
Examples.cs = Examples.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB4FD259-B26F-4999-94D9-E3DADA9B62F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB4FD259-B26F-4999-94D9-E3DADA9B62F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB4FD259-B26F-4999-94D9-E3DADA9B62F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB4FD259-B26F-4999-94D9-E3DADA9B62F6}.Release|Any CPU.Build.0 = Release|Any CPU
{A0276AF2-742D-4E20-B54D-28E51E7A3FD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0276AF2-742D-4E20-B54D-28E51E7A3FD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0276AF2-742D-4E20-B54D-28E51E7A3FD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0276AF2-742D-4E20-B54D-28E51E7A3FD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal