mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
fixed missing dependency
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1779 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b585a239b6
commit
d6fc1d9649
1 changed files with 9 additions and 4 deletions
|
@ -53,12 +53,19 @@
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Forms\ImgurForm.cs" />
|
<Compile Include="Forms\ImgurForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\ImgurHistory.cs" >
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Forms\ImgurHistory.Designer.cs">
|
<Compile Include="Forms\ImgurHistory.Designer.cs">
|
||||||
<DependentUpon>ImgurHistory.cs</DependentUpon>
|
<DependentUpon>ImgurHistory.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Forms\ListViewColumnSorter.cs" />
|
<Compile Include="Forms\ListViewColumnSorter.cs" />
|
||||||
<Compile Include="Forms\SettingsForm.cs" />
|
<Compile Include="Forms\SettingsForm.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Forms\SettingsForm.Designer.cs">
|
<Compile Include="Forms\SettingsForm.Designer.cs">
|
||||||
<DependentUpon>SettingsForm.cs</DependentUpon>
|
<DependentUpon>SettingsForm.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -92,8 +99,6 @@
|
||||||
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
|
<Project>{5B924697-4DCD-4F98-85F1-105CB84B7341}</Project>
|
||||||
<Name>GreenshotPlugin</Name>
|
<Name>GreenshotPlugin</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<Folder Include="Forms" />
|
|
||||||
<Folder Include="Languages" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent>"$(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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue