|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | | - <PropertyGroup> |
5 | | - <OptionInfer>On</OptionInfer> |
6 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | | - <ProjectGuid>{F6DB10E3-D8E0-415C-A621-F62435CCA80A}</ProjectGuid> |
9 | | - <OutputType>Exe</OutputType> |
10 | | - <RootNamespace> |
11 | | - </RootNamespace> |
12 | | - <AssemblyName>PdfDocumentProcessor</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
14 | | - <FileAlignment>512</FileAlignment> |
15 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
16 | | - <Deterministic>true</Deterministic> |
17 | | - </PropertyGroup> |
18 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
20 | | - <DebugSymbols>true</DebugSymbols> |
21 | | - <DebugType>full</DebugType> |
22 | | - <Optimize>false</Optimize> |
23 | | - <OutputPath>bin\Debug\</OutputPath> |
24 | | - <DefineConstants>DEBUG,TRACE</DefineConstants> |
25 | | - <ErrorReport>prompt</ErrorReport> |
26 | | - <WarningLevel>4</WarningLevel> |
27 | | - </PropertyGroup> |
28 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
30 | | - <DebugType>pdbonly</DebugType> |
31 | | - <Optimize>true</Optimize> |
32 | | - <OutputPath>bin\Release\</OutputPath> |
33 | | - <DefineConstants>TRACE</DefineConstants> |
34 | | - <ErrorReport>prompt</ErrorReport> |
35 | | - <WarningLevel>4</WarningLevel> |
36 | | - </PropertyGroup> |
37 | | - <ItemGroup> |
38 | | - <Reference Include="DevExpress.Data.v21.1, Version=21.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
39 | | - <Reference Include="DevExpress.Docs.v21.1, Version=21.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
40 | | - <Reference Include="DevExpress.Pdf.v21.1.Core, Version=21.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
41 | | - <Reference Include="DevExpress.Pdf.v21.1.Drawing, Version=21.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
42 | | - <Reference Include="System" /> |
43 | | - <Reference Include="System.Core" /> |
44 | | - <Reference Include="System.Drawing" /> |
45 | | - <Reference Include="System.Xml.Linq" /> |
46 | | - <Reference Include="System.Data.DataSetExtensions" /> |
47 | | - <Reference Include="Microsoft.CSharp" /> |
48 | | - <Reference Include="System.Data" /> |
49 | | - <Reference Include="System.Net.Http" /> |
50 | | - <Reference Include="System.Xml" /> |
51 | | - </ItemGroup> |
52 | | - <ItemGroup> |
53 | | - <Compile Include="Program.vb" /> |
54 | | - <Compile Include="Properties\AssemblyInfo.vb" /> |
55 | | - </ItemGroup> |
56 | | - <ItemGroup> |
57 | | - <None Include="App.config" /> |
58 | | - <None Include="Signing Documents\certificate.pfx"> |
59 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
60 | | - </None> |
61 | | - <None Include="Document.pdf"> |
62 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
63 | | - </None> |
64 | | - </ItemGroup> |
65 | | - <ItemGroup> |
66 | | - <Content Include="Signing Documents\JaneCooper.jpg"> |
67 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
68 | | - </Content> |
69 | | - <Content Include="Signing Documents\logo.png"> |
70 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
71 | | - </Content> |
72 | | - <Content Include="Signing Documents\SantuzzaValentina.png"> |
73 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
74 | | - </Content> |
75 | | - </ItemGroup> |
76 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
77 | | -</Project> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <OptionInfer>On</OptionInfer> |
| 6 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 8 | + <ProjectGuid>{F6DB10E3-D8E0-415C-A621-F62435CCA80A}</ProjectGuid> |
| 9 | + <OutputType>Exe</OutputType> |
| 10 | + <RootNamespace> |
| 11 | + </RootNamespace> |
| 12 | + <AssemblyName>PdfDocumentProcessor</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 16 | + <Deterministic>true</Deterministic> |
| 17 | + </PropertyGroup> |
| 18 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 20 | + <DebugSymbols>true</DebugSymbols> |
| 21 | + <DebugType>full</DebugType> |
| 22 | + <Optimize>false</Optimize> |
| 23 | + <OutputPath>bin\Debug\</OutputPath> |
| 24 | + <DefineConstants>DEBUG,TRACE</DefineConstants> |
| 25 | + <ErrorReport>prompt</ErrorReport> |
| 26 | + <WarningLevel>4</WarningLevel> |
| 27 | + </PropertyGroup> |
| 28 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 29 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 30 | + <DebugType>pdbonly</DebugType> |
| 31 | + <Optimize>true</Optimize> |
| 32 | + <OutputPath>bin\Release\</OutputPath> |
| 33 | + <DefineConstants>TRACE</DefineConstants> |
| 34 | + <ErrorReport>prompt</ErrorReport> |
| 35 | + <WarningLevel>4</WarningLevel> |
| 36 | + </PropertyGroup> |
| 37 | + <ItemGroup> |
| 38 | + <Reference Include="DevExpress.Data.v21.1, Version=21.1.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 39 | + <Reference Include="DevExpress.Docs.v21.1, Version=21.1.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 40 | + <Reference Include="DevExpress.Pdf.v21.1.Core, Version=21.1.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 41 | + <Reference Include="DevExpress.Pdf.v21.1.Drawing, Version=21.1.9.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 42 | + <Reference Include="System" /> |
| 43 | + <Reference Include="System.Core" /> |
| 44 | + <Reference Include="System.Drawing" /> |
| 45 | + <Reference Include="System.Xml.Linq" /> |
| 46 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 47 | + <Reference Include="Microsoft.CSharp" /> |
| 48 | + <Reference Include="System.Data" /> |
| 49 | + <Reference Include="System.Net.Http" /> |
| 50 | + <Reference Include="System.Xml" /> |
| 51 | + </ItemGroup> |
| 52 | + <ItemGroup> |
| 53 | + <Compile Include="Program.vb" /> |
| 54 | + <Compile Include="Properties\AssemblyInfo.vb" /> |
| 55 | + </ItemGroup> |
| 56 | + <ItemGroup> |
| 57 | + <None Include="App.config" /> |
| 58 | + <None Include="Signing Documents\certificate.pfx"> |
| 59 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 60 | + </None> |
| 61 | + <None Include="Document.pdf"> |
| 62 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 63 | + </None> |
| 64 | + </ItemGroup> |
| 65 | + <ItemGroup> |
| 66 | + <Content Include="Signing Documents\JaneCooper.jpg"> |
| 67 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 68 | + </Content> |
| 69 | + <Content Include="Signing Documents\logo.png"> |
| 70 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 71 | + </Content> |
| 72 | + <Content Include="Signing Documents\SantuzzaValentina.png"> |
| 73 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 74 | + </Content> |
| 75 | + </ItemGroup> |
| 76 | + <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
| 77 | +</Project> |
0 commit comments