added possibility to edit language properties and to create new language files. also some cosmetics, e.g. icons

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1859 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-05-17 09:54:51 +00:00
commit 3e371d5d03
9 changed files with 770 additions and 466 deletions

View file

@ -78,23 +78,36 @@
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Language.cs" />
<Compile Include="MetaEditorWindow.xaml.cs">
<DependentUpon>MetaEditorWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\WPFAssemblyInfo.cs" />
<Compile Include="Window1.xaml.cs">
<Compile Include="EntriesEditorWindow.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>Window1.xaml</DependentUpon>
<DependentUpon>EntriesEditorWindow.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Include="Window1.xaml" />
<Page Include="MetaEditorWindow.xaml" />
<Page Include="EntriesEditorWindow.xaml" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="icons\cross.png" />
<Resource Include="icons\cross.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="icons\disk-black.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<LogicalName>icon-save</LogicalName>
</Resource>
<Resource Include="icons\new.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="icons\property.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<Folder Include="icons" />