-
Notifications
You must be signed in to change notification settings - Fork 1
/
DummyPathtracer.sln
22 lines (22 loc) · 1.27 KB
/
DummyPathtracer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DummyPathtracer", "DummyPathtracer.fsproj", "{3ED9211F-1A4B-40FE-92DA-B8E96B38B39C}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DummyPathtracer.PpmToPng", "DummyPathtracer.PpmToPng\DummyPathtracer.PpmToPng.fsproj", "{52DE538D-00BE-4523-BFBA-8652B4F2EFC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3ED9211F-1A4B-40FE-92DA-B8E96B38B39C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED9211F-1A4B-40FE-92DA-B8E96B38B39C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED9211F-1A4B-40FE-92DA-B8E96B38B39C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED9211F-1A4B-40FE-92DA-B8E96B38B39C}.Release|Any CPU.Build.0 = Release|Any CPU
{52DE538D-00BE-4523-BFBA-8652B4F2EFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52DE538D-00BE-4523-BFBA-8652B4F2EFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52DE538D-00BE-4523-BFBA-8652B4F2EFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52DE538D-00BE-4523-BFBA-8652B4F2EFC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal