|
2 | 2 | <Project ToolsVersion="4.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 |
| - <ProductVersion></ProductVersion> |
| 8 | + <ProductVersion> |
| 9 | + </ProductVersion> |
8 | 10 | <SchemaVersion>2.0</SchemaVersion>
|
9 | 11 | <ProjectGuid>{2BC03E2C-BCF3-4C61-9769-0ECE0B548449}</ProjectGuid>
|
10 | 12 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
11 | 13 | <OutputType>Library</OutputType>
|
12 |
| - <RootNamespace></RootNamespace> |
| 14 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 15 | + <RootNamespace> |
| 16 | + </RootNamespace> |
13 | 17 | <AssemblyName>ASPxDashboard_RequestUnderlyingData</AssemblyName>
|
14 | 18 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
15 |
| - <FileUpgradeFlags></FileUpgradeFlags> |
| 19 | + <FileUpgradeFlags> |
| 20 | + </FileUpgradeFlags> |
16 | 21 | <OldToolsVersion>4.0</OldToolsVersion>
|
17 | 22 | <UseIISExpress>true</UseIISExpress>
|
18 | 23 | <IISExpressSSLPort />
|
|
21 | 26 | <IISExpressUseClassicPipelineMode />
|
22 | 27 | <UseGlobalApplicationHostFile />
|
23 | 28 | <UpgradeBackupLocation />
|
24 |
| - <OptionExplicit>On</OptionExplicit> |
25 |
| - <OptionCompare>Binary</OptionCompare> |
26 |
| - <OptionStrict>Off</OptionStrict> |
27 |
| - <OptionInfer>On</OptionInfer> |
28 | 29 | </PropertyGroup>
|
29 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
30 | 31 | <DebugSymbols>true</DebugSymbols>
|
31 | 32 | <DebugType>full</DebugType>
|
32 | 33 | <Optimize>false</Optimize>
|
33 | 34 | <OutputPath>bin\</OutputPath>
|
34 |
| - <DefineDebug>true</DefineDebug> |
35 |
| - <DefineTrace>true</DefineTrace> |
| 35 | + <DefineConstants>DEBUG,TRACE</DefineConstants> |
36 | 36 | <ErrorReport>prompt</ErrorReport>
|
| 37 | + <WarningLevel>4</WarningLevel> |
37 | 38 | </PropertyGroup>
|
38 | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
39 | 40 | <DebugType>pdbonly</DebugType>
|
40 | 41 | <Optimize>true</Optimize>
|
41 | 42 | <OutputPath>bin\</OutputPath>
|
42 |
| - <DefineDebug>false</DefineDebug> |
43 |
| - <DefineTrace>true</DefineTrace> |
| 43 | + <DefineConstants>TRACE</DefineConstants> |
44 | 44 | <ErrorReport>prompt</ErrorReport>
|
| 45 | + <WarningLevel>4</WarningLevel> |
45 | 46 | </PropertyGroup>
|
46 |
| - <ItemGroup> |
47 |
| - <Import Include="Microsoft.VisualBasic" /> |
48 |
| - <Import Include="System.Collections.Generic" /> |
49 |
| - <Import Include="System.Collections" /> |
50 |
| - <Import Include="System.Diagnostics" /> |
51 |
| - <Import Include="System.Linq" /> |
52 |
| - <Import Include="System.Xml.Linq" /> |
53 |
| - <Import Include="System.Data" /> |
54 |
| - <Import Include="System.Drawing" /> |
55 |
| - <Import Include="System.Web" /> |
56 |
| - <Import Include="System" /> |
57 |
| - </ItemGroup> |
58 | 47 | <ItemGroup>
|
59 | 48 | <Reference Include="DevExpress.Charts.v17.1.Core, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
60 | 49 | <Reference Include="DevExpress.Dashboard.v17.1.Core, Version=17.1.17.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
125 | 114 | <Compile Include="Global.asax.vb">
|
126 | 115 | <DependentUpon>Global.asax</DependentUpon>
|
127 | 116 | </Compile>
|
128 |
| - <Compile Include="My Project\AssemblyInfo.vb" /> |
| 117 | + <Compile Include="Properties\AssemblyInfo.vb" /> |
129 | 118 | </ItemGroup>
|
130 | 119 | <ItemGroup />
|
131 | 120 | <ItemGroup />
|
|
147 | 136 | <IISUrl>http://localhost:50411/</IISUrl>
|
148 | 137 | <NTLMAuthentication>False</NTLMAuthentication>
|
149 | 138 | <UseCustomServer>False</UseCustomServer>
|
150 |
| - <CustomServerUrl></CustomServerUrl> |
| 139 | + <CustomServerUrl> |
| 140 | + </CustomServerUrl> |
151 | 141 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
152 | 142 | </WebProjectProperties>
|
153 | 143 | </FlavorProperties>
|
|
0 commit comments