diff options
| author | NeoBrainX <NeoBrainX@googlemail.com> | 2011-06-23 23:11:12 +0000 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@googlemail.com> | 2011-06-23 23:11:12 +0000 |
| commit | 35d1599724a4c41d0c93e4cbf05ba109feaa969c (patch) | |
| tree | e61bb32980e578915289b1f0f577d1a441c5b7ac /Languages | |
| parent | 2d1fef29892720b72bd4c20098a46679d2f08474 (diff) | |
Tag Dolphin 3.03.0
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7615 8ced0084-cf51-0410-be5f-012b33b47a6e
3.0: Removed SVNRevGen stuff; changed revision string to 3.0; Removed installer since it was vastly outdated; Bumped CMake major version to 3
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7616 8ced0084-cf51-0410-be5f-012b33b47a6e
3.0: Add the languages which were chosen to be release-worthy.
Uhm, unless I forgot something important, I guess we can declare 3.0 as officially released now and stuff. Cheers ;)
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7617 8ced0084-cf51-0410-be5f-012b33b47a6e
3.0: Fix SCons build
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7627 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Languages')
| -rw-r--r-- | Languages/Languages.vcxproj | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Languages/Languages.vcxproj b/Languages/Languages.vcxproj index b24af48cc2..3981324e79 100644 --- a/Languages/Languages.vcxproj +++ b/Languages/Languages.vcxproj @@ -61,55 +61,27 @@ </ItemDefinitionGroup> <ItemGroup> <msgfmt Include="po/ar.po" /> - <msgfmt Include="po/cs.po" /> - <msgfmt Include="po/da.po" /> - <msgfmt Include="po/de.po" /> <msgfmt Include="po/el.po" /> <msgfmt Include="po/en.po" /> <msgfmt Include="po/es.po" /> <msgfmt Include="po/fr.po" /> - <msgfmt Include="po/he.po" /> <msgfmt Include="po/hu.po" /> - <msgfmt Include="po/it.po" /> - <msgfmt Include="po/ja.po" /> - <msgfmt Include="po/ko.po" /> - <msgfmt Include="po/nb.po" /> - <msgfmt Include="po/nl.po" /> - <msgfmt Include="po/pl.po" /> <msgfmt Include="po/pt_BR.po" /> <msgfmt Include="po/pt.po" /> - <msgfmt Include="po/ru.po" /> - <msgfmt Include="po/sr.po" /> <msgfmt Include="po/tr.po" /> - <msgfmt Include="po/zh_CN.po" /> - <msgfmt Include="po/zh_TW.po" /> </ItemGroup> <ItemGroup> <None Include="po/ar.po" /> - <None Include="po/cs.po" /> - <None Include="po/da.po" /> - <None Include="po/de.po" /> <None Include="po/el.po" /> <CustomBuild Include="po/en.po"> <FileType>Document</FileType> </CustomBuild> <None Include="po/es.po" /> <None Include="po/fr.po" /> - <None Include="po/he.po" /> <None Include="po/hu.po" /> - <None Include="po/it.po" /> - <None Include="po/ja.po" /> - <None Include="po/ko.po" /> - <None Include="po/nb.po" /> - <None Include="po/nl.po" /> - <None Include="po/pl.po" /> <None Include="po/pt_BR.po" /> <None Include="po/pt.po" /> - <None Include="po/ru.po" /> <None Include="po/tr.po" /> - <None Include="po/sr.po" /> - <None Include="po/zh_CN.po" /> - <None Include="po/zh_TW.po" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |
