-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSharpDashTools.sln
More file actions
39 lines (39 loc) · 2.16 KB
/
SharpDashTools.sln
File metadata and controls
39 lines (39 loc) · 2.16 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DashTools", "DashTools\DashTools.csproj", "{D517B927-7AFC-42AD-A410-27354F3217C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DashTools.Tests", "DashTools.Tests\DashTools.Tests.csproj", "{17D61727-C15B-4329-AC4A-381D174E76EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{AA1B4699-9D5B-4FC4-BB4C-3B3CE5ADC180}"
ProjectSection(SolutionItems) = preProject
NuGet\DashTools.csproj.nuspec = NuGet\DashTools.csproj.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DashTools.Samples", "DashTools.Samples\DashTools.Samples.csproj", "{19125071-F9C9-4F10-AA66-621DD65F3ABE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D517B927-7AFC-42AD-A410-27354F3217C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D517B927-7AFC-42AD-A410-27354F3217C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D517B927-7AFC-42AD-A410-27354F3217C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D517B927-7AFC-42AD-A410-27354F3217C2}.Release|Any CPU.Build.0 = Release|Any CPU
{17D61727-C15B-4329-AC4A-381D174E76EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17D61727-C15B-4329-AC4A-381D174E76EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17D61727-C15B-4329-AC4A-381D174E76EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17D61727-C15B-4329-AC4A-381D174E76EB}.Release|Any CPU.Build.0 = Release|Any CPU
{19125071-F9C9-4F10-AA66-621DD65F3ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19125071-F9C9-4F10-AA66-621DD65F3ABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19125071-F9C9-4F10-AA66-621DD65F3ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19125071-F9C9-4F10-AA66-621DD65F3ABE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal