-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr-xmrg.sln
49 lines (49 loc) · 3.08 KB
/
r-xmrg.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XMRG.Reader", "src\XMRG.Reader\XMRG.Reader.csproj", "{39E4682C-0320-46EE-8C40-7FFD52DC9A52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadFullXMRGFile", "examples\ReadFullXMRGFile\ReadFullXMRGFile.csproj", "{023B3488-EA01-4390-94F6-4C997185B8C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XMRG.Reader.Tests", "tests\XMRG.Reader.Tests\XMRG.Reader.Tests.csproj", "{CA90A853-336A-4FFC-B6E1-63C1BA9031E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Honeycomb.Core", "..\honeycomb\src\Honeycomb.Core\Honeycomb.Core.csproj", "{E5F46049-8B89-4743-809E-CD3E948197A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherDotGovSample", "benchmarks\WeatherDotGovSample\WeatherDotGovSample.csproj", "{DEFF6D94-A27E-4DEF-B7DB-A2AA329260B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39E4682C-0320-46EE-8C40-7FFD52DC9A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E4682C-0320-46EE-8C40-7FFD52DC9A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E4682C-0320-46EE-8C40-7FFD52DC9A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E4682C-0320-46EE-8C40-7FFD52DC9A52}.Release|Any CPU.Build.0 = Release|Any CPU
{023B3488-EA01-4390-94F6-4C997185B8C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{023B3488-EA01-4390-94F6-4C997185B8C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{023B3488-EA01-4390-94F6-4C997185B8C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{023B3488-EA01-4390-94F6-4C997185B8C5}.Release|Any CPU.Build.0 = Release|Any CPU
{CA90A853-336A-4FFC-B6E1-63C1BA9031E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA90A853-336A-4FFC-B6E1-63C1BA9031E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA90A853-336A-4FFC-B6E1-63C1BA9031E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA90A853-336A-4FFC-B6E1-63C1BA9031E6}.Release|Any CPU.Build.0 = Release|Any CPU
{E5F46049-8B89-4743-809E-CD3E948197A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5F46049-8B89-4743-809E-CD3E948197A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5F46049-8B89-4743-809E-CD3E948197A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5F46049-8B89-4743-809E-CD3E948197A2}.Release|Any CPU.Build.0 = Release|Any CPU
{DEFF6D94-A27E-4DEF-B7DB-A2AA329260B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEFF6D94-A27E-4DEF-B7DB-A2AA329260B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEFF6D94-A27E-4DEF-B7DB-A2AA329260B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEFF6D94-A27E-4DEF-B7DB-A2AA329260B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C106129-10B8-4E0F-B345-68D86F724478}
EndGlobalSection
EndGlobal