-
Notifications
You must be signed in to change notification settings - Fork 3
/
HdrViewfinder.sln
32 lines (32 loc) · 1.7 KB
/
HdrViewfinder.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 Version 16
VisualStudioVersion = 16.0.808.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HdrViewfinder", "HdrViewfinder.csproj", "{376C6CB5-45C9-4230-B782-143754E5CC0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HdrMerge", "HdrMerge\HdrMerge.csproj", "{D699D5F6-F7C7-41BC-9A82-8CE6E29A4F47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{376C6CB5-45C9-4230-B782-143754E5CC0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{376C6CB5-45C9-4230-B782-143754E5CC0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{376C6CB5-45C9-4230-B782-143754E5CC0C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{376C6CB5-45C9-4230-B782-143754E5CC0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{376C6CB5-45C9-4230-B782-143754E5CC0C}.Release|Any CPU.Build.0 = Release|Any CPU
{376C6CB5-45C9-4230-B782-143754E5CC0C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D699D5F6-F7C7-41BC-9A82-8CE6E29A4F47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D699D5F6-F7C7-41BC-9A82-8CE6E29A4F47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D699D5F6-F7C7-41BC-9A82-8CE6E29A4F47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D699D5F6-F7C7-41BC-9A82-8CE6E29A4F47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A36B4C9-B649-41CC-8B23-EB11DE8EE64B}
EndGlobalSection
EndGlobal