-
Notifications
You must be signed in to change notification settings - Fork 1
/
DMISharp.sln
41 lines (41 loc) · 2.29 KB
/
DMISharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28809.33
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DMISharp", "DMISharp\DMISharp.csproj", "{6910CB5B-7C70-4533-80D3-7B3B9E4D7F96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DMISharp.Tests", "DMISharp.Tests\DMISharp.Tests.csproj", "{BD696644-5CDF-4BD3-9E07-554FCAAA1D7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4052B10A-9B69-42AE-85C1-53B2797C667C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DMISharp.Benchmark", "DMISharp.Benchmark\DMISharp.Benchmark.csproj", "{55D0051C-05C7-4455-89E7-FFACEE1C49D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6910CB5B-7C70-4533-80D3-7B3B9E4D7F96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6910CB5B-7C70-4533-80D3-7B3B9E4D7F96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6910CB5B-7C70-4533-80D3-7B3B9E4D7F96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6910CB5B-7C70-4533-80D3-7B3B9E4D7F96}.Release|Any CPU.Build.0 = Release|Any CPU
{BD696644-5CDF-4BD3-9E07-554FCAAA1D7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD696644-5CDF-4BD3-9E07-554FCAAA1D7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD696644-5CDF-4BD3-9E07-554FCAAA1D7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD696644-5CDF-4BD3-9E07-554FCAAA1D7F}.Release|Any CPU.Build.0 = Release|Any CPU
{55D0051C-05C7-4455-89E7-FFACEE1C49D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55D0051C-05C7-4455-89E7-FFACEE1C49D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55D0051C-05C7-4455-89E7-FFACEE1C49D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55D0051C-05C7-4455-89E7-FFACEE1C49D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C94EC7DC-8C17-4FDB-85CC-D4EE8ACA84BB}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal