-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemcadFileReader.sln
28 lines (28 loc) · 1.73 KB
/
GemcadFileReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibGemcadFileReader", "LibGemcadFileReader\LibGemcadFileReader.csproj", "{A58B7C0A-7729-4CA0-AC7B-071544FFD1FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHarness", "TestHarness\TestHarness.csproj", "{E378F123-BFC2-4CC0-9819-557803614820}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestViewer", "TestViewer\TestViewer.csproj", "{D881AD14-3FC7-41C9-B2C4-8EB145B05800}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A58B7C0A-7729-4CA0-AC7B-071544FFD1FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A58B7C0A-7729-4CA0-AC7B-071544FFD1FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A58B7C0A-7729-4CA0-AC7B-071544FFD1FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A58B7C0A-7729-4CA0-AC7B-071544FFD1FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E378F123-BFC2-4CC0-9819-557803614820}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E378F123-BFC2-4CC0-9819-557803614820}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E378F123-BFC2-4CC0-9819-557803614820}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E378F123-BFC2-4CC0-9819-557803614820}.Release|Any CPU.Build.0 = Release|Any CPU
{D881AD14-3FC7-41C9-B2C4-8EB145B05800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D881AD14-3FC7-41C9-B2C4-8EB145B05800}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D881AD14-3FC7-41C9-B2C4-8EB145B05800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D881AD14-3FC7-41C9-B2C4-8EB145B05800}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal