-
Notifications
You must be signed in to change notification settings - Fork 7
/
DogeSharp.sln
31 lines (31 loc) · 1.56 KB
/
DogeSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogeSharp", "DogeSharp\DogeSharp.csproj", "{CFB5A41C-EDDD-475A-86E7-F426CC705B56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples", "Samples\Samples.csproj", "{8CD963C3-9DCD-4854-A3EA-970B94F2E488}"
ProjectSection(ProjectDependencies) = postProject
{CFB5A41C-EDDD-475A-86E7-F426CC705B56} = {CFB5A41C-EDDD-475A-86E7-F426CC705B56}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFB5A41C-EDDD-475A-86E7-F426CC705B56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB5A41C-EDDD-475A-86E7-F426CC705B56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB5A41C-EDDD-475A-86E7-F426CC705B56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB5A41C-EDDD-475A-86E7-F426CC705B56}.Release|Any CPU.Build.0 = Release|Any CPU
{8CD963C3-9DCD-4854-A3EA-970B94F2E488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CD963C3-9DCD-4854-A3EA-970B94F2E488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CD963C3-9DCD-4854-A3EA-970B94F2E488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CD963C3-9DCD-4854-A3EA-970B94F2E488}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal