1
0
mirror of https://github.com/chylex/Backup-Essentials.git synced 2025-08-10 15:40:41 +02:00

Fixed VS generating debug info in Release configuration

This commit is contained in:
chylex 2015-05-07 00:02:59 +02:00
parent e34c448f61
commit 6c71ae50d2

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
@ -43,13 +43,14 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
<AllowedReferenceRelatedFileExtensions>-</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
@ -207,6 +208,7 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Resource Include="Resources\Icon.ico" />
<Content Include="Resources\Lang\en">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@ -260,7 +262,6 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Icon.ico" />
<Resource Include="Resources\SplashScreen.png" />
<Content Include="Resources\Guide1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>