Removed a pre-build "rmdir", this removed the plugins but forces to do a complete rebuild every single time!

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2508 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-02-27 16:44:58 +00:00
commit e5ee2c3711

View file

@ -208,7 +208,6 @@
<Folder Include="Interfaces\Drawing\Filters\" />
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>rmdir /S /Q "$(SolutionDir)bin\$(Configuration)\Plugins"
"$(SolutionDir)tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.template" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
<PreBuildEvent>"$(SolutionDir)tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.template" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
</PropertyGroup>
</Project>