|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
| 5 | + <OptionInfer>On</OptionInfer> |
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 | 8 | <ProjectGuid>{610C6980-EC91-4C1A-849F-6F6A53391D83}</ProjectGuid>
|
8 | 9 | <OutputType>Exe</OutputType>
|
9 | | - <RootNamespace></RootNamespace> |
| 10 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 | + <RootNamespace> |
| 12 | + </RootNamespace> |
10 | 13 | <AssemblyName>AddFormFieldsToNewDocument</AssemblyName>
|
11 | 14 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
12 | 15 | <FileAlignment>512</FileAlignment>
|
13 | 16 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
14 | | - <OptionExplicit>On</OptionExplicit> |
15 | | - <OptionCompare>Binary</OptionCompare> |
16 | | - <OptionStrict>Off</OptionStrict> |
17 | | - <OptionInfer>On</OptionInfer> |
18 | 17 | </PropertyGroup>
|
19 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
20 | 19 | <PlatformTarget>AnyCPU</PlatformTarget>
|
21 | 20 | <DebugSymbols>true</DebugSymbols>
|
22 | 21 | <DebugType>full</DebugType>
|
23 | 22 | <Optimize>false</Optimize>
|
24 | 23 | <OutputPath>bin\Debug\</OutputPath>
|
25 | | - <DefineDebug>true</DefineDebug> |
26 | | - <DefineTrace>true</DefineTrace> |
| 24 | + <DefineConstants>DEBUG,TRACE</DefineConstants> |
27 | 25 | <ErrorReport>prompt</ErrorReport>
|
28 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 26 | + <WarningLevel>4</WarningLevel> |
| 27 | + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
29 | 28 | </PropertyGroup>
|
30 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
31 | 30 | <PlatformTarget>AnyCPU</PlatformTarget>
|
32 | 31 | <DebugType>pdbonly</DebugType>
|
33 | 32 | <Optimize>true</Optimize>
|
34 | 33 | <OutputPath>bin\Release\</OutputPath>
|
35 | | - <DefineDebug>false</DefineDebug> |
36 | | - <DefineTrace>true</DefineTrace> |
| 34 | + <DefineConstants>TRACE</DefineConstants> |
37 | 35 | <ErrorReport>prompt</ErrorReport>
|
| 36 | + <WarningLevel>4</WarningLevel> |
38 | 37 | </PropertyGroup>
|
39 | 38 | <ItemGroup>
|
40 | 39 | <Reference Include="DevExpress.Docs.v17.1, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
50 | 49 | <Reference Include="System.Net.Http" />
|
51 | 50 | <Reference Include="System.Xml" />
|
52 | 51 | </ItemGroup>
|
53 | | - <ItemGroup> |
54 | | - <Import Include="Microsoft.VisualBasic" /> |
55 | | - <Import Include="System.Collections.Generic" /> |
56 | | - <Import Include="System.Collections" /> |
57 | | - <Import Include="System.Diagnostics" /> |
58 | | - <Import Include="System.Linq" /> |
59 | | - <Import Include="System.Xml.Linq" /> |
60 | | - <Import Include="System.Data" /> |
61 | | - <Import Include="System.Drawing" /> |
62 | | - <Import Include="System" /> |
63 | | - </ItemGroup> |
64 | 52 | <ItemGroup>
|
65 | 53 | <Compile Include="Program.vb" />
|
66 | | - <Compile Include="My Project\AssemblyInfo.vb" /> |
| 54 | + <Compile Include="Properties\AssemblyInfo.vb" /> |
67 | 55 | </ItemGroup>
|
68 | 56 | <ItemGroup>
|
69 | 57 | <None Include="App.config" />
|
70 | 58 | </ItemGroup>
|
71 | 59 | <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
72 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 60 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
73 | 61 | Other similar extension points exist, see Microsoft.Common.targets.
|
74 | 62 | <Target Name="BeforeBuild">
|
75 | 63 | </Target>
|
|
0 commit comments