-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfitsharp.prdc.sln
26 lines (26 loc) · 1.36 KB
/
fitsharp.prdc.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tristan.Test", "source\Tristan.Test\Tristan.Test.csproj", "{08F26CBA-6E1E-479D-BE92-04E9AE893DFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tristan", "source\Tristan\Tristan.csproj", "{1CF6FEBB-9B44-4579-ACCF-54C9981B5E36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08F26CBA-6E1E-479D-BE92-04E9AE893DFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08F26CBA-6E1E-479D-BE92-04E9AE893DFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08F26CBA-6E1E-479D-BE92-04E9AE893DFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08F26CBA-6E1E-479D-BE92-04E9AE893DFC}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF6FEBB-9B44-4579-ACCF-54C9981B5E36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF6FEBB-9B44-4579-ACCF-54C9981B5E36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF6FEBB-9B44-4579-ACCF-54C9981B5E36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF6FEBB-9B44-4579-ACCF-54C9981B5E36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal