-
Notifications
You must be signed in to change notification settings - Fork 18
/
DawgSharp.sln
32 lines (32 loc) · 1.95 KB
/
DawgSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DawgSharp", "DawgSharp\DawgSharp.csproj", "{4285FED3-5A96-493E-8B52-F7D93758D62F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DawgSharp.UnitTests", "DawgSharp.UnitTests\DawgSharp.UnitTests.csproj", "{68692CCC-230D-4092-A530-6C47B6ED1A2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DawgSharp.Verion_1_2.Benchmark", "DawgSharp.Verion_1_2.Benchmark\DawgSharp.Verion_1_2.Benchmark.csproj", "{5F92043E-7B64-4AC6-98FA-FC8A9982C0E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4285FED3-5A96-493E-8B52-F7D93758D62F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4285FED3-5A96-493E-8B52-F7D93758D62F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4285FED3-5A96-493E-8B52-F7D93758D62F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4285FED3-5A96-493E-8B52-F7D93758D62F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{68692CCC-230D-4092-A530-6C47B6ED1A2D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{68692CCC-230D-4092-A530-6C47B6ED1A2D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{68692CCC-230D-4092-A530-6C47B6ED1A2D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{68692CCC-230D-4092-A530-6C47B6ED1A2D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5F92043E-7B64-4AC6-98FA-FC8A9982C0E9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5F92043E-7B64-4AC6-98FA-FC8A9982C0E9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B053E6D-D059-4BD5-91A4-3C0A3FD272EA}
EndGlobalSection
EndGlobal