Removed debug setting from the Greenshot.csproj as these are already specified in the CommonProject.properties also updated the readme.txt.template

This commit is contained in:
RKrom 2014-11-29 22:14:52 +01:00
commit 4fe74a240b
2 changed files with 1 additions and 27 deletions

View file

@ -399,31 +399,4 @@
<PreBuildEvent> <PreBuildEvent>
copy "$(ProjectDir)log4net-debug.xml" "$(SolutionDir)bin\$(Configuration)\log4net.xml"</PreBuildEvent> copy "$(ProjectDir)log4net-debug.xml" "$(SolutionDir)bin\$(Configuration)\log4net.xml"</PreBuildEvent>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>x86</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project> </Project>

View file

@ -9,6 +9,7 @@ CHANGE LOG:
Features: Features:
* Greenshot now stores the settings of the torn edge & drop shadow effects * Greenshot now stores the settings of the torn edge & drop shadow effects
* FEATURE-776: Improvement of the torn edge settings dialog
Changes: Changes:
* Optimized Greenshots update check to use even less traffic by checking the time-stamp of the update feed before downloading it. * Optimized Greenshots update check to use even less traffic by checking the time-stamp of the update feed before downloading it.