-
Notifications
You must be signed in to change notification settings - Fork 0
/
0x.sln
42 lines (42 loc) · 2.23 KB
/
0x.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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "0x", "0x\0x.csproj", "{6B11AE24-B987-41E4-A224-5FD67C796BE0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{3EFE7A6E-131B-4B4C-83BD-B25EE1F68A11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrationTests", "IntegrationTests\IntegrationTests.csproj", "{E504CA65-94C4-4675-ADFA-F02B83D305D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5C19A87-3434-42B9-BA3A-F2F984B3CF53}"
ProjectSection(SolutionItems) = preProject
Docs\Doxyfile.txt = Docs\Doxyfile.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B11AE24-B987-41E4-A224-5FD67C796BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B11AE24-B987-41E4-A224-5FD67C796BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B11AE24-B987-41E4-A224-5FD67C796BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B11AE24-B987-41E4-A224-5FD67C796BE0}.Release|Any CPU.Build.0 = Release|Any CPU
{3EFE7A6E-131B-4B4C-83BD-B25EE1F68A11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EFE7A6E-131B-4B4C-83BD-B25EE1F68A11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EFE7A6E-131B-4B4C-83BD-B25EE1F68A11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EFE7A6E-131B-4B4C-83BD-B25EE1F68A11}.Release|Any CPU.Build.0 = Release|Any CPU
{E504CA65-94C4-4675-ADFA-F02B83D305D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E504CA65-94C4-4675-ADFA-F02B83D305D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E504CA65-94C4-4675-ADFA-F02B83D305D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E504CA65-94C4-4675-ADFA-F02B83D305D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E2E06B4-587F-484D-AC82-6940F40E735A}
EndGlobalSection
EndGlobal