This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRGDReader.sln
60 lines (60 loc) · 3.76 KB
/
RGDReader.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
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RGDReader", "RGDReader\RGDReader.csproj", "{EF1FC470-75FB-4EDC-B428-A1A89BB7E9CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RGDViewer", "RGDViewer\RGDViewer.csproj", "{04BA9D26-2C18-4CF6-9D94-6BEBA01D2268}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RGDReaderCLI", "RGDReaderCLI\RGDReaderCLI.csproj", "{367022A4-BD85-4723-B139-6C1109E35195}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A346109-C2D4-41F9-8E94-8378623EF327}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RGDJSONConverter", "RGDJSONConverter\RGDJSONConverter.csproj", "{6CE167A1-D33F-44D8-88EB-2B2E978969B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChunkyHeaderReaderCLI", "ChunkyHeaderReaderCLI\ChunkyHeaderReaderCLI.csproj", "{CB3717F1-52D3-4A22-B815-CA3B846DD041}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RRTexConverter", "RRTexConverter\RRTexConverter.csproj", "{8F120438-7BE3-4890-99BB-57B7E5CED883}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF1FC470-75FB-4EDC-B428-A1A89BB7E9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF1FC470-75FB-4EDC-B428-A1A89BB7E9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF1FC470-75FB-4EDC-B428-A1A89BB7E9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF1FC470-75FB-4EDC-B428-A1A89BB7E9CF}.Release|Any CPU.Build.0 = Release|Any CPU
{04BA9D26-2C18-4CF6-9D94-6BEBA01D2268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04BA9D26-2C18-4CF6-9D94-6BEBA01D2268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04BA9D26-2C18-4CF6-9D94-6BEBA01D2268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04BA9D26-2C18-4CF6-9D94-6BEBA01D2268}.Release|Any CPU.Build.0 = Release|Any CPU
{367022A4-BD85-4723-B139-6C1109E35195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367022A4-BD85-4723-B139-6C1109E35195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367022A4-BD85-4723-B139-6C1109E35195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367022A4-BD85-4723-B139-6C1109E35195}.Release|Any CPU.Build.0 = Release|Any CPU
{6CE167A1-D33F-44D8-88EB-2B2E978969B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CE167A1-D33F-44D8-88EB-2B2E978969B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CE167A1-D33F-44D8-88EB-2B2E978969B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CE167A1-D33F-44D8-88EB-2B2E978969B5}.Release|Any CPU.Build.0 = Release|Any CPU
{CB3717F1-52D3-4A22-B815-CA3B846DD041}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB3717F1-52D3-4A22-B815-CA3B846DD041}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB3717F1-52D3-4A22-B815-CA3B846DD041}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB3717F1-52D3-4A22-B815-CA3B846DD041}.Release|Any CPU.Build.0 = Release|Any CPU
{8F120438-7BE3-4890-99BB-57B7E5CED883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F120438-7BE3-4890-99BB-57B7E5CED883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F120438-7BE3-4890-99BB-57B7E5CED883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F120438-7BE3-4890-99BB-57B7E5CED883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D56030B5-A863-46A2-8F77-300BA3397DF4}
EndGlobalSection
EndGlobal