-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInferenceRuler.sln
More file actions
46 lines (46 loc) · 2.64 KB
/
InferenceRuler.sln
File metadata and controls
46 lines (46 loc) · 2.64 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EF2C8BA4-6C79-4F94-A238-B91BA1B7B207}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InferenceRuler", "src\InferenceRuler\InferenceRuler.csproj", "{2F44081B-E698-4C35-8C54-76C3B4E7BD33}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9F7C7840-4989-4DCE-A5E0-A7A7428409C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InferenceRuler.Console", "src\InferenceRuler.Console\InferenceRuler.Console.csproj", "{50A6FE0B-9B96-47BA-B00B-F3B62994B248}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InferenceRuler.Tests", "tests\InferenceRuler.Tests\InferenceRuler.Tests.csproj", "{16097694-F025-41A2-A0DC-0942BE825296}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F44081B-E698-4C35-8C54-76C3B4E7BD33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F44081B-E698-4C35-8C54-76C3B4E7BD33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F44081B-E698-4C35-8C54-76C3B4E7BD33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F44081B-E698-4C35-8C54-76C3B4E7BD33}.Release|Any CPU.Build.0 = Release|Any CPU
{50A6FE0B-9B96-47BA-B00B-F3B62994B248}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50A6FE0B-9B96-47BA-B00B-F3B62994B248}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50A6FE0B-9B96-47BA-B00B-F3B62994B248}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50A6FE0B-9B96-47BA-B00B-F3B62994B248}.Release|Any CPU.Build.0 = Release|Any CPU
{16097694-F025-41A2-A0DC-0942BE825296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16097694-F025-41A2-A0DC-0942BE825296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16097694-F025-41A2-A0DC-0942BE825296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16097694-F025-41A2-A0DC-0942BE825296}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F44081B-E698-4C35-8C54-76C3B4E7BD33} = {EF2C8BA4-6C79-4F94-A238-B91BA1B7B207}
{50A6FE0B-9B96-47BA-B00B-F3B62994B248} = {EF2C8BA4-6C79-4F94-A238-B91BA1B7B207}
{16097694-F025-41A2-A0DC-0942BE825296} = {9F7C7840-4989-4DCE-A5E0-A7A7428409C0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6984613-068B-4486-8ACD-41CE5459FB63}
EndGlobalSection
EndGlobal