forked from JoshDullen/libtiffN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Free.Ports.LibTiff.csproj
executable file
·126 lines (126 loc) · 5.11 KB
/
Free.Ports.LibTiff.csproj
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{180D4B8E-859B-4472-B739-18A2466B6012}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Free.Ports.libtiff</RootNamespace>
<AssemblyName>Free.Ports.libtiff</AssemblyName>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;CCITT_SUPPORT;JPEG_SUPPORT;LZW_SUPPORT;NEXT_SUPPORT;PACKBITS_SUPPORT;THUNDER_SUPPORT;ZIP_SUPPORT;STRIPCHOP_DEFAULT;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;MDI_SUPPORT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;CCITT_SUPPORT;JPEG_SUPPORT;LZW_SUPPORT;NEXT_SUPPORT;PACKBITS_SUPPORT;THUNDER_SUPPORT;ZIP_SUPPORT;STRIPCHOP_DEFAULT;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;MDI_SUPPORT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugSymbols>true</DebugSymbols>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="mkg3states.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="t4.cs" />
<Compile Include="tiff.cs" />
<Compile Include="tiffio.cs" />
<Compile Include="tiffiop.cs" />
<Compile Include="tiffvers.cs" />
<Compile Include="tif_aux.cs" />
<Compile Include="tif_close.cs" />
<Compile Include="tif_codec.cs" />
<Compile Include="tif_color.cs" />
<Compile Include="tif_compress.cs" />
<Compile Include="tif_dir.cs" />
<Compile Include="tif_dirinfo.cs" />
<Compile Include="tif_dirread.cs" />
<Compile Include="tif_dirwrite.cs" />
<Compile Include="tif_dumpmode.cs" />
<Compile Include="tif_error.cs" />
<Compile Include="tif_extension.cs" />
<Compile Include="tif_fax3.cs" />
<Compile Include="tif_flush.cs" />
<Compile Include="tif_getimage.cs" />
<Compile Include="tif_jpeg.cs" />
<Compile Include="tif_lzw.cs" />
<Compile Include="tif_next.cs" />
<Compile Include="tif_open.cs" />
<Compile Include="tif_packbits.cs" />
<Compile Include="tif_predict.cs" />
<Compile Include="tif_print.cs" />
<Compile Include="tif_read.cs" />
<Compile Include="tif_strip.cs" />
<Compile Include="tif_swab.cs" />
<Compile Include="tif_thunder.cs" />
<Compile Include="tif_tile.cs" />
<Compile Include="tif_version.cs" />
<Compile Include="tif_warning.cs" />
<Compile Include="tif_win32.cs" />
<Compile Include="tif_write.cs" />
<Compile Include="tif_zip.cs" />
<Compile Include="uvcode.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Free.Ports.libjpeg\Free.Ports.libjpeg.csproj">
<Project>{7F4EE6B0-8246-408B-90EC-112359DFE8F8}</Project>
<Name>Free.Ports.libjpeg</Name>
</ProjectReference>
<ProjectReference Include="..\Free.Ports.zLib\Free.Ports.zLib.csproj">
<Project>{6072982F-C71D-4D0F-AD88-25E0CEEFADE5}</Project>
<Name>Free.Ports.zLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>