mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
optimized ExternalCommandPlugin UI
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1745 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
7c0cb25948
commit
5780560fbe
7 changed files with 839 additions and 136 deletions
|
@ -61,6 +61,10 @@
|
|||
<Compile Include="SettingsForm.Designer.cs">
|
||||
<DependentUpon>SettingsForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="SettingsFormDetail.cs" />
|
||||
<Compile Include="SettingsFormDetail.Designer.cs">
|
||||
<DependentUpon>SettingsFormDetail.cs</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="Properties\AssemblyInfo.cs.template" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
|
@ -74,4 +78,12 @@ copy "$(ProjectDir)bin\$(Configuration)\$(TargetFileName)" "$(SolutionDir)bin\$(
|
|||
<Name>GreenshotPlugin</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="SettingsForm.resx">
|
||||
<DependentUpon>SettingsForm.Designer.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="SettingsFormDetail.resx">
|
||||
<DependentUpon>SettingsFormDetail.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue