|
| 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 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">x64</Platform> |
| 7 | + <ProjectGuid>{7e090b4f-0db4-4c40-a48a-40c0111019d5}</ProjectGuid> |
| 8 | + <OutputType>Exe</OutputType> |
| 9 | + <RootNamespace>ConvertXFAToAcroForms</RootNamespace> |
| 10 | + <AssemblyName>ConvertXFAToAcroForms</AssemblyName> |
| 11 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 12 | + <FileAlignment>512</FileAlignment> |
| 13 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 14 | + <Deterministic>true</Deterministic> |
| 15 | + <NuGetPackageImportStamp> |
| 16 | + </NuGetPackageImportStamp> |
| 17 | + </PropertyGroup> |
| 18 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| 19 | + <PlatformTarget>x64</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|x64' "> |
| 29 | + <PlatformTarget>x64</PlatformTarget> |
| 30 | + <DebugType>pdbonly</DebugType> |
| 31 | + <Optimize>false</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="System" /> |
| 39 | + <Reference Include="Microsoft.CSharp" /> |
| 40 | + </ItemGroup> |
| 41 | + <ItemGroup> |
| 42 | + <Compile Include="ConvertXFAToAcroForms.cs" /> |
| 43 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 44 | + </ItemGroup> |
| 45 | + <ItemGroup> |
| 46 | + <None Include="App.config" /> |
| 47 | + </ItemGroup> |
| 48 | + <ItemGroup> |
| 49 | + <PackageReference Include="Adobe.PDF.Library.FormsExtension.LM.NETFramework"> |
| 50 | + <Version>18.*</Version> |
| 51 | + </PackageReference> |
| 52 | + </ItemGroup> |
| 53 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 54 | +</Project> |
0 commit comments