-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotKsuid.sln
37 lines (37 loc) · 2.08 KB
/
DotKsuid.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
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.809.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotKsuid", "DotKsuid\DotKsuid.csproj", "{BC9B6917-8250-4B84-AF05-8EDB321BE374}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotKsuid.Tests", "DotKsuid.Tests\DotKsuid.Tests.csproj", "{9531E64E-23AD-4552-9A81-2DC54446D53E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotKsuid.Benchmarks", "DotKsuid.Benchmarks\DotKsuid.Benchmarks.csproj", "{54355E8D-B8F5-4906-9B07-9DA4AA794991}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC9B6917-8250-4B84-AF05-8EDB321BE374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC9B6917-8250-4B84-AF05-8EDB321BE374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC9B6917-8250-4B84-AF05-8EDB321BE374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC9B6917-8250-4B84-AF05-8EDB321BE374}.Release|Any CPU.Build.0 = Release|Any CPU
{9531E64E-23AD-4552-9A81-2DC54446D53E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9531E64E-23AD-4552-9A81-2DC54446D53E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9531E64E-23AD-4552-9A81-2DC54446D53E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9531E64E-23AD-4552-9A81-2DC54446D53E}.Release|Any CPU.Build.0 = Release|Any CPU
{54355E8D-B8F5-4906-9B07-9DA4AA794991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54355E8D-B8F5-4906-9B07-9DA4AA794991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54355E8D-B8F5-4906-9B07-9DA4AA794991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54355E8D-B8F5-4906-9B07-9DA4AA794991}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BADBF7FF-06D9-4673-A8B8-3661FE2C1B4D}
EndGlobalSection
EndGlobal