-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReasonableRTF.sln
37 lines (37 loc) · 2.1 KB
/
ReasonableRTF.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReasonableRTF", "ReasonableRTF\ReasonableRTF.csproj", "{9F8557CD-E012-4B52-8538-003470270667}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReasonableRTF_TestApp", "ReasonableRTF_TestApp\ReasonableRTF_TestApp.csproj", "{F4A30C5A-46BE-4573-93E6-57FEE3B0D4AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReasonableRTF_Benchmark", "ReasonableRTF_Benchmark\ReasonableRTF_Benchmark.csproj", "{34CC2AD3-3281-4956-A66C-73371B74B57C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F8557CD-E012-4B52-8538-003470270667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F8557CD-E012-4B52-8538-003470270667}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F8557CD-E012-4B52-8538-003470270667}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F8557CD-E012-4B52-8538-003470270667}.Release|Any CPU.Build.0 = Release|Any CPU
{F4A30C5A-46BE-4573-93E6-57FEE3B0D4AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4A30C5A-46BE-4573-93E6-57FEE3B0D4AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4A30C5A-46BE-4573-93E6-57FEE3B0D4AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4A30C5A-46BE-4573-93E6-57FEE3B0D4AF}.Release|Any CPU.Build.0 = Release|Any CPU
{34CC2AD3-3281-4956-A66C-73371B74B57C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34CC2AD3-3281-4956-A66C-73371B74B57C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34CC2AD3-3281-4956-A66C-73371B74B57C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34CC2AD3-3281-4956-A66C-73371B74B57C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D5A2FC4-3048-4D67-B179-51BD5FC3DC81}
EndGlobalSection
EndGlobal