|
@@ -1,114 +1,116 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{F99794F3-872A-4A2A-91DD-E21ADBCCCB61}</ProjectGuid>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
+ <RootNamespace>FormViewControl</RootNamespace>
|
|
|
+ <AssemblyName>Forms_ComPDFKit</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="ComPDFKit.Desk, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ComPDFKit.NetFramework.1.9.1\lib\ComPDFKit.Desk.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="ComPDFKit.Viewer, Version=1.9.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ComPDFKit.NetFramework.1.9.1\lib\ComPDFKit.Viewer.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="System.Xaml">
|
|
|
+ <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="WindowsBase" />
|
|
|
+ <Reference Include="PresentationCore" />
|
|
|
+ <Reference Include="PresentationFramework" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ApplicationDefinition Include="App.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </ApplicationDefinition>
|
|
|
+ <Page Include="MainWindow.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Compile Include="App.xaml.cs">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="MainWindow.xaml.cs">
|
|
|
+ <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Properties\Resources.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
+ <DependentUpon>Resources.resx</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
+ <Generator>ResXFileCodeGenerator</Generator>
|
|
|
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
+ </EmbeddedResource>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="App.config" />
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
|
|
|
+ <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
|
|
|
+ <Name>Compdfkit_Tools</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="..\license_key_windows.xml">
|
|
|
+ <Link>license_key_windows.xml</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\TestFile\PDF32000_2008.pdf">
|
|
|
+ <Link>PDF32000_2008.pdf</Link>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" />
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
<PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>{F99794F3-872A-4A2A-91DD-E21ADBCCCB61}</ProjectGuid>
|
|
|
- <OutputType>WinExe</OutputType>
|
|
|
- <RootNamespace>FormViewControl</RootNamespace>
|
|
|
- <AssemblyName>Forms_ComPDFKit</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
+ <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="ComPDFKit.Desk, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Desk.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="ComPDFKit.Viewer, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Viewer.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="System.Xaml">
|
|
|
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
- </Reference>
|
|
|
- <Reference Include="WindowsBase" />
|
|
|
- <Reference Include="PresentationCore" />
|
|
|
- <Reference Include="PresentationFramework" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ApplicationDefinition Include="App.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </ApplicationDefinition>
|
|
|
- <Page Include="MainWindow.xaml">
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
- <SubType>Designer</SubType>
|
|
|
- </Page>
|
|
|
- <Compile Include="App.xaml.cs">
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- <Compile Include="MainWindow.xaml.cs">
|
|
|
- <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs">
|
|
|
- <SubType>Code</SubType>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Properties\Resources.Designer.cs">
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
- <DesignTime>True</DesignTime>
|
|
|
- <DependentUpon>Resources.resx</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
- <Generator>ResXFileCodeGenerator</Generator>
|
|
|
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
- </EmbeddedResource>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="App.config" />
|
|
|
- <None Include="packages.config" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
|
|
|
- <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
|
|
|
- <Name>Compdfkit_Tools</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Content Include="..\license_key_windows.xml">
|
|
|
- <Link>license_key_windows.xml</Link>
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="..\TestFile\PDF32000_2008.pdf">
|
|
|
- <Link>PDF32000_2008.pdf</Link>
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
|
|
|
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
- <PropertyGroup>
|
|
|
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
|
|
|
- </PropertyGroup>
|
|
|
- <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets'))" />
|
|
|
- </Target>
|
|
|
+ <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets'))" />
|
|
|
+ </Target>
|
|
|
</Project>
|