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:
TBraun 2012-04-04 11:15:07 +00:00
commit 5780560fbe
7 changed files with 839 additions and 136 deletions

View file

@ -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>