You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
175 lines
7.0 KiB
175 lines
7.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{170D7D1B-61B9-4E8B-9CD3-88350725379F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>PDFView</RootNamespace>
|
|
<AssemblyName>PDFView</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>Windows</MyType>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
<OptionStrict>Off</OptionStrict>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>PDFView.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>PDFView.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="itextsharp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>lib\itextsharp.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="PDFLibNet, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>lib\PDFLibNet.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.XML" />
|
|
<Reference Include="tessnet2_32, Version=2.0.4.0, Culture=neutral, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>lib\tessnet2_32.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Diagnostics" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AFPDFLibUtil.vb" />
|
|
<Compile Include="ExportImageOptions.Designer.vb">
|
|
<DependentUpon>ExportImageOptions.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ExportImageOptions.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ExportOptions.Designer.vb">
|
|
<DependentUpon>ExportOptions.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ExportOptions.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GhostScriptLib.vb" />
|
|
<Compile Include="ImageUtil.vb" />
|
|
<Compile Include="ImportProgress.Designer.vb">
|
|
<DependentUpon>ImportProgress.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ImportProgress.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="iTextSharpUtil.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="Password.Designer.vb">
|
|
<DependentUpon>Password.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Password.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="PDFViewer.Designer.vb">
|
|
<DependentUpon>PDFViewer.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PDFViewer.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="PrinterUtil.vb" />
|
|
<Compile Include="TesseractOCR.vb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ExportImageOptions.resx">
|
|
<DependentUpon>ExportImageOptions.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ExportOptions.resx">
|
|
<DependentUpon>ExportOptions.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ImportProgress.resx">
|
|
<DependentUpon>ImportProgress.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Password.resx">
|
|
<DependentUpon>Password.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="PDFViewer.resx">
|
|
<DependentUpon>PDFViewer.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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>copy "$(ProjectDir)lib\gsdll32.dll" "$(TargetDir)"
|
|
copy "$(ProjectDir)lib\itextsharp.dll" "$(TargetDir)"
|
|
copy "$(ProjectDir)lib\PDFLibNET.dll" "$(TargetDir)"
|
|
copy "$(ProjectDir)lib\tessnet2_32.dll" "$(TargetDir)"
|
|
xcopy "$(ProjectDir)lib\tessdata" "$(TargetDir)tessdata" /s /e /i /h /Y</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |