-
Notifications
You must be signed in to change notification settings - Fork 0
/
ValuePrototype.sln
47 lines (47 loc) · 2.47 KB
/
ValuePrototype.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValuePrototype", "ValuePrototype\ValuePrototype.csproj", "{C4435C96-46F7-4F9B-BA95-17BD2AE8F0AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValuePerf", "ValuePerf\ValuePerf.csproj", "{3AF81060-7A74-4B2C-86C6-6A3EA06216E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValueTest", "ValueTest\ValueTest.csproj", "{90BE1E5B-CDD7-431A-9596-07895860CADD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SupportFiles", "SupportFiles", "{27252161-1B54-44D3-9106-CB64E356DBE6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F37A709E-95F7-464B-B769-7FAA10659520}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4435C96-46F7-4F9B-BA95-17BD2AE8F0AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4435C96-46F7-4F9B-BA95-17BD2AE8F0AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4435C96-46F7-4F9B-BA95-17BD2AE8F0AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4435C96-46F7-4F9B-BA95-17BD2AE8F0AD}.Release|Any CPU.Build.0 = Release|Any CPU
{3AF81060-7A74-4B2C-86C6-6A3EA06216E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AF81060-7A74-4B2C-86C6-6A3EA06216E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AF81060-7A74-4B2C-86C6-6A3EA06216E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AF81060-7A74-4B2C-86C6-6A3EA06216E2}.Release|Any CPU.Build.0 = Release|Any CPU
{90BE1E5B-CDD7-431A-9596-07895860CADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90BE1E5B-CDD7-431A-9596-07895860CADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90BE1E5B-CDD7-431A-9596-07895860CADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90BE1E5B-CDD7-431A-9596-07895860CADD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8E4E9ED-386B-4B64-BC04-C0268F198304}
EndGlobalSection
EndGlobal