mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
This commit is contained in:
parent
2a8e2475d8
commit
a03bc31aef
247 changed files with 6986 additions and 8233 deletions
|
@ -23,6 +23,7 @@
|
|||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
|
@ -30,6 +31,7 @@
|
|||
<Compile Include="BoxConfiguration.cs" />
|
||||
<Compile Include="BoxCredentials.cs" />
|
||||
<Compile Include="BoxDestination.cs" />
|
||||
<Compile Include="BoxEntities.cs" />
|
||||
<Compile Include="BoxPlugin.cs" />
|
||||
<Compile Include="BoxUtils.cs" />
|
||||
<Compile Include="Forms\BoxForm.cs">
|
||||
|
@ -71,10 +73,9 @@ mkdir "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)"
|
|||
copy "$(ProjectDir)bin\$(Configuration)\$(ProjectName).dll" "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)\*.gsp"
|
||||
copy "$(ProjectDir)bin\$(Configuration)\$(ProjectName).pdb" "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)\"
|
||||
mkdir "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)"
|
||||
copy "$(ProjectDir)Languages\*.xml" "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)\"
|
||||
copy "$(ProjectDir)Languages\*.xml" "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)\"
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"
|
||||
|
||||
<PreBuildEvent>
|
||||
if exist "$(ProjectDir)BoxCredentials.private.cs" (
|
||||
rename "$(ProjectDir)BoxCredentials.cs" "BoxCredentials.orig.cs"
|
||||
rename "$(ProjectDir)BoxCredentials.private.cs" "BoxCredentials.cs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue