-
Notifications
You must be signed in to change notification settings - Fork 2
/
Novus.sln
57 lines (57 loc) · 3.23 KB
/
Novus.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Novus", "Novus\Novus.csproj", "{2561BA6C-DA55-41B8-A046-E0CD0FEEC424}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{688856AE-5380-40C6-879B-62FB89B6523A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{A54DEDD8-2B48-47A5-A81D-93FD984E56BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestBenchmark", "Benchmark\TestBenchmark.csproj", "{BE4827B3-5517-4E57-BF09-B2DAEC52DBDF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9256099B-2CBD-4765-8A42-063DE1505FB8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
icon64.png = icon64.png
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestAssets", "TestAssets\TestAssets.shproj", "{6538EA72-F003-4D9F-877A-34686783E010}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2561BA6C-DA55-41B8-A046-E0CD0FEEC424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2561BA6C-DA55-41B8-A046-E0CD0FEEC424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2561BA6C-DA55-41B8-A046-E0CD0FEEC424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2561BA6C-DA55-41B8-A046-E0CD0FEEC424}.Release|Any CPU.Build.0 = Release|Any CPU
{688856AE-5380-40C6-879B-62FB89B6523A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{688856AE-5380-40C6-879B-62FB89B6523A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{688856AE-5380-40C6-879B-62FB89B6523A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688856AE-5380-40C6-879B-62FB89B6523A}.Release|Any CPU.Build.0 = Release|Any CPU
{A54DEDD8-2B48-47A5-A81D-93FD984E56BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54DEDD8-2B48-47A5-A81D-93FD984E56BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54DEDD8-2B48-47A5-A81D-93FD984E56BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54DEDD8-2B48-47A5-A81D-93FD984E56BB}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4827B3-5517-4E57-BF09-B2DAEC52DBDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4827B3-5517-4E57-BF09-B2DAEC52DBDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4827B3-5517-4E57-BF09-B2DAEC52DBDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4827B3-5517-4E57-BF09-B2DAEC52DBDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {439A6DA3-79BE-4A3F-A52D-DE21CED59CCC}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
TestAssets\TestAssets.projitems*{6538ea72-f003-4d9f-877a-34686783e010}*SharedItemsImports = 13
TestAssets\TestAssets.projitems*{688856ae-5380-40c6-879b-62fb89b6523a}*SharedItemsImports = 5
TestAssets\TestAssets.projitems*{a54dedd8-2b48-47a5-a81d-93fd984e56bb}*SharedItemsImports = 5
EndGlobalSection
EndGlobal