-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmallPathTracer.sln
31 lines (31 loc) · 1.77 KB
/
SmallPathTracer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallPathTracer", "SmallPathTracer\SmallPathTracer.csproj", "{22677B81-4874-4C3F-97B4-31D4F7F182F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallPathTracer.Tests", "SmallPathTracer.Tests\SmallPathTracer.Tests.csproj", "{41BEA1B4-47D6-485B-87A7-F59EECFCED22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Analysis|Any CPU = Analysis|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22677B81-4874-4C3F-97B4-31D4F7F182F1}.Analysis|Any CPU.ActiveCfg = Analysis|Any CPU
{22677B81-4874-4C3F-97B4-31D4F7F182F1}.Analysis|Any CPU.Build.0 = Analysis|Any CPU
{22677B81-4874-4C3F-97B4-31D4F7F182F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22677B81-4874-4C3F-97B4-31D4F7F182F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22677B81-4874-4C3F-97B4-31D4F7F182F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22677B81-4874-4C3F-97B4-31D4F7F182F1}.Release|Any CPU.Build.0 = Release|Any CPU
{41BEA1B4-47D6-485B-87A7-F59EECFCED22}.Analysis|Any CPU.ActiveCfg = Analysis|Any CPU
{41BEA1B4-47D6-485B-87A7-F59EECFCED22}.Analysis|Any CPU.Build.0 = Analysis|Any CPU
{41BEA1B4-47D6-485B-87A7-F59EECFCED22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41BEA1B4-47D6-485B-87A7-F59EECFCED22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41BEA1B4-47D6-485B-87A7-F59EECFCED22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41BEA1B4-47D6-485B-87A7-F59EECFCED22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal