diff --git a/tools/vio2sf/OUTPUT/dist.bat b/tools/vio2sf/OUTPUT/dist.bat new file mode 100644 index 000000000..dfccbc39a --- /dev/null +++ b/tools/vio2sf/OUTPUT/dist.bat @@ -0,0 +1,7 @@ +copy /y winamp2\plugins\vio2sf.bin ~dist +copy /y winamp2\plugins\in_vio2sf.dll ~dist +copy /y winamp5\plugins\in_vio2sfu.dll ~dist +copy /y fb8\foo_8_vio2sf.dll ~dist +copy /y fb9\components\foo_input_vio2sf.dll ~dist +copy /y kbmed\plugins\vio2sf.kpi ~dist +upx -9 ~dist/* \ No newline at end of file diff --git a/tools/vio2sf/OUTPUT/readme.txt b/tools/vio2sf/OUTPUT/readme.txt index 4545070a0..1ff983962 100644 --- a/tools/vio2sf/OUTPUT/readme.txt +++ b/tools/vio2sf/OUTPUT/readme.txt @@ -1,6 +1,9 @@ drop directories in here for testing: (projects are configured to put plugins in here) winamp2 winamp5 +kbmed +fb8 +fb9 tips: run winamp /NEW myfile.mini2sf to test builds \ No newline at end of file diff --git a/tools/vio2sf/OUTPUT/upx.exe b/tools/vio2sf/OUTPUT/upx.exe new file mode 100644 index 000000000..2afa5610e Binary files /dev/null and b/tools/vio2sf/OUTPUT/upx.exe differ diff --git a/tools/vio2sf/OUTPUT/~dist/vio2sf.txt b/tools/vio2sf/OUTPUT/~dist/vio2sf.txt new file mode 100644 index 000000000..529f52f3a --- /dev/null +++ b/tools/vio2sf/OUTPUT/~dist/vio2sf.txt @@ -0,0 +1,130 @@ +2SF plugins / DeSmuMe +This build is from the DeSmuMe SVN repository + +foo_8_vio2sf.dll + vio2sf.bin(put into same directory) + foobar2000 v0.8.x plugin + +foo_input_vio2sf.dll + vio2sf.bin(put into same directory) + foobar2000 v0.9.x plugin + +in_vio2sf.dll + vio2sf.bin(put into same directory) + Winamp 2.x plugin + Missing feature:reading-from-archive unicode-filename(by-spec) + +in_vio2sfu.dll + vio2sf.bin(put into same directory) + Winamp 5.x unicode plugin + Missing feature:reading-from-archive + +vio2sf.kpi + vio2sf.bin(put into same directory) + KbMedia Player plugin + Missing feature:replaygain(by-spec) tag-writing(by-spec) unicode-filename(by-spec) libs-in-archive-with-sub-directory(by-spec) + +History +------- + +0.23 (2010/01/19) + Import desmume 0.9.4 generation SPU + - fix bugs in ADPCM looping and PSG channels + Add interpolation options (none,linear,cosine) + +0.22 (2009/10/16) + Fixed: Failed to load libs by relative path. + Fixed: Failed to read '_libN' tags. + +0.21 (2009/09/30) + Fixed: Bufffer for several dsp plugins needed double space. + +0.20 (2009/07/22) + Fixed: Skipped loading 2sflib described in '_lib2' tag without '_lib' tag. + +0.19 (2009/03/13) + Removed: Experimental tag('_vio2sf_loader_type'). + Ignored: Inconsistency with priority of superimposing. + +0.18 (2009/03/10) + Added: Experimental tag('_vio2sf_loader_type'). + +0.17 (2009/03/07) + Fixed:Obsolete config dialog for Winamp 2.x was not able to be displayed. + +0.16 (2009/03/06) + Fixed:Skipped silent songs although these had length information. + +0.15 (2009/03/05) + Fixed:ROM address mask was set to invalid value when 2sf had only single memory block. + +0.14 (2008/04/30) + DeSmuMe 0.8.0 + +0.13 (2008/03/05) + Added:Plugin for foobar v0.8.x + Fixed:Informed blank title last played to Winamp. + +0.12 (2008/03/04) + Fixed:Loaded libs in nonstandard order. + Clean up common code. + +0.11 (2008/02/11) + Added:'_clockdown' tag support. + Fixed:ARM coprocessor work memory is leaked. + +0.10 (2008/02/04) + Fixed:Played with inaccurate pitch and timer speed. + Added:'_frame' tag support. + Added: Experimental tags('_vio2sf_sync_type','_vio2sf_arm9_clockdown_level','_vio2sf_arm7_clockdown_level'). + _vio2sf_sync_type=0(hsync:default),1(vsync:fast but inaccurate) + _vio2sf_arm9_clockdown_level=0(default),1(Clock of ARM9 down to 1/2),2(Clock of ARM9 down to 1/4),3(Clock of ARM9 down to 1/8) + _vio2sf_arm7_clockdown_level=0(default),1(Clock of ARM7 down to 1/2),2(Clock of ARM7 down to 1/4),3(Clock of ARM7 down to 1/8) + +0.09 (2008/02/03) + Fixed:Crashed with memory access violation over rom length. + +0.08 (2008/02/02) + Fixed:No samples clipped after mixing. + Fixed:Wasted CPU cycles by looping ADPCM. + +0.07 (2008/02/01) + SPU emulation based on DeSmuME v0.7.3wp1 mdn. + +0.06 / 0.05 / 0.04 (2008/02/01) + Fixed:Invaid initial state of ARM9. + +0.03 (2008/01/30) + Removed:Needless cpu emulation on loading process. + +0.02 (2008/01/29) + Fixed:Erased system tags('_lib') by tag writer in Winamp. + Fixed:Uncompressed buffers are leaked on loading process. + + +0.01 (2008/01/28) + First release. + +License +------- + +[DeSmuMe](GPL) + DeSmuME + _________________________________________ + Copyright (C) 2006 yopyop + Copyright (C) 2006-2007 DeSmuME team + + DeSmuME is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + +Please refer to src.7z/src/vio2sf/desmume/COPYING. + +[zlib](ZLIBL) +'zlib' general purpose compression library version 1.2.3, July 18th, 2005 + +Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + +Please refer to src.7z/src/vio2sf/zlib/zlib.h + +[loadpe](LGPL) +libloadpe +Copyright (C)2007 Ku-Zu + +Please refer to src.7z/src/loadpe/COPYING.LIB for redistributing. diff --git a/tools/vio2sf/foo_input_vio2sf.sln b/tools/vio2sf/foo_input_vio2sf.sln deleted file mode 100644 index 301c0863f..000000000 --- a/tools/vio2sf/foo_input_vio2sf.sln +++ /dev/null @@ -1,72 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foo_input_vio2sf", "foo_input_vio2sf.vcproj", "{22752D82-8F89-4F87-B07E-D254D7BF675A}" - ProjectSection(ProjectDependencies) = postProject - {E8091321-D79D-4575-86EF-064EA1A4A20D} = {E8091321-D79D-4575-86EF-064EA1A4A20D} - {EE47764E-A202-4F85-A767-ABDAB4AFF35F} = {EE47764E-A202-4F85-A767-ABDAB4AFF35F} - {71AD2674-065B-48F5-B8B0-E1F9D3892081} = {71AD2674-065B-48F5-B8B0-E1F9D3892081} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pfc", "src\foobar\pfc\pfc.vcproj", "{EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_component_client", "src\foobar\foobar2000\foobar2000_component_client\foobar2000_component_client.vcproj", "{71AD2674-065B-48F5-B8B0-E1F9D3892081}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_sdk_helpers", "src\foobar\foobar2000\helpers\foobar2000_sdk_helpers.vcproj", "{EE47764E-A202-4F85-A767-ABDAB4AFF35F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_SDK", "src\foobar\foobar2000\SDK\foobar2000_SDK.vcproj", "{E8091321-D79D-4575-86EF-064EA1A4A20D}" - ProjectSection(ProjectDependencies) = postProject - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} = {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {22752D82-8F89-4F87-B07E-D254D7BF675A}.Debug|Win32.ActiveCfg = Debug|Win32 - {22752D82-8F89-4F87-B07E-D254D7BF675A}.Debug|Win32.Build.0 = Debug|Win32 - {22752D82-8F89-4F87-B07E-D254D7BF675A}.Debug|x64.ActiveCfg = Debug|Win32 - {22752D82-8F89-4F87-B07E-D254D7BF675A}.Release|Win32.ActiveCfg = Release|Win32 - {22752D82-8F89-4F87-B07E-D254D7BF675A}.Release|Win32.Build.0 = Release|Win32 - {22752D82-8F89-4F87-B07E-D254D7BF675A}.Release|x64.ActiveCfg = Release|Win32 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|Win32.ActiveCfg = Debug|Win32 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|Win32.Build.0 = Debug|Win32 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|x64.ActiveCfg = Debug|x64 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|x64.Build.0 = Debug|x64 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|Win32.ActiveCfg = Release|Win32 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|Win32.Build.0 = Release|Win32 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|x64.ActiveCfg = Release|x64 - {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|x64.Build.0 = Release|x64 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|Win32.ActiveCfg = Debug|Win32 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|Win32.Build.0 = Debug|Win32 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|x64.ActiveCfg = Debug|x64 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|x64.Build.0 = Debug|x64 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|Win32.ActiveCfg = Release|Win32 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|Win32.Build.0 = Release|Win32 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|x64.ActiveCfg = Release|x64 - {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|x64.Build.0 = Release|x64 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|Win32.ActiveCfg = Debug|Win32 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|Win32.Build.0 = Debug|Win32 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|x64.ActiveCfg = Debug|x64 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|x64.Build.0 = Debug|x64 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|Win32.ActiveCfg = Release|Win32 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|Win32.Build.0 = Release|Win32 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|x64.ActiveCfg = Release|x64 - {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|x64.Build.0 = Release|x64 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|Win32.ActiveCfg = Debug|Win32 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|Win32.Build.0 = Debug|Win32 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|x64.ActiveCfg = Debug|x64 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|x64.Build.0 = Debug|x64 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|Win32.ActiveCfg = Release|Win32 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|Win32.Build.0 = Release|Win32 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|x64.ActiveCfg = Release|x64 - {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/tools/vio2sf/foo_input_vio2sf.vcproj b/tools/vio2sf/foo_input_vio2sf.vcproj index a3a712e2c..28a04116e 100644 --- a/tools/vio2sf/foo_input_vio2sf.vcproj +++ b/tools/vio2sf/foo_input_vio2sf.vcproj @@ -139,7 +139,7 @@ /> - - diff --git a/tools/vio2sf/in_xsf.vcproj b/tools/vio2sf/in_xsf.vcproj index 251fe10e0..94e881138 100644 --- a/tools/vio2sf/in_xsf.vcproj +++ b/tools/vio2sf/in_xsf.vcproj @@ -167,7 +167,7 @@ /> - - diff --git a/tools/vio2sf/vio2sf.sln b/tools/vio2sf/vio2sf.sln index 45b1163bd..a65595d1a 100644 --- a/tools/vio2sf/vio2sf.sln +++ b/tools/vio2sf/vio2sf.sln @@ -14,32 +14,99 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kpixsf", "kpixsf.vcproj", " EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vio2sf", "vio2sf.vcproj", "{1BEA83DD-D533-446B-B470-490A1604B594}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foo_input_vio2sf", "foo_input_vio2sf.vcproj", "{22752D82-8F89-4F87-B07E-D254D7BF675A}" + ProjectSection(ProjectDependencies) = postProject + {E8091321-D79D-4575-86EF-064EA1A4A20D} = {E8091321-D79D-4575-86EF-064EA1A4A20D} + {EE47764E-A202-4F85-A767-ABDAB4AFF35F} = {EE47764E-A202-4F85-A767-ABDAB4AFF35F} + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} = {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C} + {71AD2674-065B-48F5-B8B0-E1F9D3892081} = {71AD2674-065B-48F5-B8B0-E1F9D3892081} + {1BEA83DD-D533-446B-B470-490A1604B594} = {1BEA83DD-D533-446B-B470-490A1604B594} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_component_client", "src\foobar\foobar2000\foobar2000_component_client\foobar2000_component_client.vcproj", "{71AD2674-065B-48F5-B8B0-E1F9D3892081}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_SDK", "src\foobar\foobar2000\SDK\foobar2000_SDK.vcproj", "{E8091321-D79D-4575-86EF-064EA1A4A20D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foobar2000_sdk_helpers", "src\foobar\foobar2000\helpers\foobar2000_sdk_helpers.vcproj", "{EE47764E-A202-4F85-A767-ABDAB4AFF35F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pfc", "src\foobar\pfc\pfc.vcproj", "{EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {02361C60-7E8A-4002-890A-E2B0AC2C91D8}.Debug|Win32.ActiveCfg = Debug|Win32 {02361C60-7E8A-4002-890A-E2B0AC2C91D8}.Debug|Win32.Build.0 = Debug|Win32 + {02361C60-7E8A-4002-890A-E2B0AC2C91D8}.Debug|x64.ActiveCfg = Debug|Win32 {02361C60-7E8A-4002-890A-E2B0AC2C91D8}.Release|Win32.ActiveCfg = Release|Win32 {02361C60-7E8A-4002-890A-E2B0AC2C91D8}.Release|Win32.Build.0 = Release|Win32 + {02361C60-7E8A-4002-890A-E2B0AC2C91D8}.Release|x64.ActiveCfg = Release|Win32 {035B66F9-6D8C-47AA-8CDC-F43DA0BDC1E7}.Debug|Win32.ActiveCfg = Debug|Win32 {035B66F9-6D8C-47AA-8CDC-F43DA0BDC1E7}.Debug|Win32.Build.0 = Debug|Win32 + {035B66F9-6D8C-47AA-8CDC-F43DA0BDC1E7}.Debug|x64.ActiveCfg = Debug|Win32 {035B66F9-6D8C-47AA-8CDC-F43DA0BDC1E7}.Release|Win32.ActiveCfg = Release|Win32 {035B66F9-6D8C-47AA-8CDC-F43DA0BDC1E7}.Release|Win32.Build.0 = Release|Win32 + {035B66F9-6D8C-47AA-8CDC-F43DA0BDC1E7}.Release|x64.ActiveCfg = Release|Win32 {226CE519-0842-4808-B6F9-C02DE14BB3DC}.Debug|Win32.ActiveCfg = Debug|Win32 {226CE519-0842-4808-B6F9-C02DE14BB3DC}.Debug|Win32.Build.0 = Debug|Win32 + {226CE519-0842-4808-B6F9-C02DE14BB3DC}.Debug|x64.ActiveCfg = Debug|Win32 {226CE519-0842-4808-B6F9-C02DE14BB3DC}.Release|Win32.ActiveCfg = Release|Win32 {226CE519-0842-4808-B6F9-C02DE14BB3DC}.Release|Win32.Build.0 = Release|Win32 + {226CE519-0842-4808-B6F9-C02DE14BB3DC}.Release|x64.ActiveCfg = Release|Win32 {45AEABD2-996B-4C43-947C-E43D3A3DF79A}.Debug|Win32.ActiveCfg = Debug|Win32 {45AEABD2-996B-4C43-947C-E43D3A3DF79A}.Debug|Win32.Build.0 = Debug|Win32 + {45AEABD2-996B-4C43-947C-E43D3A3DF79A}.Debug|x64.ActiveCfg = Debug|Win32 {45AEABD2-996B-4C43-947C-E43D3A3DF79A}.Release|Win32.ActiveCfg = Release|Win32 {45AEABD2-996B-4C43-947C-E43D3A3DF79A}.Release|Win32.Build.0 = Release|Win32 + {45AEABD2-996B-4C43-947C-E43D3A3DF79A}.Release|x64.ActiveCfg = Release|Win32 {1BEA83DD-D533-446B-B470-490A1604B594}.Debug|Win32.ActiveCfg = Debug|Win32 {1BEA83DD-D533-446B-B470-490A1604B594}.Debug|Win32.Build.0 = Debug|Win32 + {1BEA83DD-D533-446B-B470-490A1604B594}.Debug|x64.ActiveCfg = Debug|Win32 {1BEA83DD-D533-446B-B470-490A1604B594}.Release|Win32.ActiveCfg = Release|Win32 {1BEA83DD-D533-446B-B470-490A1604B594}.Release|Win32.Build.0 = Release|Win32 + {1BEA83DD-D533-446B-B470-490A1604B594}.Release|x64.ActiveCfg = Release|Win32 + {22752D82-8F89-4F87-B07E-D254D7BF675A}.Debug|Win32.ActiveCfg = Debug|Win32 + {22752D82-8F89-4F87-B07E-D254D7BF675A}.Debug|Win32.Build.0 = Debug|Win32 + {22752D82-8F89-4F87-B07E-D254D7BF675A}.Debug|x64.ActiveCfg = Debug|Win32 + {22752D82-8F89-4F87-B07E-D254D7BF675A}.Release|Win32.ActiveCfg = Release|Win32 + {22752D82-8F89-4F87-B07E-D254D7BF675A}.Release|Win32.Build.0 = Release|Win32 + {22752D82-8F89-4F87-B07E-D254D7BF675A}.Release|x64.ActiveCfg = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|Win32.ActiveCfg = Debug|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|Win32.Build.0 = Debug|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|x64.ActiveCfg = Debug|x64 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Debug|x64.Build.0 = Debug|x64 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|Win32.ActiveCfg = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|Win32.Build.0 = Release|Win32 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|x64.ActiveCfg = Release|x64 + {71AD2674-065B-48F5-B8B0-E1F9D3892081}.Release|x64.Build.0 = Release|x64 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|Win32.ActiveCfg = Debug|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|Win32.Build.0 = Debug|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|x64.ActiveCfg = Debug|x64 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Debug|x64.Build.0 = Debug|x64 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|Win32.ActiveCfg = Release|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|Win32.Build.0 = Release|Win32 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|x64.ActiveCfg = Release|x64 + {E8091321-D79D-4575-86EF-064EA1A4A20D}.Release|x64.Build.0 = Release|x64 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|Win32.ActiveCfg = Debug|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|Win32.Build.0 = Debug|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|x64.ActiveCfg = Debug|x64 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Debug|x64.Build.0 = Debug|x64 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|Win32.ActiveCfg = Release|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|Win32.Build.0 = Release|Win32 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|x64.ActiveCfg = Release|x64 + {EE47764E-A202-4F85-A767-ABDAB4AFF35F}.Release|x64.Build.0 = Release|x64 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|Win32.ActiveCfg = Debug|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|Win32.Build.0 = Debug|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|x64.ActiveCfg = Debug|x64 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Debug|x64.Build.0 = Debug|x64 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|Win32.ActiveCfg = Release|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|Win32.Build.0 = Release|Win32 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|x64.ActiveCfg = Release|x64 + {EBFFFB4E-261D-44D3-B89C-957B31A0BF9C}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/tools/vio2sf/vio2sf.vcproj b/tools/vio2sf/vio2sf.vcproj index a5a8889a3..960a6be15 100644 --- a/tools/vio2sf/vio2sf.vcproj +++ b/tools/vio2sf/vio2sf.vcproj @@ -105,7 +105,7 @@ />