|
270 | 270 | <PropertyGroup> |
271 | 271 | <StartupObject /> |
272 | 272 | </PropertyGroup> |
273 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %28Version 1511%29|AnyCPU'"> |
274 | | - <DebugSymbols>true</DebugSymbols> |
275 | | - <OutputPath>bin\Debug %28Version 1511%29\</OutputPath> |
276 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
277 | | - <DocumentationFile>bin\Debug\Microsoft.Windows.Toolkit.UI.Controls.XML</DocumentationFile> |
278 | | - <NoStdLib>true</NoStdLib> |
279 | | - <DebugType>full</DebugType> |
280 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
281 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
282 | | - <ErrorReport>prompt</ErrorReport> |
283 | | - <CodeAnalysisRuleSet>microsoft.toolkit.uwp.ui.controls.ruleset</CodeAnalysisRuleSet> |
284 | | - </PropertyGroup> |
285 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %28Anniversary Update%29|AnyCPU'"> |
286 | | - <DebugSymbols>true</DebugSymbols> |
287 | | - <OutputPath>bin\Debug %28Anniversary Update%29\</OutputPath> |
288 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
289 | | - <DocumentationFile>bin\Debug\Microsoft.Windows.Toolkit.UI.Controls.XML</DocumentationFile> |
290 | | - <NoStdLib>true</NoStdLib> |
291 | | - <DebugType>full</DebugType> |
292 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
293 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
294 | | - <ErrorReport>prompt</ErrorReport> |
295 | | - <CodeAnalysisRuleSet>microsoft.toolkit.uwp.ui.controls.ruleset</CodeAnalysisRuleSet> |
296 | | - </PropertyGroup> |
297 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release %28Version 1511%29|AnyCPU'"> |
298 | | - <OutputPath>bin\Release %28Version 1511%29\</OutputPath> |
299 | | - <DefineConstants>CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
300 | | - <DocumentationFile>bin\Release\Microsoft.Windows.Toolkit.UI.Controls.XML</DocumentationFile> |
301 | | - <Optimize>true</Optimize> |
302 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
303 | | - <NoStdLib>true</NoStdLib> |
304 | | - <DebugType>pdbonly</DebugType> |
305 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
306 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
307 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
308 | | - <ErrorReport>prompt</ErrorReport> |
309 | | - <CodeAnalysisRuleSet>microsoft.toolkit.uwp.ui.controls.ruleset</CodeAnalysisRuleSet> |
310 | | - </PropertyGroup> |
311 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release %28Anniversary Update%29|AnyCPU'"> |
312 | | - <OutputPath>bin\Release %28Anniversary Update%29\</OutputPath> |
313 | | - <DefineConstants>CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
314 | | - <DocumentationFile>bin\Release\Microsoft.Windows.Toolkit.UI.Controls.XML</DocumentationFile> |
315 | | - <Optimize>true</Optimize> |
316 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
317 | | - <NoStdLib>true</NoStdLib> |
318 | | - <DebugType>pdbonly</DebugType> |
319 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
320 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
321 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
322 | | - <ErrorReport>prompt</ErrorReport> |
323 | | - <CodeAnalysisRuleSet>microsoft.toolkit.uwp.ui.controls.ruleset</CodeAnalysisRuleSet> |
324 | | - </PropertyGroup> |
325 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|AnyCPU'"> |
326 | | - <OutputPath>bin\Publish\</OutputPath> |
327 | | - <DefineConstants>CODE_ANALYSIS;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
328 | | - <DocumentationFile>bin\Release\Microsoft.Toolkit.Uwp.UI.Controls.xml</DocumentationFile> |
329 | | - <Optimize>true</Optimize> |
330 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
331 | | - <NoStdLib>true</NoStdLib> |
332 | | - <DebugType>pdbonly</DebugType> |
333 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
334 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
335 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
336 | | - <ErrorReport>prompt</ErrorReport> |
337 | | - <CodeAnalysisRuleSet>microsoft.toolkit.uwp.ui.controls.ruleset</CodeAnalysisRuleSet> |
338 | | - </PropertyGroup> |
339 | 273 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
340 | 274 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
341 | 275 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments