From b4c71e4673b4905559077b379ea5a58ad32320ec Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 1 Nov 2012 07:03:17 -0700 Subject: [PATCH] Delete vs2008 build system --- .../aegisub_exe_filename.vsprops | 11 - .../aegisub_vs2008/aegisub_vs2008.vcproj | 1963 ----------------- .../aegisub_vs2008/compiler_options.vsprops | 34 - .../compiler_options_debug.vsprops | 28 - .../contrib_includedirs.vsprops | 11 - .../delayload_openal_32.vsprops | 11 - .../delayload_portaudio_32.vsprops | 11 - .../ffms2_lib_include_dir.vsprops | 15 - .../libaegisub_include_dir.vsprops | 11 - .../aegisub_vs2008/libraries_outdirs.vsprops | 31 - .../aegisub_vs2008/suffix_debug32.vsprops | 11 - .../aegisub_vs2008/suffix_debug64.vsprops | 11 - .../aegisub_vs2008/suffix_release32.vsprops | 11 - .../aegisub_vs2008/suffix_release64.vsprops | 11 - .../svn_rev_header_update.vsprops | 11 - .../aegisub_vs2008/wxlib_include.vsprops | 15 - .../build/aegisub_vs2008/wxlib_lib32.vsprops | 11 - .../build/aegisub_vs2008/wxlib_lib64.vsprops | 11 - .../compiler_options.vsprops | 26 - .../compiler_options_debug.vsprops | 25 - .../contrib_includedirs.vsprops | 11 - .../libaegisub_vs2008.vcproj | 568 ----- .../libraries_outdirs.vsprops | 27 - .../libaegisub_vs2008/precomp_header.vsprops | 13 - .../src_msvc_include_dir.vsprops | 11 - .../libaegisub_vs2008/wxlib_include.vsprops | 15 - .../build/reporter_2008/reporter_2008.vcproj | 482 ---- .../tests_vs2008/googletest_include.vsprops | 11 - .../build/tests_vs2008/googletest_lib.vsprops | 13 - .../libaegisub_include_dir.vsprops | 11 - .../build/tests_vs2008/setup_data_dir.vsprops | 11 - .../tests_vs2008/test_exe_filename.vsprops | 11 - aegisub/build/tests_vs2008/tests_vs2008.suo | Bin 8192 -> 0 bytes .../build/tests_vs2008/tests_vs2008.vcproj | 356 --- aegisub/tools/common-respack.vcproj | 327 --- .../common_respack_packresources.vsprops | 11 - .../universalcharset_2008.vcproj | 509 ----- .../src/win_api/libhunspell_2008.vcproj | 471 ---- contrib/iconv/iconv.vcproj | 1197 ---------- contrib/lua51/lua51_vc9.vcproj | 959 -------- 40 files changed, 7283 deletions(-) delete mode 100644 aegisub/build/aegisub_vs2008/aegisub_exe_filename.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj delete mode 100644 aegisub/build/aegisub_vs2008/compiler_options.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/compiler_options_debug.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/contrib_includedirs.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/delayload_openal_32.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/delayload_portaudio_32.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/libaegisub_include_dir.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/libraries_outdirs.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/suffix_debug32.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/suffix_debug64.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/suffix_release32.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/suffix_release64.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/svn_rev_header_update.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/wxlib_include.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/wxlib_lib32.vsprops delete mode 100644 aegisub/build/aegisub_vs2008/wxlib_lib64.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/compiler_options.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/compiler_options_debug.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/contrib_includedirs.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/libaegisub_vs2008.vcproj delete mode 100644 aegisub/build/libaegisub_vs2008/libraries_outdirs.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/precomp_header.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/src_msvc_include_dir.vsprops delete mode 100644 aegisub/build/libaegisub_vs2008/wxlib_include.vsprops delete mode 100644 aegisub/build/reporter_2008/reporter_2008.vcproj delete mode 100644 aegisub/build/tests_vs2008/googletest_include.vsprops delete mode 100644 aegisub/build/tests_vs2008/googletest_lib.vsprops delete mode 100644 aegisub/build/tests_vs2008/libaegisub_include_dir.vsprops delete mode 100644 aegisub/build/tests_vs2008/setup_data_dir.vsprops delete mode 100644 aegisub/build/tests_vs2008/test_exe_filename.vsprops delete mode 100644 aegisub/build/tests_vs2008/tests_vs2008.suo delete mode 100644 aegisub/build/tests_vs2008/tests_vs2008.vcproj delete mode 100644 aegisub/tools/common-respack.vcproj delete mode 100644 aegisub/tools/common_respack_packresources.vsprops delete mode 100644 aegisub/universalchardet/universalcharset_2008.vcproj delete mode 100644 contrib/hunspell/src/win_api/libhunspell_2008.vcproj delete mode 100644 contrib/iconv/iconv.vcproj delete mode 100644 contrib/lua51/lua51_vc9.vcproj diff --git a/aegisub/build/aegisub_vs2008/aegisub_exe_filename.vsprops b/aegisub/build/aegisub_vs2008/aegisub_exe_filename.vsprops deleted file mode 100644 index 5066f3bd3..000000000 --- a/aegisub/build/aegisub_vs2008/aegisub_exe_filename.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj b/aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj deleted file mode 100644 index f64dd3386..000000000 --- a/aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj +++ /dev/null @@ -1,1963 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aegisub/build/aegisub_vs2008/compiler_options.vsprops b/aegisub/build/aegisub_vs2008/compiler_options.vsprops deleted file mode 100644 index fee5157ba..000000000 --- a/aegisub/build/aegisub_vs2008/compiler_options.vsprops +++ /dev/null @@ -1,34 +0,0 @@ - - - - - diff --git a/aegisub/build/aegisub_vs2008/compiler_options_debug.vsprops b/aegisub/build/aegisub_vs2008/compiler_options_debug.vsprops deleted file mode 100644 index b41ef31c3..000000000 --- a/aegisub/build/aegisub_vs2008/compiler_options_debug.vsprops +++ /dev/null @@ -1,28 +0,0 @@ - - - - - diff --git a/aegisub/build/aegisub_vs2008/contrib_includedirs.vsprops b/aegisub/build/aegisub_vs2008/contrib_includedirs.vsprops deleted file mode 100644 index 31ed67343..000000000 --- a/aegisub/build/aegisub_vs2008/contrib_includedirs.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/delayload_openal_32.vsprops b/aegisub/build/aegisub_vs2008/delayload_openal_32.vsprops deleted file mode 100644 index 700a65413..000000000 --- a/aegisub/build/aegisub_vs2008/delayload_openal_32.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/delayload_portaudio_32.vsprops b/aegisub/build/aegisub_vs2008/delayload_portaudio_32.vsprops deleted file mode 100644 index cf4556dda..000000000 --- a/aegisub/build/aegisub_vs2008/delayload_portaudio_32.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops b/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops deleted file mode 100644 index 97d74a7d1..000000000 --- a/aegisub/build/aegisub_vs2008/ffms2_lib_include_dir.vsprops +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/aegisub/build/aegisub_vs2008/libaegisub_include_dir.vsprops b/aegisub/build/aegisub_vs2008/libaegisub_include_dir.vsprops deleted file mode 100644 index 6debac38d..000000000 --- a/aegisub/build/aegisub_vs2008/libaegisub_include_dir.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/libraries_outdirs.vsprops b/aegisub/build/aegisub_vs2008/libraries_outdirs.vsprops deleted file mode 100644 index b71c9d4d2..000000000 --- a/aegisub/build/aegisub_vs2008/libraries_outdirs.vsprops +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - diff --git a/aegisub/build/aegisub_vs2008/suffix_debug32.vsprops b/aegisub/build/aegisub_vs2008/suffix_debug32.vsprops deleted file mode 100644 index 4c94fde59..000000000 --- a/aegisub/build/aegisub_vs2008/suffix_debug32.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/suffix_debug64.vsprops b/aegisub/build/aegisub_vs2008/suffix_debug64.vsprops deleted file mode 100644 index b5456fb24..000000000 --- a/aegisub/build/aegisub_vs2008/suffix_debug64.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/suffix_release32.vsprops b/aegisub/build/aegisub_vs2008/suffix_release32.vsprops deleted file mode 100644 index 1bcb5227b..000000000 --- a/aegisub/build/aegisub_vs2008/suffix_release32.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/suffix_release64.vsprops b/aegisub/build/aegisub_vs2008/suffix_release64.vsprops deleted file mode 100644 index d18e6d58f..000000000 --- a/aegisub/build/aegisub_vs2008/suffix_release64.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/svn_rev_header_update.vsprops b/aegisub/build/aegisub_vs2008/svn_rev_header_update.vsprops deleted file mode 100644 index b1e75242b..000000000 --- a/aegisub/build/aegisub_vs2008/svn_rev_header_update.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/wxlib_include.vsprops b/aegisub/build/aegisub_vs2008/wxlib_include.vsprops deleted file mode 100644 index 277abb145..000000000 --- a/aegisub/build/aegisub_vs2008/wxlib_include.vsprops +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/aegisub/build/aegisub_vs2008/wxlib_lib32.vsprops b/aegisub/build/aegisub_vs2008/wxlib_lib32.vsprops deleted file mode 100644 index f1c338d2c..000000000 --- a/aegisub/build/aegisub_vs2008/wxlib_lib32.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/aegisub_vs2008/wxlib_lib64.vsprops b/aegisub/build/aegisub_vs2008/wxlib_lib64.vsprops deleted file mode 100644 index 0c33a1281..000000000 --- a/aegisub/build/aegisub_vs2008/wxlib_lib64.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/libaegisub_vs2008/compiler_options.vsprops b/aegisub/build/libaegisub_vs2008/compiler_options.vsprops deleted file mode 100644 index a9d6cacf1..000000000 --- a/aegisub/build/libaegisub_vs2008/compiler_options.vsprops +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/aegisub/build/libaegisub_vs2008/compiler_options_debug.vsprops b/aegisub/build/libaegisub_vs2008/compiler_options_debug.vsprops deleted file mode 100644 index 534c53486..000000000 --- a/aegisub/build/libaegisub_vs2008/compiler_options_debug.vsprops +++ /dev/null @@ -1,25 +0,0 @@ - - - - - diff --git a/aegisub/build/libaegisub_vs2008/contrib_includedirs.vsprops b/aegisub/build/libaegisub_vs2008/contrib_includedirs.vsprops deleted file mode 100644 index 754fe0b26..000000000 --- a/aegisub/build/libaegisub_vs2008/contrib_includedirs.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/libaegisub_vs2008/libaegisub_vs2008.vcproj b/aegisub/build/libaegisub_vs2008/libaegisub_vs2008.vcproj deleted file mode 100644 index 035c606ab..000000000 --- a/aegisub/build/libaegisub_vs2008/libaegisub_vs2008.vcproj +++ /dev/null @@ -1,568 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aegisub/build/libaegisub_vs2008/libraries_outdirs.vsprops b/aegisub/build/libaegisub_vs2008/libraries_outdirs.vsprops deleted file mode 100644 index f012a6c1f..000000000 --- a/aegisub/build/libaegisub_vs2008/libraries_outdirs.vsprops +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - diff --git a/aegisub/build/libaegisub_vs2008/precomp_header.vsprops b/aegisub/build/libaegisub_vs2008/precomp_header.vsprops deleted file mode 100644 index 5da6833a5..000000000 --- a/aegisub/build/libaegisub_vs2008/precomp_header.vsprops +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/aegisub/build/libaegisub_vs2008/src_msvc_include_dir.vsprops b/aegisub/build/libaegisub_vs2008/src_msvc_include_dir.vsprops deleted file mode 100644 index adc9c6cd6..000000000 --- a/aegisub/build/libaegisub_vs2008/src_msvc_include_dir.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/libaegisub_vs2008/wxlib_include.vsprops b/aegisub/build/libaegisub_vs2008/wxlib_include.vsprops deleted file mode 100644 index 5029d0eae..000000000 --- a/aegisub/build/libaegisub_vs2008/wxlib_include.vsprops +++ /dev/null @@ -1,15 +0,0 @@ - - - - - diff --git a/aegisub/build/reporter_2008/reporter_2008.vcproj b/aegisub/build/reporter_2008/reporter_2008.vcproj deleted file mode 100644 index 20063fa84..000000000 --- a/aegisub/build/reporter_2008/reporter_2008.vcproj +++ /dev/null @@ -1,482 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aegisub/build/tests_vs2008/googletest_include.vsprops b/aegisub/build/tests_vs2008/googletest_include.vsprops deleted file mode 100644 index b5f55c2df..000000000 --- a/aegisub/build/tests_vs2008/googletest_include.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/tests_vs2008/googletest_lib.vsprops b/aegisub/build/tests_vs2008/googletest_lib.vsprops deleted file mode 100644 index 0585aa246..000000000 --- a/aegisub/build/tests_vs2008/googletest_lib.vsprops +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/aegisub/build/tests_vs2008/libaegisub_include_dir.vsprops b/aegisub/build/tests_vs2008/libaegisub_include_dir.vsprops deleted file mode 100644 index 04bbc734c..000000000 --- a/aegisub/build/tests_vs2008/libaegisub_include_dir.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/tests_vs2008/setup_data_dir.vsprops b/aegisub/build/tests_vs2008/setup_data_dir.vsprops deleted file mode 100644 index 77636de1f..000000000 --- a/aegisub/build/tests_vs2008/setup_data_dir.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/tests_vs2008/test_exe_filename.vsprops b/aegisub/build/tests_vs2008/test_exe_filename.vsprops deleted file mode 100644 index 9e742e904..000000000 --- a/aegisub/build/tests_vs2008/test_exe_filename.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/build/tests_vs2008/tests_vs2008.suo b/aegisub/build/tests_vs2008/tests_vs2008.suo deleted file mode 100644 index f80bd249ae421ccb6b7cb1d55074687746fc75f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8192 zcmeI1&re)c6vxldR;fR#Rf}3t$BLCEc7#G&D5(uUN@`L+wh4!vdH3CS-#zD^ch2{m zd-?6o@jt%(;pCqdp*QT1t#2H)2P*ngw8f4dH*2Dy`}K{DjiA$v<^kPD7Wfxk4~O6I z2-gQ;ee-7cDEtuoF#HJoD0~do_ZA<}{cnLAw#476rR|C>a$T|8eBtEOVn;S(UVais z9hbj5|II(YrVcUaGdUD=9f?aeXKx~Xn${It3mzo=Z2^TUze2*-4ES<1ZdohZyj`{lz*Hwpml^1Y;C4(xc9B_gI*z_!3PZZ`^%@g1ygm&BmPkTj(=Is~(+V z{fbF%gL>ojT)3^67x`HBS7Cr}$6>%@jFSyD_KAvjbl<}L)9^F!v+zmyIk**m9)1D# zGG3y63Vs=GtLXR7{ko#p*BRRZcZTmopC8;Ov%vH(Kd=3`GTRRxjW9RJ*dX3l+ zI%^Fx{0aAN^2RF2^MPASec9;-@K^Z%R5*21{s21U(P7?}LBm;>lj1PA9sCszsWy?v zhttMhWUE3rA}U|`N4UF;6=u<35u3%)>2Uq3o07`+^_Aw0%GZ}##GA&DUBVXiascvE zk}IrEDqp$|D+xf#GRnY3c$zh*$wH+@?ss&f+UEGm=(S<0ySi?WWCpzrSrweFP|8ur5G*7#;v1&+^-a zJFC@g{gkFXw0a$Q_R~5?U)OP_9l@dnJaN`VOV&k22?X)At=T1Z)1p2mGHXy2%5-%H=@v&(xtW5#ZvaRJt@EpH!(KBBPAkOcccO>B zRKN47SyxpKqW6r`wAr1sY(HyX4Peq-+X7P!w20bo2p_BEe||4KN5$s$cz+YT4=`{!`k4=r|#%|7*WK7bd7tFm4V6SFIe4@d=>5 z9=?=vCI) zy04V|-nk<@!JlF2vQzu{ET=rUj4vwlDjNpXg1%fl$^UfTBY#fne`&_11H-Z7UUX8k zt|rZG)=WWOD(6{V*_L$vCAprq9Te%T^#7|MP0q<)WX%P%8Fq-2b5_`Y`J)c|3a-*o zwKG#;`5}5&BDzO!vHyCGx+QBuP1u-@mDW?qwo3q{aX8g9s5Z#!Z7pVT%J&$ z&P$YsqpMFE_kO}w;$QPApDPA^f814dW_vimpR@b(_c2bMgh8s}R29^Vz()N4Rb>0~ z_qg~AkT-56;27(d9ks(sy8aAfe~+JbM^8QWC6!+}xv*QTZ>W8Q&h1qn>D*p@7hu&Z iBH@Pm+F*S{(HU5M`X7YO_C;smMs#s6AN>5U7WfarI58Xm diff --git a/aegisub/build/tests_vs2008/tests_vs2008.vcproj b/aegisub/build/tests_vs2008/tests_vs2008.vcproj deleted file mode 100644 index e2d22db0a..000000000 --- a/aegisub/build/tests_vs2008/tests_vs2008.vcproj +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aegisub/tools/common-respack.vcproj b/aegisub/tools/common-respack.vcproj deleted file mode 100644 index e24aa52b8..000000000 --- a/aegisub/tools/common-respack.vcproj +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/aegisub/tools/common_respack_packresources.vsprops b/aegisub/tools/common_respack_packresources.vsprops deleted file mode 100644 index 5ae6e368d..000000000 --- a/aegisub/tools/common_respack_packresources.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/aegisub/universalchardet/universalcharset_2008.vcproj b/aegisub/universalchardet/universalcharset_2008.vcproj deleted file mode 100644 index 6048aef9d..000000000 --- a/aegisub/universalchardet/universalcharset_2008.vcproj +++ /dev/null @@ -1,509 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/contrib/hunspell/src/win_api/libhunspell_2008.vcproj b/contrib/hunspell/src/win_api/libhunspell_2008.vcproj deleted file mode 100644 index ae5f1d3f2..000000000 --- a/contrib/hunspell/src/win_api/libhunspell_2008.vcproj +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/contrib/iconv/iconv.vcproj b/contrib/iconv/iconv.vcproj deleted file mode 100644 index e90d8751b..000000000 --- a/contrib/iconv/iconv.vcproj +++ /dev/null @@ -1,1197 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/contrib/lua51/lua51_vc9.vcproj b/contrib/lua51/lua51_vc9.vcproj deleted file mode 100644 index 02b02429d..000000000 --- a/contrib/lua51/lua51_vc9.vcproj +++ /dev/null @@ -1,959 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -