This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRawEngine.sln
34 lines (34 loc) · 1.91 KB
/
RawEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RawEngine", "RawEngine\RawEngine.csproj", "{1796F3DB-54BA-42F0-A734-6BFBF74E1459}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RawEngineDebug", "RawEngineDebug\RawEngineDebug.csproj", "{AAEA823D-FE16-49C2-96FC-F106B8A077FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RawEngineTests", "RawEngineTests\RawEngineTests.csproj", "{36269E0C-0559-4F82-920C-C9D5151278AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1796F3DB-54BA-42F0-A734-6BFBF74E1459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1796F3DB-54BA-42F0-A734-6BFBF74E1459}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1796F3DB-54BA-42F0-A734-6BFBF74E1459}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1796F3DB-54BA-42F0-A734-6BFBF74E1459}.Release|Any CPU.Build.0 = Release|Any CPU
{AAEA823D-FE16-49C2-96FC-F106B8A077FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAEA823D-FE16-49C2-96FC-F106B8A077FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAEA823D-FE16-49C2-96FC-F106B8A077FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAEA823D-FE16-49C2-96FC-F106B8A077FF}.Release|Any CPU.Build.0 = Release|Any CPU
{36269E0C-0559-4F82-920C-C9D5151278AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36269E0C-0559-4F82-920C-C9D5151278AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36269E0C-0559-4F82-920C-C9D5151278AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36269E0C-0559-4F82-920C-C9D5151278AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal