generated from nogic1008/dotnet-ci-example
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Nogic.WritableOptions.sln
36 lines (36 loc) · 2.03 KB
/
Nogic.WritableOptions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nogic.WritableOptions", "src\Nogic.WritableOptions\Nogic.WritableOptions.csproj", "{BAD87D61-00A9-4AF7-8090-6EDAE5D359CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nogic.WritableOptions.Tests", "test\Nogic.WritableOptions.Tests\Nogic.WritableOptions.Tests.csproj", "{B0C1A687-7BE9-43A1-92F2-F3DBA160922E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "sandbox\Benchmark\Benchmark.csproj", "{42A16976-6172-414A-9AC8-056C9EE18848}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAD87D61-00A9-4AF7-8090-6EDAE5D359CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAD87D61-00A9-4AF7-8090-6EDAE5D359CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAD87D61-00A9-4AF7-8090-6EDAE5D359CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAD87D61-00A9-4AF7-8090-6EDAE5D359CE}.Release|Any CPU.Build.0 = Release|Any CPU
{B0C1A687-7BE9-43A1-92F2-F3DBA160922E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0C1A687-7BE9-43A1-92F2-F3DBA160922E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0C1A687-7BE9-43A1-92F2-F3DBA160922E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42A16976-6172-414A-9AC8-056C9EE18848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42A16976-6172-414A-9AC8-056C9EE18848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42A16976-6172-414A-9AC8-056C9EE18848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42A16976-6172-414A-9AC8-056C9EE18848}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE635D08-53B5-4EF5-B7EC-2AEEC37D4D6C}
EndGlobalSection
EndGlobal