mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
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:
parent
6bf1ebf4f4
commit
4fe74a240b
2 changed files with 1 additions and 27 deletions
|
@ -399,31 +399,4 @@
|
|||
<PreBuildEvent>
|
||||
copy "$(ProjectDir)log4net-debug.xml" "$(SolutionDir)bin\$(Configuration)\log4net.xml"</PreBuildEvent>
|
||||
</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>
|
|
@ -9,6 +9,7 @@ CHANGE LOG:
|
|||
|
||||
Features:
|
||||
* Greenshot now stores the settings of the torn edge & drop shadow effects
|
||||
* FEATURE-776: Improvement of the torn edge settings dialog
|
||||
|
||||
Changes:
|
||||
* Optimized Greenshots update check to use even less traffic by checking the time-stamp of the update feed before downloading it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue