This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSharpCrush.sln
32 lines (32 loc) · 1.84 KB
/
SharpCrush.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpCrush 4", "SharpCrush 4\SharpCrush 4.csproj", "{D6D257A6-6E3B-4B24-9D02-FB0FECBD8245}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestSharpCrush", "TestSharpCrush\TestSharpCrush.csproj", "{82CE69A8-B314-4AEC-B7F8-E19F8933FB89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpCrush 4.5", "SharpCrush 45\SharpCrush 4.5.csproj", "{292E9930-C9BF-4BFE-B5C5-FDE8F5AE79F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6D257A6-6E3B-4B24-9D02-FB0FECBD8245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D257A6-6E3B-4B24-9D02-FB0FECBD8245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6D257A6-6E3B-4B24-9D02-FB0FECBD8245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6D257A6-6E3B-4B24-9D02-FB0FECBD8245}.Release|Any CPU.Build.0 = Release|Any CPU
{82CE69A8-B314-4AEC-B7F8-E19F8933FB89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82CE69A8-B314-4AEC-B7F8-E19F8933FB89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82CE69A8-B314-4AEC-B7F8-E19F8933FB89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82CE69A8-B314-4AEC-B7F8-E19F8933FB89}.Release|Any CPU.Build.0 = Release|Any CPU
{292E9930-C9BF-4BFE-B5C5-FDE8F5AE79F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{292E9930-C9BF-4BFE-B5C5-FDE8F5AE79F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{292E9930-C9BF-4BFE-B5C5-FDE8F5AE79F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{292E9930-C9BF-4BFE-B5C5-FDE8F5AE79F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal