-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathRedzen.sln
43 lines (43 loc) · 2.29 KB
/
Redzen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Redzen", "Redzen\Redzen.csproj", "{76659220-526C-4B0B-A83E-EF0A6C48CB66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Redzen.Tests", "Redzen.Tests\Redzen.Tests.csproj", "{B96538DB-2D98-45E4-A776-6F355E2C2333}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Redzen.Benchmarks", "Redzen.Benchmarks\Redzen.Benchmarks.csproj", "{3380469F-3517-4436-9C1C-E92BE4C3D00D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FCE69CB1-AC14-4C67-81FD-10F5307CA9F6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76659220-526C-4B0B-A83E-EF0A6C48CB66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76659220-526C-4B0B-A83E-EF0A6C48CB66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76659220-526C-4B0B-A83E-EF0A6C48CB66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76659220-526C-4B0B-A83E-EF0A6C48CB66}.Release|Any CPU.Build.0 = Release|Any CPU
{B96538DB-2D98-45E4-A776-6F355E2C2333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B96538DB-2D98-45E4-A776-6F355E2C2333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B96538DB-2D98-45E4-A776-6F355E2C2333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B96538DB-2D98-45E4-A776-6F355E2C2333}.Release|Any CPU.Build.0 = Release|Any CPU
{3380469F-3517-4436-9C1C-E92BE4C3D00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3380469F-3517-4436-9C1C-E92BE4C3D00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3380469F-3517-4436-9C1C-E92BE4C3D00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3380469F-3517-4436-9C1C-E92BE4C3D00D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2291A05E-A560-4FB4-AC86-800156C0BCF2}
EndGlobalSection
EndGlobal