mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixed App.config, this should make Greenshot work a bit better when .NET 4.0 is installed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1905 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
aa9f6a0cd3
commit
d71e5cdf1e
3 changed files with 13 additions and 2 deletions
10
Greenshot/App.config
Normal file
10
Greenshot/App.config
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<supportedRuntime version="v4.0" sku="client"/>
|
||||
<supportedRuntime version="v2.0.50727"/>
|
||||
</startup>
|
||||
<runtime>
|
||||
<NetFx40_LegacySecurityPolicy enabled="true"/>
|
||||
</runtime>
|
||||
</configuration>
|
|
@ -210,6 +210,7 @@
|
|||
<Compile Include="Forms\MovableShowColorForm.Designer.cs">
|
||||
<DependentUpon>MovableShowColorForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="App.config" />
|
||||
<None Include="Helpers\AviHelper.cs" />
|
||||
<Compile Include="Helpers\CaptureHelper.cs" />
|
||||
<Compile Include="Helpers\ClipboardHelper.cs" />
|
||||
|
@ -385,7 +386,7 @@
|
|||
<None Include="Lib\log4net.dll" />
|
||||
<None Include="log4net-debug.xml" />
|
||||
<None Include="log4net-portable.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="log4net.xml">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
|
|
|
@ -3,7 +3,7 @@ Greenshot: A screenshot tool optimized for productivity. Save a screenshot or a
|
|||
|
||||
CHANGE LOG:
|
||||
|
||||
1.0.0 build 1897 (Unstable, meaning we are in testing fase and haven't released yet)
|
||||
1.0.0 build 1905 (Unstable, meaning we are in testing fase and haven't released yet)
|
||||
|
||||
We changed the version to 1.0.0, after 5 year the version should no longer have a "beta" feeling!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue