-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibTiff.Extensions.sln
38 lines (38 loc) · 1.94 KB
/
LibTiff.Extensions.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
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC137E35-1369-4A81-84AD-0C8E7418BCC9}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
License.txt = License.txt
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotDoc.LibTiff.Extensions", "dotDoc.LibTiff.Extensions\dotDoc.LibTiff.Extensions.csproj", "{E80C58C2-942E-473A-AB1F-A69BF91724E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotDoc.LibTiff.Extensions.Tests", "dotDoc.LibTiff.Extensions.Tests\dotDoc.LibTiff.Extensions.Tests.csproj", "{F8C5847E-C037-4587-8024-19863F05917D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E80C58C2-942E-473A-AB1F-A69BF91724E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E80C58C2-942E-473A-AB1F-A69BF91724E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E80C58C2-942E-473A-AB1F-A69BF91724E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E80C58C2-942E-473A-AB1F-A69BF91724E8}.Release|Any CPU.Build.0 = Release|Any CPU
{F8C5847E-C037-4587-8024-19863F05917D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C5847E-C037-4587-8024-19863F05917D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C5847E-C037-4587-8024-19863F05917D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C5847E-C037-4587-8024-19863F05917D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FB45EA0-DDE9-4D15-8D8E-EFC6883171E4}
EndGlobalSection
EndGlobal