|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.5">
|
3 | 3 | <PropertyGroup>
|
| 4 | + <OptionInfer>On</OptionInfer> |
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6 | 7 | <ProductVersion>12.0.21005.1</ProductVersion>
|
7 | 8 | <SchemaVersion>2.0</SchemaVersion>
|
8 | 9 | <ProjectGuid>{438CA0A4-0889-43B5-898C-DEDE07A7FFD2}</ProjectGuid>
|
9 | 10 | <OutputType>Library</OutputType>
|
10 |
| - <RootNamespace></RootNamespace> |
| 11 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 12 | + <RootNamespace> |
| 13 | + </RootNamespace> |
11 | 14 | <AssemblyName>Dennis.Search.Win</AssemblyName>
|
12 |
| - <OptionExplicit>On</OptionExplicit> |
13 |
| - <OptionCompare>Binary</OptionCompare> |
14 |
| - <OptionStrict>Off</OptionStrict> |
15 |
| - <OptionInfer>On</OptionInfer> |
16 | 15 | </PropertyGroup>
|
17 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 17 | <DebugSymbols>true</DebugSymbols>
|
19 | 18 | <DebugType>full</DebugType>
|
20 | 19 | <Optimize>false</Optimize>
|
21 | 20 | <OutputPath>bin\Debug\</OutputPath>
|
22 |
| - <DefineDebug>true</DefineDebug> |
23 |
| - <DefineTrace>true</DefineTrace> |
| 21 | + <DefineConstants>DEBUG,TRACE</DefineConstants> |
24 | 22 | <ErrorReport>prompt</ErrorReport>
|
| 23 | + <WarningLevel>4</WarningLevel> |
25 | 24 | </PropertyGroup>
|
26 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27 | 26 | <DebugType>pdbonly</DebugType>
|
28 | 27 | <Optimize>true</Optimize>
|
29 | 28 | <OutputPath>bin\Release\</OutputPath>
|
30 |
| - <DefineDebug>false</DefineDebug> |
31 |
| - <DefineTrace>true</DefineTrace> |
| 29 | + <DefineConstants>TRACE</DefineConstants> |
32 | 30 | <ErrorReport>prompt</ErrorReport>
|
| 31 | + <WarningLevel>4</WarningLevel> |
33 | 32 | </PropertyGroup>
|
34 | 33 | <ItemGroup>
|
35 |
| - <Import Include="Microsoft.VisualBasic" /> |
36 |
| - <Import Include="System.Collections.Generic" /> |
37 |
| - <Import Include="System.Collections" /> |
38 |
| - <Import Include="System.Diagnostics" /> |
39 |
| - <Import Include="System.Linq" /> |
40 |
| - <Import Include="System.Drawing" /> |
41 |
| - <Import Include="System.Windows.Forms" /> |
42 |
| - <Import Include="System" /> |
43 |
| - </ItemGroup> |
44 |
| - <ItemGroup> |
45 |
| - <Reference Include="DevExpress.Printing.v16.1.Core"> |
46 |
| - <Private>True</Private> |
47 |
| - </Reference> |
48 |
| - <Reference Include="DevExpress.Data.v16.1"> |
49 |
| - <Private>True</Private> |
50 |
| - </Reference> |
51 |
| - <Reference Include="DevExpress.ExpressApp.Xpo.v16.1"> |
52 |
| - <Private>True</Private> |
53 |
| - </Reference> |
54 |
| - <Reference Include="DevExpress.ExpressApp.v16.1"> |
55 |
| - <Private>True</Private> |
56 |
| - </Reference> |
57 |
| - <Reference Include="DevExpress.ExpressApp.Win.v16.1"> |
58 |
| - <Private>True</Private> |
59 |
| - </Reference> |
60 |
| - <Reference Include="DevExpress.Utils.v16.1"> |
61 |
| - <Private>True</Private> |
62 |
| - </Reference> |
63 |
| - <Reference Include="DevExpress.Xpo.v16.1"> |
64 |
| - <Private>True</Private> |
65 |
| - </Reference> |
66 |
| - <Reference Include="DevExpress.XtraEditors.v16.1"> |
67 |
| - <Private>True</Private> |
68 |
| - </Reference> |
| 34 | + <Reference Include="DevExpress.Printing.v16.1.Core" /> |
| 35 | + <Reference Include="DevExpress.Data.v16.1" /> |
| 36 | + <Reference Include="DevExpress.ExpressApp.Xpo.v16.1" /> |
| 37 | + <Reference Include="DevExpress.ExpressApp.v16.1" /> |
| 38 | + <Reference Include="DevExpress.ExpressApp.Win.v16.1" /> |
| 39 | + <Reference Include="DevExpress.Utils.v16.1" /> |
| 40 | + <Reference Include="DevExpress.Xpo.v16.1" /> |
| 41 | + <Reference Include="DevExpress.XtraEditors.v16.1" /> |
69 | 42 | <Reference Include="System">
|
70 | 43 | <Name>System</Name>
|
71 | 44 | <Private>False</Private>
|
|
83 | 56 | <Compile Include="Module.Designer.vb">
|
84 | 57 | <DependentUpon>Module.vb</DependentUpon>
|
85 | 58 | </Compile>
|
86 |
| - <Compile Include="My Project\AssemblyInfo.vb" /> |
87 |
| - <Compile Include="My Project\Resources.Designer.vb"> |
| 59 | + <Compile Include="Properties\AssemblyInfo.vb" /> |
| 60 | + <Compile Include="Properties\Resources.Designer.vb"> |
88 | 61 | <AutoGen>True</AutoGen>
|
89 | 62 | <DesignTime>True</DesignTime>
|
90 | 63 | <DependentUpon>Resources.resx</DependentUpon>
|
|
106 | 79 | </EmbeddedResource>
|
107 | 80 | </ItemGroup>
|
108 | 81 | <ItemGroup>
|
109 |
| - <EmbeddedResource Include="My Project\Resources.resx"> |
| 82 | + <EmbeddedResource Include="Properties\Resources.resx"> |
110 | 83 | <SubType>Designer</SubType>
|
111 |
| - <Generator>VbMyResourcesResXFileCodeGenerator</Generator> |
| 84 | + <Generator>ResXFileCodeGenerator</Generator> |
112 | 85 | <LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
113 |
| - <CustomToolNamespace>My.Resources</CustomToolNamespace> |
| 86 | + <CustomToolNamespace>Dennis.Search.Win.Properties</CustomToolNamespace> |
114 | 87 | </EmbeddedResource>
|
115 | 88 | </ItemGroup>
|
116 | 89 | <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
117 |
| - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 90 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
118 | 91 | Other similar extension points exist, see Microsoft.Common.targets.
|
119 | 92 | <Target Name="BeforeBuild">
|
120 | 93 | </Target>
|
|
0 commit comments