mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Made the post build event on BoxPlugin always run, so the credentials files are back where they belong. Also removed the app.config as it's not needed for a DLL...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2479 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
3becf11cfd
commit
c9e1ef30e4
2 changed files with 1 additions and 23 deletions
|
@ -12,7 +12,7 @@
|
|||
<NoStdLib>False</NoStdLib>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
||||
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
||||
|
@ -51,9 +51,6 @@
|
|||
<ItemGroup>
|
||||
<Folder Include="Resources\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="box.png" />
|
||||
<Content Include="Languages\language_Boxplugin-en-US.xml" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue