mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	Visual Studio 2012 project files for those wanting to try it
This was NOT just a straightforward conversion. It took days to figure out why projects kept building over and over again, so committing is the best way for people to kick the tires. These are completely separate from the VS2008 project files, so they do not affect current build process.
This commit is contained in:
		
							
								
								
									
										867
									
								
								win/Projects/Audacity/Audacity.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										867
									
								
								win/Projects/Audacity/Audacity.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,867 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{1D64095C-F936-4FCF-B609-56E9DDF941FA}</ProjectGuid> | ||||
|     <RootNamespace>Audacity</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>Application</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>Unicode</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>Application</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>Unicode</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|     <Import Project="..\..\ny.props" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|     <LinkIncremental>true</LinkIncremental> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\lib\vc_dll\mswu;$(WXWIN)\include;..\..;..\..\..\src\include\win32;..\..\..\src\include;..\..\..\lib-src\FileDialog;..\..\..\lib-src\expat;..\..\..\lib-src\ffmpeg\win32;..\..\..\lib-src\ffmpeg;..\..\..\lib-src\lib-widget-extra;..\..\..\lib-src\libflac\include;..\..\..\lib-src\libid3tag;..\..\..\lib-src\libmad;..\..\..\lib-src\libnyquist;..\..\..\lib-src\libogg\include;..\..\..\lib-src\libresample\include;..\..\..\lib-src\libsamplerate\src;..\..\..\lib-src\libscorealign;..\libsndfile;..\..\..\lib-src\libsoxr\src;..\..\..\lib-src\libvamp;..\..\..\lib-src\libvorbis\include;..\..\..\lib-src\portaudio-v19\include;..\..\..\lib-src\portmixer\include;..\..\..\lib-src\portsmf;..\..\..\lib-src\sbsms\include;..\..\..\lib-src\soundtouch\include;..\..\..\lib-src\twolame\libtwolame;..\..\..\lib-src\portmidi\pm_common;..\..\..\lib-src\portmidi\pm_win;..\..\..\lib-src\portmidi\porttime;..\..\..\lib-src\lv2\lilv;..\..\..\lib-src\lv2\lv2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>BUILDING_AUDACITY;FLAC__NO_DLL;__STDC_CONSTANT_MACROS;WXUSINGDLL;__WXMSW__;NDEBUG;WIN32;STRICT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeaderOutputFile>.\$(Configuration)/audacity.pch</PrecompiledHeaderOutputFile> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|     <ResourceCompile> | ||||
|       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <Culture>0x0809</Culture> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\include;..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|     </ResourceCompile> | ||||
|     <ProjectReference> | ||||
|       <LinkLibraryDependencies>false</LinkLibraryDependencies> | ||||
|     </ProjectReference> | ||||
|     <Link> | ||||
|       <AdditionalDependencies>filedialog.lib;libsndfile.lib;portaudio-v19.lib;wxbase28u.lib;wxbase28u_net.lib;wxmsw28u_adv.lib;wxmsw28u_core.lib;wxmsw28u_html.lib;wxexpat.lib;wxpng.lib;wxzlib.lib;wxjpeg.lib;wxtiff.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;winmm.lib;oleacc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||||
|       <AdditionalLibraryDirectories>$(OutDir);$(WXWIN)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||||
|       <IgnoreSpecificDefaultLibraries>dsound.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> | ||||
|       <SubSystem>Windows</SubSystem> | ||||
|       <StackReserveSize>8388608</StackReserveSize> | ||||
|       <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||||
|       <DataExecutionPrevention /> | ||||
|       <TargetMachine>MachineX86</TargetMachine> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\lib\vc_dll\mswud;$(WXWIN)\include;..\..;..\..\..\src\include\win32;..\..\..\src\include;..\..\..\lib-src\FileDialog;..\..\..\lib-src\expat;..\..\..\lib-src\lib-widget-extra;..\..\..\lib-src\libflac\include;..\..\..\lib-src\libid3tag;..\..\..\lib-src\libmad;..\..\..\lib-src\libnyquist;..\..\..\lib-src\libogg\include;..\..\..\lib-src\libresample\include;..\..\..\lib-src\libsamplerate\src;..\..\..\lib-src\libscorealign;..\libsndfile;..\..\..\lib-src\libsoxr\src;..\..\..\lib-src\libvamp;..\..\..\lib-src\libvorbis\include;..\..\..\lib-src\portaudio-v19\include;..\..\..\lib-src\portmixer\include;..\..\..\lib-src\portsmf;..\..\..\lib-src\sbsms\include;..\..\..\lib-src\soundtouch\include;..\..\..\lib-src\twolame\libtwolame;..\..\..\lib-src\portmidi\pm_common;..\..\..\lib-src\portmidi\pm_win;..\..\..\lib-src\portmidi\porttime;..\..\..\lib-src\ffmpeg\win32;..\..\..\lib-src\ffmpeg;..\..\..\lib-src\lv2\lilv;..\..\..\lib-src\lv2\lv2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>BUILDING_AUDACITY;FLAC__NO_DLL;__STDC_CONSTANT_MACROS;WXUSINGDLL;__WXMSW__;__WXDEBUG__;_DEBUG;WIN32;STRICT;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader>Use</PrecompiledHeader> | ||||
|       <PrecompiledHeaderFile>AudacityHeaders.h</PrecompiledHeaderFile> | ||||
|       <WarningLevel>Level4</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|       <ForcedIncludeFiles>AudacityHeaders.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | ||||
|     </ClCompile> | ||||
|     <ResourceCompile> | ||||
|       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <Culture>0x0809</Culture> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\include;..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|     </ResourceCompile> | ||||
|     <ProjectReference> | ||||
|       <LinkLibraryDependencies>false</LinkLibraryDependencies> | ||||
|     </ProjectReference> | ||||
|     <Link> | ||||
|       <AdditionalDependencies>filedialog.lib;libsndfile.lib;portaudio-v19.lib;wxbase28ud.lib;wxbase28ud_net.lib;wxmsw28ud_adv.lib;wxmsw28ud_core.lib;wxmsw28ud_html.lib;wxexpatd.lib;wxpngd.lib;wxzlibd.lib;wxjpegd.lib;wxtiffd.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;winmm.lib;oleacc.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||||
|       <AdditionalLibraryDirectories>$(OutDir);$(WXWIN)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||||
|       <IgnoreSpecificDefaultLibraries>dsound.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> | ||||
|       <GenerateDebugInformation>true</GenerateDebugInformation> | ||||
|       <SubSystem>Windows</SubSystem> | ||||
|       <StackReserveSize>8388608</StackReserveSize> | ||||
|       <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||||
|       <DataExecutionPrevention /> | ||||
|       <TargetMachine>MachineX86</TargetMachine> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\src\AboutDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\AColor.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\AudacityApp.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\AudacityHeaders.cpp"> | ||||
|       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\src\AudacityLogger.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\AudioIO.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\AutoRecovery.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\BatchCommandDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\BatchCommands.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\BatchProcessDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Benchmark.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\BlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\CaptureEvents.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Dependencies.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\DeviceManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\DirManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Dither.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Envelope.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\FFmpeg.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\FFT.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\FileFormats.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\FileIO.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\FileNames.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\FreqWindow.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\HelpText.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\HistoryWindow.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ImageManipulation.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Internat.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\InterpolateAudio.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\LabelDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\LabelTrack.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\LangChoice.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Languages.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Legacy.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\LoadModules.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Lyrics.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\LyricsWindow.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Matrix.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Menus.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Mix.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\MixerBoard.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lib-widget-extra\NonGuiThread.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\NoteTrack.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\PitchName.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\PlatformCompatibility.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\PluginManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Prefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Printing.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Profiler.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Project.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\RealFFTf.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Resample.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\RingBuffer.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\SampleFormat.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Screenshot.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Sequence.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Shuttle.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ShuttleGui.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ShuttlePrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Snap.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\SoundActivatedRecord.cpp"> | ||||
|       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName> | ||||
|       <XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName> | ||||
|       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName> | ||||
|       <XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\src\Spectrum.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\SplashDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Tags.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Theme.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\TimeDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\TimerRecordDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\TimeTrack.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\Track.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\TrackArtist.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\TrackPanel.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\TrackPanelAx.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\UndoManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\UploadDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\VoiceKey.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\WaveClip.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\WaveTrack.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\WrappedType.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Amplify.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\AutoDuck.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\BassTreble.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Biquad.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ChangePitch.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ChangeSpeed.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ChangeTempo.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ClickRemoval.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Compressor.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Contrast.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\DtmfGen.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Echo.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Effect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\EffectCategory.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\EffectManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Equalization.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Fade.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\FindClipping.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Generator.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Invert.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Leveller.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\LoadEffects.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Noise.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\NoiseRemoval.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Normalize.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Paulstretch.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Phaser.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Repair.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Repeat.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Reverb.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Reverse.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\SBSMSEffect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ScienFilter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ScoreAlignDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Silence.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\SimpleMono.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\SoundTouchEffect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\StereoToMono.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\TimeScale.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\TimeWarper.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ToneGen.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\TruncSilence.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\TwoPassSimpleMono.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\Wahwah.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\VST\VSTEffect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\Export.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportCL.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportFFmpeg.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportFFmpegDialogs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportFLAC.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportMP2.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportMP3.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportMultiple.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportOGG.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\export\ExportPCM.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\Import.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportFFmpeg.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportFLAC.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportLOF.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportMIDI.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportMP3.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportOGG.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportPCM.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\ImportRaw.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\import\RawAudioGuess.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\BatchPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\DevicePrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\DirectoriesPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\EffectsPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\ExtImportPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\GUIPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\ImportExportPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\KeyConfigPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\LibraryPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\MidiIOPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\ModulePrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\MousePrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\PlaybackPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\PrefsDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\ProjectsPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\QualityPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\RecordingPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\SpectrumPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\ThemePrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\TracksPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\prefs\WarningsPrefs.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\AButton.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\ASlider.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\AttachableScrollBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\ErrorDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\ExpandingToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\FileHistory.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\Grabber.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\Grid.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\HtmlWindow.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\ImageRoll.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\KeyView.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\LinkingHtmlWindow.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\Meter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\MultiDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\numformatter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\ProgressDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\Ruler.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\TimeTextCtrl.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\valnum.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\widgets\Warning.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\xml\XMLFileReader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\xml\XMLTagHandler.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\xml\XMLWriter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\nyquist\LoadNyquist.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\nyquist\Nyquist.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\AppCommandEvent.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\BatchEvalCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\Command.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CommandBuilder.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CommandDirectory.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CommandHandler.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CommandManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CommandSignature.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CommandType.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\CompareAudioCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\ExecMenuCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\GetAllMenuCommands.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\GetProjectInfoCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\GetTrackInfoCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\HelpCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\ImportExportCommands.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\Keyboard.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\MessageCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\PreferenceCommands.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\ResponseQueue.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\ScreenshotCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\ScriptCommandRelay.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\SelectCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\SetProjectInfoCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\commands\SetTrackInfoCommand.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\LegacyAliasBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\LegacyBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\ODDecodeBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\ODPCMAliasBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\PCMAliasBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\SilentBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\blockfile\SimpleBlockFile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ladspa\LadspaEffect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\ladspa\LoadLadspa.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\ControlToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\DeviceToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\EditToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\MeterToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\MixerToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\SelectionBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\ToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\ToolDock.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\ToolManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\ToolsToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\toolbars\TranscriptionToolBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\vamp\LoadVamp.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\vamp\VampEffect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODComputeSummaryTask.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODDecodeFFmpegTask.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODDecodeFlacTask.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODDecodeTask.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODManager.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODTask.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODTaskThread.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\ondemand\ODWaveTrackTaskQueue.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\lv2\LoadLV2.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\lv2\LV2Effect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\src\effects\lv2\LV2PortGroup.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\src\AboutDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\AColor.h" /> | ||||
|     <ClInclude Include="..\..\..\src\AllThemeResources.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Audacity.h" /> | ||||
|     <ClInclude Include="..\..\..\src\AudacityApp.h" /> | ||||
|     <ClInclude Include="..\..\..\src\AudacityLogger.h" /> | ||||
|     <ClInclude Include="..\..\..\src\AudioIO.h" /> | ||||
|     <ClInclude Include="..\..\..\src\AutoRecovery.h" /> | ||||
|     <ClInclude Include="..\..\..\src\BatchCommandDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\BatchCommands.h" /> | ||||
|     <ClInclude Include="..\..\..\src\BatchProcessDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Benchmark.h" /> | ||||
|     <ClInclude Include="..\..\..\src\BlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\CaptureEvents.h" /> | ||||
|     <ClInclude Include="..\..\configwin.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Dependencies.h" /> | ||||
|     <ClInclude Include="..\..\..\src\DeviceManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\DirManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Dither.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Envelope.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Experimental.h" /> | ||||
|     <ClInclude Include="..\..\..\src\FFmpeg.h" /> | ||||
|     <ClInclude Include="..\..\..\src\FFT.h" /> | ||||
|     <ClInclude Include="..\..\..\src\FileFormats.h" /> | ||||
|     <ClInclude Include="..\..\..\src\FileIO.h" /> | ||||
|     <ClInclude Include="..\..\..\src\FileNames.h" /> | ||||
|     <ClInclude Include="..\..\..\src\FreqWindow.h" /> | ||||
|     <ClInclude Include="..\..\..\src\HelpText.h" /> | ||||
|     <ClInclude Include="..\..\..\src\HistoryWindow.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ImageManipulation.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Internat.h" /> | ||||
|     <ClInclude Include="..\..\..\src\InterpolateAudio.h" /> | ||||
|     <ClInclude Include="..\..\..\src\LabelDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\LabelTrack.h" /> | ||||
|     <ClInclude Include="..\..\..\src\LangChoice.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Languages.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Legacy.h" /> | ||||
|     <ClInclude Include="..\..\..\src\LoadModules.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Lyrics.h" /> | ||||
|     <ClInclude Include="..\..\..\src\LyricsWindow.h" /> | ||||
|     <ClInclude Include="..\..\..\src\MacroMagic.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Matrix.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Menus.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Mix.h" /> | ||||
|     <ClInclude Include="..\..\..\src\MixerBoard.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lib-widget-extra\NonGuiThread.h" /> | ||||
|     <ClInclude Include="..\..\..\src\NoteTrack.h" /> | ||||
|     <ClInclude Include="..\..\..\src\PitchName.h" /> | ||||
|     <ClInclude Include="..\..\..\src\PlatformCompatibility.h" /> | ||||
|     <ClInclude Include="..\..\..\src\PluginManager.h" /> | ||||
|     <ClInclude Include="..\..\portaudio.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Prefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Printing.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Profiler.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Project.h" /> | ||||
|     <ClInclude Include="..\..\..\src\RealFFTf.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Resample.h" /> | ||||
|     <ClInclude Include="..\..\..\src\RingBuffer.h" /> | ||||
|     <ClInclude Include="..\..\..\src\SampleFormat.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Screenshot.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Sequence.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Shuttle.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ShuttleGui.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ShuttlePrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Snap.h" /> | ||||
|     <ClInclude Include="..\..\..\src\SoundActivatedRecord.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Spectrum.h" /> | ||||
|     <ClInclude Include="..\..\..\src\SplashDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Tags.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Theme.h" /> | ||||
|     <ClInclude Include="..\..\..\src\TimeDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\TimerRecordDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\TimeTrack.h" /> | ||||
|     <ClInclude Include="..\..\..\src\Track.h" /> | ||||
|     <ClInclude Include="..\..\..\src\TrackArtist.h" /> | ||||
|     <ClInclude Include="..\..\..\src\TrackPanel.h" /> | ||||
|     <ClInclude Include="..\..\..\src\TrackPanelAx.h" /> | ||||
|     <ClInclude Include="..\..\..\src\UndoManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\UploadDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ViewInfo.h" /> | ||||
|     <ClInclude Include="..\..\..\src\VoiceKey.h" /> | ||||
|     <ClInclude Include="..\..\..\src\WaveClip.h" /> | ||||
|     <ClInclude Include="..\..\..\src\WaveTrack.h" /> | ||||
|     <ClInclude Include="..\..\..\src\WrappedType.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Amplify.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\AutoDuck.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\BassTreble.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Biquad.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ChangePitch.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ChangeSpeed.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ChangeTempo.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ClickRemoval.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Compressor.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Contrast.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\DtmfGen.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Echo.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Effect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\EffectCategory.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\EffectManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Equalization.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Fade.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\FindClipping.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Generator.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Invert.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Leveller.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\LoadEffects.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Noise.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\NoiseRemoval.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Normalize.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Paulstretch.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Phaser.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Repair.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Repeat.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Reverb.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Reverb_libSoX.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Reverse.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\SBSMSEffect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ScienFilter.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Silence.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\SimpleMono.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\SoundTouchEffect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\StereoToMono.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\TimeScale.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\TimeWarper.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ToneGen.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\TruncSilence.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\TwoPassSimpleMono.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\Wahwah.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\VST\VSTEffect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\Export.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportCL.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportFFmpeg.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportFFmpegDialogs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportFLAC.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportMP2.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportMP3.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportMultiple.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportOGG.h" /> | ||||
|     <ClInclude Include="..\..\..\src\export\ExportPCM.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\Import.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportFFmpeg.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportFLAC.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportLOF.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportMIDI.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportMP3.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportOGG.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportPCM.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportPlugin.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\ImportRaw.h" /> | ||||
|     <ClInclude Include="..\..\..\src\import\RawAudioGuess.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\BatchPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\DevicePrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\DirectoriesPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\EffectsPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\ExtImportPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\GUIPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\ImportExportPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\KeyConfigPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\LibraryPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\MidiIOPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\ModulePrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\MousePrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\PlaybackPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\PrefsDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\PrefsPanel.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\ProjectsPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\QualityPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\RecordingPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\SpectrumPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\ThemePrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\TracksPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\prefs\WarningsPrefs.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\AButton.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\ASlider.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\AttachableScrollBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\ErrorDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\ExpandingToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\FileHistory.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\Grabber.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\Grid.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\HtmlWindow.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\ImageRoll.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\KeyView.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\LinkingHtmlWindow.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\Meter.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\MultiDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\numformatter.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\ProgressDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\Ruler.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\TimeTextCtrl.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\valnum.h" /> | ||||
|     <ClInclude Include="..\..\..\src\widgets\Warning.h" /> | ||||
|     <ClInclude Include="..\..\..\src\xml\XMLFileReader.h" /> | ||||
|     <ClInclude Include="..\..\..\src\xml\XMLTagHandler.h" /> | ||||
|     <ClInclude Include="..\..\..\src\xml\XMLWriter.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\nyquist\LoadNyquist.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\nyquist\Nyquist.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\AppCommandEvent.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\BatchEvalCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\Command.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandBuilder.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandDirectory.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandHandler.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandMisc.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandSignature.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandTargets.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CommandType.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\CompareAudioCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\ExecMenuCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\GetAllMenuCommands.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\GetProjectInfoCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\GetTrackInfoCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\HelpCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\ImportExportCommands.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\Keyboard.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\MessageCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\PreferenceCommands.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\ResponseQueue.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\ScreenshotCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\ScriptCommandRelay.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\SelectCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\SetProjectInfoCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\SetTrackInfoCommand.h" /> | ||||
|     <ClInclude Include="..\..\..\src\commands\Validators.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\LegacyAliasBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\LegacyBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\ODDecodeBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\ODPCMAliasBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\PCMAliasBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\SilentBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\blockfile\SimpleBlockFile.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ladspa\ladspa.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ladspa\LadspaEffect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\ladspa\LoadLadspa.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\ControlToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\DeviceToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\EditToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\MeterToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\MixerToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\SelectionBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\ToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\ToolDock.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\ToolManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\ToolsToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\toolbars\TranscriptionToolBar.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\vamp\LoadVamp.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\vamp\VampEffect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODComputeSummaryTask.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODDecodeFFmpegTask.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODDecodeFlacTask.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODDecodeTask.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODManager.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODTask.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODTaskThread.h" /> | ||||
|     <ClInclude Include="..\..\..\src\ondemand\ODWaveTrackTaskQueue.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\lv2\LoadLV2.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\lv2\LV2Effect.h" /> | ||||
|     <ClInclude Include="..\..\..\src\effects\lv2\LV2PortGroup.h" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Image Include="..\..\audacity.ico" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ResourceCompile Include="..\..\audacity.rc" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <copy Include="..\..\..\plug-ins\adjustable-fade.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\analyze.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\beat.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\clicktrack.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\clipfix.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\crossfadein.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\crossfadeout.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\delay.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\equalabel.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\highpass.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\lowpass.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\notch.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\pluck.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\rissetdrum.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\sample-data-export.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\SilenceMarker.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\SoundFinder.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\StudioFadeOut.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\tremolo.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\vocalremover.ny" /> | ||||
|     <copy Include="..\..\..\plug-ins\vocoder.ny" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <None Include="..\..\..\nyquist\bug.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\dspprims.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\envelopes.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\equalizer.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\evalenv.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\fileio.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\follow.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\init.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\misc.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\nyinit.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\nyqmisc.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\nyquist.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\printrec.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\profile.lsp" /> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand1.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand10.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand11.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand12.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand2.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand3.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand4.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand5.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand6.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand7.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand8.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mand9.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\mandpluk.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\marmstk1.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\nyquist\rawwaves\sinewave.raw"> | ||||
|       <FileType>Document</FileType> | ||||
|       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy /Y %(Identity) ..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Command> | ||||
|       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(IntDir)\Nyquist\rawwaves\%(Filename)%(Extension)</Outputs> | ||||
|     </CustomBuild> | ||||
|     <None Include="..\..\..\nyquist\sal-parse.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\sal.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\seq.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\seqfnint.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\seqmidi.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\sndfnint.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\stk.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\xlinit.lsp" /> | ||||
|     <None Include="..\..\..\nyquist\xm.lsp" /> | ||||
|     <None Include="..\..\ny.rules" /> | ||||
|     <None Include="..\..\po.rules" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\expat\expat.vcxproj"> | ||||
|       <Project>{38c2c6b1-fbf8-4c5c-bb90-63f996083f56}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\filedialog\filedialog.vcxproj"> | ||||
|       <Project>{5284d863-3813-479f-bbf0-ac234e216bc6}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libflac++\libflac++.vcxproj"> | ||||
|       <Project>{b28c9f3f-ff0e-4fec-844c-685390b8ac06}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libflac\libflac.vcxproj"> | ||||
|       <Project>{6c7dc635-26fb-419a-b69a-7ecbbb068245}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libid3tag\libid3tag.vcxproj"> | ||||
|       <Project>{d96c7be1-e3f1-4767-bbbb-320e082ce425}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libmad\libmad.vcxproj"> | ||||
|       <Project>{a52bbea5-8b02-4147-8734-5d9bbf4d1177}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libnyquist\libnyquist.vcxproj"> | ||||
|       <Project>{7aa41bed-41b0-427a-9148-dea40549d158}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libogg\libogg.vcxproj"> | ||||
|       <Project>{a939aaf8-44f1-4ce7-9dd0-7a6e99814857}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libresample\libresample.vcxproj"> | ||||
|       <Project>{f00717f2-67c8-44e1-af00-541dfa9cb7f2}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libscorealign\libscorealign.vcxproj"> | ||||
|       <Project>{c0fe933b-4af7-4acd-95e8-acd3a73f1400}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libsndfile\libsndfile.vcxproj"> | ||||
|       <Project>{f4b4a272-4ed3-4951-a6ee-b7baac1c4952}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libsoxr\libsoxr.vcxproj"> | ||||
|       <Project>{af9ad75c-4785-4432-bac3-adab1e7f1192}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libvamp\libvamp.vcxproj"> | ||||
|       <Project>{a61e2bf1-21aa-4118-b0d8-fd3d53db892e}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\libvorbis\libvorbis.vcxproj"> | ||||
|       <Project>{727d6675-67ee-4d0b-9dc1-177a0af741f0}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\lv2\lv2.vcxproj"> | ||||
|       <Project>{0fec8848-e24e-4fa5-9acd-e4582dc4cbbe}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\portaudio-v19\portaudio-v19.vcxproj"> | ||||
|       <Project>{7aba0f80-94ae-4e82-ab89-2e1258212d59}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\portmidi\portmidi.vcxproj"> | ||||
|       <Project>{d5ab2d87-51dc-4277-a9ab-2a6018d0e947}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\portmixer\portmixer.vcxproj"> | ||||
|       <Project>{3a76129b-55ab-4d54-baa7-08f63ed52569}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\portsmf\portsmf.vcxproj"> | ||||
|       <Project>{8a1c2514-85dd-4ae2-9cf3-3183b66c537d}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\sbsms\sbsms.vcxproj"> | ||||
|       <Project>{a64ffb5d-0cf0-43ee-9de3-c72260864bff}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\soundtouch\soundtouch.vcxproj"> | ||||
|       <Project>{ec3f5835-c486-4970-8a6b-a0700f4b3637}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|     <ProjectReference Include="..\twolame\twolame.vcxproj"> | ||||
|       <Project>{8c69f7b6-684f-48d9-9057-8912ca3daa8b}</Project> | ||||
|       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||||
|     </ProjectReference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Text Include="..\..\..\nyquist\nyquist-plot.txt" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|     <Import Project="..\..\ny.targets" /> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										94
									
								
								win/Projects/expat/expat.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										94
									
								
								win/Projects/expat/expat.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,94 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{38C2C6B1-FBF8-4C5C-BB90-63F996083F56}</ProjectGuid> | ||||
|     <RootNamespace>expat</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\expat\xmltok;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\expat\xmltok;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\expat\xmltok\xmldef.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\expat\xmltok\xmlrole.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\expat\xmltok\xmltok.h" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\expat\xmlparse\xmlparse.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\expat\xmltok\xmlrole.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\expat\xmltok\xmltok.c" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										91
									
								
								win/Projects/filedialog/filedialog.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										91
									
								
								win/Projects/filedialog/filedialog.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,91 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{5284D863-3813-479F-BBF0-AC234E216BC6}</ProjectGuid> | ||||
|     <RootNamespace>filedialog</RootNamespace> | ||||
|     <Keyword>Win32Proj</Keyword> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>Unicode</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>Unicode</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\lib\vc_dll\mswu;$(WXWIN)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WXUSINGDLL;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\lib\vc_dll\mswud;$(WXWIN)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WXUSINGDLL;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\FileDialog\FileDialog.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\FileDialog\win\FileDialogPrivate.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\FileDialog\FileDialog.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\FileDialog\win\FileDialogPrivate.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										86
									
								
								win/Projects/help/help.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										86
									
								
								win/Projects/help/help.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,86 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{02F94A40-586A-4403-8464-13B50801FFEC}</ProjectGuid> | ||||
|     <RootNamespace>help</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>Utility</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>Utility</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command>set SRC="$(SolutionDir)\..\help\manual" | ||||
| set DEST="$(OutDir)help\manual" | ||||
|  | ||||
| cd ..\..\..\scripts\mw2html_audacity | ||||
|  | ||||
| if EXIST %25SRC%25 goto built | ||||
|  | ||||
| wiki2htm.bat | ||||
|  | ||||
| :built | ||||
|  | ||||
| xcopy /I /E /C /Y /Q %25SRC%25 %25DEST%25 | ||||
| </Command> | ||||
|     </PreBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command>set SRC="$(SolutionDir)\..\help\manual" | ||||
| set DEST="$(OutDir)help\manual" | ||||
|  | ||||
| cd ..\..\..\scripts\mw2html_audacity | ||||
|  | ||||
| if EXIST %25SRC%25 goto built | ||||
|  | ||||
| wiki2htm.bat | ||||
|  | ||||
| :built | ||||
|  | ||||
| xcopy /I /E /C /Y /Q %25SRC%25 %25DEST%25 | ||||
| </Command> | ||||
|     </PreBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										94
									
								
								win/Projects/libflac++/libflac++.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										94
									
								
								win/Projects/libflac++/libflac++.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,94 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{B28C9F3F-FF0E-4FEC-844C-685390B8AC06}</ProjectGuid> | ||||
|     <RootNamespace>libflac++</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libflac\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>FLAC__NO_DLL;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libflac\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>FLAC__NO_DLL;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC++\metadata.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC++\stream_decoder.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC++\stream_encoder.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC++\all.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC++\decoder.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC++\encoder.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC++\export.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC++\metadata.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										115
									
								
								win/Projects/libflac/libflac.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										115
									
								
								win/Projects/libflac/libflac.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,115 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{6C7DC635-26FB-419A-B69A-7ECBBB068245}</ProjectGuid> | ||||
|     <RootNamespace>libflac</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libflac\src\libFLAC\include;..\..\..\lib-src\libflac\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>FLAC__NO_DLL;NDEBUG;WIN32;_LIB;VERSION="1.0.4";FLAC__CPU_IA32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libflac\src\libFLAC\include;..\..\..\lib-src\libflac\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>FLAC__NO_DLL;_DEBUG;WIN32;_LIB;VERSION="1.0.4";FLAC__CPU_IA32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\bitmath.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\bitreader.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\bitwriter.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\cpu.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\crc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\fixed.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\float.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\format.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\lpc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\md5.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\memory.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\metadata_iterators.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\metadata_object.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\stream_decoder.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\stream_encoder.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\stream_encoder_framing.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\share\win_utf8_io\win_utf8_io.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libflac\src\libFLAC\window.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\all.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\assert.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\callback.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\export.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\format.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\metadata.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\ordinals.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\stream_decoder.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libflac\include\FLAC\stream_encoder.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										124
									
								
								win/Projects/libid3tag/libid3tag.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										124
									
								
								win/Projects/libid3tag/libid3tag.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,124 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{D96C7BE1-E3F1-4767-BBBB-320E082CE425}</ProjectGuid> | ||||
|     <RootNamespace>libid3tag</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\src\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\src\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\compat.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\crc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\debug.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\field.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\file.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\frame.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\frametype.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\genre.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\latin1.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\parse.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\render.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\tag.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\ucs4.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\utf16.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\utf8.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\util.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libid3tag\version.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\compat.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\crc.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\debug.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\field.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\file.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\frame.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\frametype.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\genre.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\global.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\id3tag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\latin1.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\parse.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\render.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\tag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\ucs4.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\utf16.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\utf8.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\util.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libid3tag\version.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										114
									
								
								win/Projects/libmad/libmad.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										114
									
								
								win/Projects/libmad/libmad.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,114 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{A52BBEA5-8B02-4147-8734-5D9BBF4D1177}</ProjectGuid> | ||||
|     <RootNamespace>libmad</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libmad\msvc++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>NDEBUG;__WX__;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;_LIB;HAVE_CONFIG_H;FPM_INTEL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libmad\msvc++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>_DEBUG;__WX__;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;_LIB;HAVE_CONFIG_H;FPM_INTEL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\bit.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\decoder.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\fixed.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\frame.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\huffman.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\layer12.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\layer3.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\stream.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\synth.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\timer.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libmad\version.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\acconfig.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\bit.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\msvc++\config.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\decoder.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\fixed.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\frame.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\global.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\huffman.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\layer12.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\layer3.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\msvc++\mad.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\stream.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\synth.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\timer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libmad\version.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										302
									
								
								win/Projects/libnyquist/libnyquist.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										302
									
								
								win/Projects/libnyquist/libnyquist.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,302 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{7AA41BED-41B0-427A-9148-DEA40549D158}</ProjectGuid> | ||||
|     <RootNamespace>libnyquist</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command /> | ||||
|     </PreBuildEvent> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libnyquist;..\..\..\lib-src\libnyquist\nyquist;..\..\..\lib-src\libnyquist\nyquist\cmt;..\..\..\lib-src\libnyquist\nyquist\ffts\src;..\..\..\lib-src\libnyquist\nyquist\nyqsrc;..\..\..\lib-src\libnyquist\nyquist\nyqstk;..\..\..\lib-src\libnyquist\nyquist\nyqstk\include;..\..\..\lib-src\libnyquist\nyquist\snd;..\..\..\lib-src\libnyquist\nyquist\tran;..\..\..\lib-src\libnyquist\nyquist\sys\win\msvc;..\..\..\lib-src\libnyquist\nyquist\xlisp;..\..\..\lib-src\libnyquist\nyquist\win;..\libsndfile;..\..\..\lib-src\portaudio-v19\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command /> | ||||
|     </PreBuildEvent> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libnyquist;..\..\..\lib-src\libnyquist\nyquist;..\..\..\lib-src\libnyquist\nyquist\cmt;..\..\..\lib-src\libnyquist\nyquist\ffts\src;..\..\..\lib-src\libnyquist\nyquist\nyqsrc;..\..\..\lib-src\libnyquist\nyquist\nyqstk;..\..\..\lib-src\libnyquist\nyquist\nyqstk\include;..\..\..\lib-src\libnyquist\nyquist\snd;..\..\..\lib-src\libnyquist\nyquist\tran;..\..\..\lib-src\libnyquist\nyquist\sys\win\msvc;..\..\..\lib-src\libnyquist\nyquist\xlisp;..\..\..\lib-src\libnyquist\nyquist\win;..\libsndfile;..\..\..\lib-src\portaudio-v19\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\cext.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\cleanup.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\cmdline.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\cmtcmd.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\mem.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\midifile.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\midifns.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\moxc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\record.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\seq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\seqmread.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\seqmwrite.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\seqread.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\seqwrite.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\tempomap.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\timebase.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\cmt\userio.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\ffts\src\fftext.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\ffts\src\fftlib.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\ffts\src\matlib.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\add.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\avg.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\compose.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\convolve.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\debug.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\downsample.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\falloc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\ffilterkit.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\fft.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\handlers.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\inverse.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\local.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\lpanal.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\multiread.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\multiseq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\resamp.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\resampv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\samples.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\seqext.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\seqfnint.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\seqinterf.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sliders.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sndfnint.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sndmax.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sndread.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sndseq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sndwritepa.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\sound.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\stats.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\trigger.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqsrc\yin.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\sys\win\msvc\winfun.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\abs.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\allpoles.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\alpass.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\alpasscv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\alpassvc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\alpassvv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\amosc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\areson.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\aresoncv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\aresonvc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\aresonvv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\atone.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\atonev.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\biquadfilt.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\buzz.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\chase.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\clip.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\congen.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\const.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\coterm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\delaycc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\delaycv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\eqbandvvv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\exp.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\fmfb.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\fmfbv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\fmosc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\follow.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\fromarraystream.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\fromobject.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\gate.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\ifft.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrbanded.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrbow.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrbowedfreq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrclar.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrclarall.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrclarfreq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrflute.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrfluteall.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrflutefreq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrmandolin.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrmodalbar.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrsax.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrsaxall.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrsaxfreq.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\instrsitar.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\integrate.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\log.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\lpreson.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\maxv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\offset.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\oneshot.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\osc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\partial.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\pluck.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\prod.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\pwl.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\quantize.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\recip.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\reson.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\resoncv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\resonvc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\resonvv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\sampler.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\scale.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\shape.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\sine.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\siosc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\slope.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\sqrt.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\stkchorus.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\stkpitshift.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\stkrev.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\tapf.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\tapv.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\tone.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\tonev.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\upsample.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\tran\white.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\extern.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\path.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlbfun.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlcont.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xldbug.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xldmem.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xleval.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlfio.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlftab.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlglob.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlimage.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlinit.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlio.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlisp.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xljump.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xllist.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlmath.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlobj.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlpp.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlprin.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlread.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlstr.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlsubr.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlsym.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\xlisp\xlsys.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\instr.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\stkinit.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\stkint.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\ADSR.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\BandedWG.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\BiQuad.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Bowed.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\BowTable.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Chorus.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Clarinet.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Delay.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\DelayA.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\DelayL.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Effect.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Envelope.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\FileRead.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\FileWvIn.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Filter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Flute.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Function.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Generator.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Instrmnt.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\JCRev.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\JetTable.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Mandolin.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Modal.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\ModalBar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Noise.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\NRev.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\OnePole.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\OneZero.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\PitShift.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\PluckTwo.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\PoleZero.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\PRCRev.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\ReedTable.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Saxofony.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\SineWave.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Sitar.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\Stk.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\WaveLoop.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyquist\nyqstk\src\WvIn.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\nyx.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libnyquist\xlextstart.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libnyquist\nyquist\ffts\src\fftext.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libnyquist\nyquist\ffts\src\fftlib.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libnyquist\nyquist\ffts\src\matlib.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libnyquist\nyx.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										92
									
								
								win/Projects/libogg/libogg.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										92
									
								
								win/Projects/libogg/libogg.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,92 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{A939AAF8-44F1-4CE7-9DD0-7A6E99814857}</ProjectGuid> | ||||
|     <RootNamespace>libogg</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libogg\src\bitwise.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libogg\src\framing.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libogg\include\ogg\ogg.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libogg\include\ogg\os_types.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										92
									
								
								win/Projects/libresample/libresample.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										92
									
								
								win/Projects/libresample/libresample.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,92 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}</ProjectGuid> | ||||
|     <RootNamespace>libresample</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libresample\src\filterkit.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libresample\src\resample.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libresample\src\resamplesubs.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libresample\src\filterkit.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libresample\include\libresample.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libresample\src\resample_defs.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										98
									
								
								win/Projects/libsamplerate/libsamplerate.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										98
									
								
								win/Projects/libsamplerate/libsamplerate.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,98 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}</ProjectGuid> | ||||
|     <RootNamespace>libsamplerate</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libsamplerate\Win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libsamplerate\Win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4244;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsamplerate\src\samplerate.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsamplerate\src\src_linear.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsamplerate\src\src_sinc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsamplerate\src\src_zoh.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsamplerate\src\common.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsamplerate\src\fastest_coeffs.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsamplerate\src\float_cast.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsamplerate\src\high_qual_coeffs.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsamplerate\src\mid_qual_coeffs.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsamplerate\src\samplerate.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										110
									
								
								win/Projects/libscorealign/libscorealign.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										110
									
								
								win/Projects/libscorealign/libscorealign.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,110 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{C0FE933B-4AF7-4ACD-95E8-ACD3A73F1400}</ProjectGuid> | ||||
|     <RootNamespace>libscorealign</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portsmf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portsmf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\audiomixerreader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\audioreader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\comp_chroma.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\curvefit.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\fft3\FFT3.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\gen_chroma.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\hillclimb.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\regression.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\sautils.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\scorealign-glue.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libscorealign\scorealign.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\audiomixerreader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\audioreader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\comp_chroma.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\curvefit.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\fft3\FFT3.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\gen_chroma.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\hillclimb.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\regression.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\sautils.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\scorealign-glue.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libscorealign\scorealign.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										178
									
								
								win/Projects/libsndfile/libsndfile.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										178
									
								
								win/Projects/libsndfile/libsndfile.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,178 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}</ProjectGuid> | ||||
|     <RootNamespace>libsndfile</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>.;..\..\..\lib-src\libsndfile\include;..\..\..\lib-src\libsndfile\src;..\..\..\lib-src\ffmpeg\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;inline=__inline;LIBSNDFILE_PRIVATE_CONFIG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>.;..\..\..\lib-src\libsndfile\include;..\..\..\lib-src\libsndfile\src;..\..\..\lib-src\ffmpeg\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;inline=__inline;LIBSNDFILE_PRIVATE_CONFIG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\aiff.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\alaw.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\au.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\audio_detect.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\avr.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\broadcast.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\caf.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\chanmap.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\chunk.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\command.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\common.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\dither.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\double64.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\dwd.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\dwvw.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\file_io.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\flac.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\float32.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\g72x.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\gsm610.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\htk.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\id3.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\ima_adpcm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\ima_oki_adpcm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\interleave.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\ircam.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\macbinary3.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\macos.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\mat4.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\mat5.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\mpc2k.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\ms_adpcm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\nist.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\ogg.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\paf.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\pcm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\pvf.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\raw.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\rf64.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\rx2.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\sd2.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\sds.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\sndfile.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\strings.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\svx.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\txw.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\ulaw.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\voc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\vox_adpcm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\w64.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\wav.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\wav_w64.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\wve.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\xi.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\G72x\g721.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\G72x\g723_16.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\G72x\g723_24.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\G72x\g723_40.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\G72x\g72x.c"> | ||||
|       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)g72x_g72x.obj</ObjectFileName> | ||||
|       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)g72x_g72x.obj</ObjectFileName> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\add.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\code.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\decode.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm_create.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm_decode.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm_destroy.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm_encode.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm_option.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\long_term.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\lpc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\preprocess.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\rpe.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\short_term.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsndfile\src\GSM610\table.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\chanmap.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\common.h" /> | ||||
|     <ClInclude Include="config.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\ima_oki_adpcm.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\sf_unistd.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\sfconfig.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\sfendian.h" /> | ||||
|     <ClInclude Include="sndfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\wav_w64.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\G72x\g72x.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\G72x\g72x_priv.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\GSM610\config.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libsndfile\src\GSM610\gsm610_priv.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										95
									
								
								win/Projects/libsoxr/libsoxr.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										95
									
								
								win/Projects/libsoxr/libsoxr.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,95 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{AF9AD75C-4785-4432-BAC3-ADAB1E7F1192}</ProjectGuid> | ||||
|     <RootNamespace>libsoxr</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libsoxr\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>_DEBUG;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;SOXR_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libsoxr\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>NDEBUG;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;SOXR_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\data-io.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\dbesi0.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\fft4g32.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\fft4g64.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\filter.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\lsr.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\pffft32s.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\rate32.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\rate32s.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\rate64.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\simd.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\soxr.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libsoxr\src\vr32.c" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										108
									
								
								win/Projects/libvamp/libvamp.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										108
									
								
								win/Projects/libvamp/libvamp.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,108 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{A61E2BF1-21AA-4118-B0D8-FD3D53DB892E}</ProjectGuid> | ||||
|     <RootNamespace>libnyquist</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libvamp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libvamp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\hostguard.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\Plugin.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginBase.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginBufferingAdapter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginChannelAdapter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginHostAdapter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginInputDomainAdapter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginLoader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginSummarisingAdapter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\PluginWrapper.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\RealTime.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvamp\vamp-hostsdk\vamp-hostsdk.h" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginBufferingAdapter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginChannelAdapter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginHostAdapter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginInputDomainAdapter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginLoader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginSummarisingAdapter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\PluginWrapper.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvamp\src\vamp-hostsdk\RealTime.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										129
									
								
								win/Projects/libvorbis/libvorbis.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										129
									
								
								win/Projects/libvorbis/libvorbis.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,129 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{727D6675-67EE-4D0B-9DC1-177A0AF741F0}</ProjectGuid> | ||||
|     <RootNamespace>libvorbis</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libvorbis\include;..\..\..\lib-src\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\libvorbis\include;..\..\..\lib-src\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\analysis.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\bitrate.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\block.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\codebook.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\envelope.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\floor0.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\floor1.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\info.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\lookup.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\lpc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\lsp.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\mapping0.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\mdct.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\psy.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\registry.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\res0.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\sharedbook.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\smallft.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\synthesis.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\vorbisenc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\vorbisfile.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\libvorbis\lib\window.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\bitrate.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\include\vorbis\codec.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\codec_internal.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\envelope.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\highlevel.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\lookup.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\lookup_data.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\lpc.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\lsp.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\masking.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\mdct.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\misc.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\os.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\psy.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\registry.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\scales.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\smallft.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\include\vorbis\vorbisfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\libvorbis\lib\window.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										130
									
								
								win/Projects/locale/locale.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										130
									
								
								win/Projects/locale/locale.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,130 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}</ProjectGuid> | ||||
|     <RootNamespace>locale</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>Utility</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>Utility</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|     <Import Project="po.props" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <PostBuildEvent> | ||||
|       <Command>for %25%25I in ("%25WXWIN%25\locale\*.po") do call :fmt %25%25~nI | ||||
| goto :EOF | ||||
|  | ||||
| :fmt | ||||
| if not exist "$(OutDir)Languages\%251" mkdir "$(OutDir)Languages\%251" | ||||
| msgfmt -o "$(OutDir)Languages\%251\wxstd.mo" "%25WXWIN%25\locale\%251.po" | ||||
| goto :EOF | ||||
| </Command> | ||||
|     </PostBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <PostBuildEvent> | ||||
|       <Command>for %25%25I in ("%25WXWIN%25\locale\*.po") do call :fmt %25%25~nI | ||||
| goto :EOF | ||||
|  | ||||
| :fmt | ||||
| if not exist "$(OutDir)Languages\%251" mkdir "$(OutDir)Languages\%251" | ||||
| msgfmt -o "$(OutDir)Languages\%251\wxstd.mo" "%25WXWIN%25\locale\%251.po" | ||||
| goto :EOF | ||||
| </Command> | ||||
|     </PostBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <msgfmt Include="..\..\..\locale\af.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ar.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\be.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\bg.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\bn.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\bs.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ca.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ca%40valencia.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\cs.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\cy.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\da.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\de.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\el.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\es.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\eu.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\fa.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\fi.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\fr.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ga.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\gl.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\he.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\hi.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\hr.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\hu.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\id.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\it.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ja.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ka.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\km.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ko.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\lt.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\mk.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\my.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\nb.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\nl.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\oc.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\pl.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\pt.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\pt_BR.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ro.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\ru.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\sk.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\sl.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\sr_RS.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\sr_RS%40latin.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\sv.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\tg.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\tr.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\uk.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\vi.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\zh.po" /> | ||||
|     <msgfmt Include="..\..\..\locale\zh_TW.po" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|     <Import Project="po.targets" /> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										133
									
								
								win/Projects/lv2/lv2.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										133
									
								
								win/Projects/lv2/lv2.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,133 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{0FEC8848-E24E-4FA5-9ACD-E4582DC4CBBE}</ProjectGuid> | ||||
|     <RootNamespace>lv2</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\lv2\windows;..\..\..\lib-src\lv2\lilv;..\..\..\lib-src\lv2\lv2;..\..\..\lib-src\lv2\serd;..\..\..\lib-src\lv2\sord;..\..\..\lib-src\lv2\sratom;..\..\..\lib-src\lv2\sord\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;snprintf=_snprintf;LILV_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>CompileAsCpp</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\lv2\windows;..\..\..\lib-src\lv2\lilv;..\..\..\lib-src\lv2\lv2;..\..\..\lib-src\lv2\serd;..\..\..\lib-src\lv2\sord;..\..\..\lib-src\lv2\sratom;..\..\..\lib-src\lv2\sord\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;snprintf=_snprintf;LILV_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>CompileAsCpp</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|     <ProjectReference> | ||||
|       <LinkLibraryDependencies>true</LinkLibraryDependencies> | ||||
|     </ProjectReference> | ||||
|     <Lib> | ||||
|       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | ||||
|     </Lib> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\collections.c"> | ||||
|       <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\instance.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\lib.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\node.c"> | ||||
|       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)lilv-node.obj</ObjectFileName> | ||||
|       <XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)lilv-node.obj</XMLDocumentationFileName> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\plugin.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\pluginclass.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\port.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\query.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\scalepoint.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\state.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\ui.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\util.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\world.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\lilv\src\zix\tree.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\serd\src\env.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\serd\src\reader.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\serd\src\serdnode.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\serd\src\string.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\serd\src\uri.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\serd\src\writer.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\sord\src\sord.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\sord\src\syntax.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\lv2\sratom\src\sratom.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\lilv\lilv\lilv.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\lilv\src\lilv_internal.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\lilv\src\zix\common.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\lilv\src\zix\tree.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\serd\serd\serd.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\serd\src\serd_internal.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\sord\sord\sord.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\sord\src\sord_internal.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\sratom\sratom\sratom.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\msinttypes\inttypes.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\lv2\msinttypes\stdint.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										102
									
								
								win/Projects/mod-script-pipe/mod-script-pipe.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										102
									
								
								win/Projects/mod-script-pipe/mod-script-pipe.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,102 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{85774A29-EA2F-4A40-994F-6BE593D847A5}</ProjectGuid> | ||||
|     <RootNamespace>mod-script-pipe</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>Unicode</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>DynamicLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>Unicode</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\lib\vc_dll\mswu;$(WXWIN)\include;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>BUILDING_SCRIPT_PIPE;WXUSINGDLL;__WXMSW__;NDEBUG;_USRDLL;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|     <Link> | ||||
|       <AdditionalDependencies>wxmsw28u_core.lib;wxbase28u.lib;odbc32.lib;odbccp32.lib;oldnames.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;netapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||||
|       <OutputFile>$(OutDir)modules\$(ProjectName).dll</OutputFile> | ||||
|       <AdditionalLibraryDirectories>$(WXWIN)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||||
|       <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||||
|       <DataExecutionPrevention /> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>$(WXWIN)\lib\vc_dll\mswud;$(WXWIN)\include;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>BUILDING_SCRIPT_PIPE;WXUSINGDLL;__WXMSW__;__WXDEBUG_;_DEBUG;_USRDLL;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|     <Link> | ||||
|       <AdditionalDependencies>wxmsw28ud_core.lib;wxbase28ud.lib;odbc32.lib;odbccp32.lib;oldnames.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;netapi32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||||
|       <OutputFile>$(OutDir)modules\$(ProjectName).dll</OutputFile> | ||||
|       <AdditionalLibraryDirectories>$(WXWIN)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||||
|       <GenerateDebugInformation>true</GenerateDebugInformation> | ||||
|       <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||||
|       <DataExecutionPrevention /> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\mod-script-pipe\PipeServer.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\mod-script-pipe\ScripterCallback.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\mod-script-pipe\ScripterCallback.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										311
									
								
								win/Projects/portaudio-v19/portaudio-v19.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										311
									
								
								win/Projects/portaudio-v19/portaudio-v19.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,311 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{7ABA0F80-94AE-4E82-AB89-2E1258212D59}</ProjectGuid> | ||||
|     <RootNamespace>portaudio-v19</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command>echo on | ||||
| setlocal EnableDelayedExpansion | ||||
| set CFG="$(ProjectDir)/$(IntDir)config.h" | ||||
|  | ||||
| echo // Automatically generated file >!CFG! | ||||
| IF NOT "!DXSDK_DIR!" == "" echo #define PA_USE_DS 1 >>!CFG! | ||||
| IF NOT "!ASIOSDK_DIR!" == "" echo #define PA_USE_ASIO 1 >>!CFG! | ||||
| IF NOT "!JACKSDK_DIR!" == "" echo #define PA_USE_JACK 1 >>!CFG! | ||||
| IF NOT "!JACKSDK_DIR!" == "" echo #define PA_DYNAMIC_JACK 1 >>!CFG! | ||||
| echo #define PA_USE_WDMKS 1 >>!CFG! | ||||
| echo #define PA_USE_WASAPI 1 >>!CFG! | ||||
| echo #define PA_USE_WMME 1 >>!CFG! | ||||
| </Command> | ||||
|     </PreBuildEvent> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portaudio-v19\include;..\..\..\lib-src\portaudio-v19\src\common;..\..\..\lib-src\portaudio-v19\src\os\win;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|       <ForcedIncludeFiles>$(ProjectDir)\$(Configuration)\config.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | ||||
|     </ClCompile> | ||||
|     <PostBuildEvent> | ||||
|       <Command>echo on | ||||
| setlocal EnableDelayedExpansion | ||||
| set BASE="../../../lib-src/portaudio-v19" | ||||
| set CFG=$(ProjectDir)$(Configuration)\config.h | ||||
| set INTDIR=$(Configuration) | ||||
| set CFLAGS=/O2 /GL /I "!BASE!/include" /I "!BASE!/src/common" /I "!BASE!/src/os/win" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fo"!INTDIR!/" /Fd"!INTDIR!/" /W3 /nologo /c /wd4996 /FI "!CFG!" /errorReport:prompt | ||||
| set LIBS= | ||||
|  | ||||
| find "PA_USE_DS 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoDS | ||||
|  | ||||
| cl !CFLAGS! /I "!DXSDK_DIR!/include" "!BASE!/src/hostapi/dsound/pa_win_ds.c" | ||||
| cl !CFLAGS! /I "!DXSDK_DIR!/include" "!BASE!/src/hostapi/dsound/pa_win_ds_dynlink.c" | ||||
|  | ||||
| set LIBS="!DXSDK_DIR!/lib/x86\dxguid.lib" | ||||
|  | ||||
| :NoDS | ||||
|  | ||||
| find "PA_USE_WASAPI 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoWASAPI | ||||
|  | ||||
| cl !CFLAGS! "!BASE!/src/hostapi/wasapi/pa_win_wasapi.c" | ||||
|  | ||||
| :NoWASAPI | ||||
|  | ||||
| find "PA_USE_WDMKS 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoWDMKS | ||||
|  | ||||
| cl !CFLAGS! "!BASE!/src/hostapi/wdmks/pa_win_wdmks.c" | ||||
|  | ||||
| :NoWDMKS | ||||
|  | ||||
| find "PA_USE_ASIO 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoASIO | ||||
|  | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!BASE!/src/hostapi/asio/pa_asio.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!BASE!/src/hostapi/asio/iasiothiscallresolver.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!ASIOSDK_DIR!/common/asio.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!ASIOSDK_DIR!/host/asiodrivers.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!ASIOSDK_DIR!/host/pc/asiolist.cpp" | ||||
|  | ||||
| :NoASIO | ||||
|  | ||||
| find "PA_USE_JACK 1" "!CFG!" >NUL | ||||
| IF ERRORLEVEL 1 goto NoJACK | ||||
|  | ||||
| cl !CFLAGS! /I "!JACKSDK_DIR!/includes" "!BASE!/src/hostapi/jack/pa_jack.c" | ||||
| cl !CFLAGS! /I "!JACKSDK_DIR!/includes" "!BASE!/src/hostapi/jack/pa_jack_dynload.c" | ||||
|  | ||||
| :NoJACK | ||||
|  | ||||
| lib /OUT:"$(TargetPath)" "!INTDIR!/*.obj" !LIBS! | ||||
| </Command> | ||||
|     </PostBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command>echo on | ||||
| setlocal EnableDelayedExpansion | ||||
| set CFG="$(ProjectDir)/$(IntDir)config.h" | ||||
|  | ||||
| echo // Automatically generated file >!CFG! | ||||
| IF NOT "!DXSDK_DIR!" == "" echo #define PA_USE_DS 1 >>!CFG! | ||||
| IF NOT "!ASIOSDK_DIR!" == "" echo #define PA_USE_ASIO 1 >>!CFG! | ||||
| IF NOT "!JACKSDK_DIR!" == "" echo #define PA_USE_JACK 1 >>!CFG! | ||||
| IF NOT "!JACKSDK_DIR!" == "" echo #define PA_DYNAMIC_JACK 1 >>!CFG! | ||||
| echo #define PA_USE_WDMKS 1 >>!CFG! | ||||
| echo #define PA_USE_WASAPI 1 >>!CFG! | ||||
| echo #define PA_USE_WMME 1 >>!CFG! | ||||
| </Command> | ||||
|     </PreBuildEvent> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portaudio-v19\include;..\..\..\lib-src\portaudio-v19\src\common;..\..\..\lib-src\portaudio-v19\src\os\win;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|       <ForcedIncludeFiles>$(ProjectDir)\$(Configuration)\config.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | ||||
|     </ClCompile> | ||||
|     <PostBuildEvent> | ||||
|       <Command>echo on | ||||
| setlocal EnableDelayedExpansion | ||||
| set BASE=../../../lib-src/portaudio-v19 | ||||
| set CFG=$(ProjectDir)$(Configuration)\config.h | ||||
| set INTDIR=$(Configuration) | ||||
| set CFLAGS=/Od /I "!BASE!/include" /I "!BASE!/src/common" /I "!BASE!/src/os/win" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /GF /FD /EHsc /RTC1 /MDd /Gy /W3 /nologo /c /ZI /wd4996 /Fo"!INTDIR!/" /FI "!CFG!" /errorReport:prompt | ||||
| set LIBS= | ||||
|  | ||||
| find "PA_USE_DS 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoDS | ||||
|  | ||||
| cl !CFLAGS! /I "!DXSDK_DIR!/include" "!BASE!/src/hostapi/dsound/pa_win_ds.c" | ||||
| cl !CFLAGS! /I "!DXSDK_DIR!/include" "!BASE!/src/hostapi/dsound/pa_win_ds_dynlink.c" | ||||
|  | ||||
| set LIBS="!DXSDK_DIR!/lib/x86\dxguid.lib" | ||||
|  | ||||
| :NoDS | ||||
|  | ||||
| find "PA_USE_WASAPI 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoWASAPI | ||||
|  | ||||
| cl !CFLAGS! "!BASE!/src/hostapi/wasapi/pa_win_wasapi.c" | ||||
|  | ||||
| :NoWASAPI | ||||
|  | ||||
| find "PA_USE_WDMKS 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoWDMKS | ||||
|  | ||||
| cl !CFLAGS! "!BASE!/src/hostapi/wdmks/pa_win_wdmks.c" | ||||
|  | ||||
| :NoWDMKS | ||||
|  | ||||
| find "PA_USE_ASIO 1" "!CFG!" | ||||
| IF ERRORLEVEL 1 goto NoASIO | ||||
|  | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!BASE!/src/hostapi/asio/pa_asio.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!BASE!/src/hostapi/asio/iasiothiscallresolver.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!ASIOSDK_DIR!/common/asio.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!ASIOSDK_DIR!/host/asiodrivers.cpp" | ||||
| cl !CFLAGS! /I "!ASIOSDK_DIR!/common" /I "!ASIOSDK_DIR!/host" /I "!ASIOSDK_DIR!/host/pc" "!ASIOSDK_DIR!/host/pc/asiolist.cpp" | ||||
|  | ||||
| :NoASIO | ||||
|  | ||||
| find "PA_USE_JACK 1" "!CFG!" >NUL | ||||
| IF ERRORLEVEL 1 goto NoJACK | ||||
|  | ||||
| cl !CFLAGS! /I "!JACKSDK_DIR!/includes" "!BASE!/src/hostapi/jack/pa_jack.c" | ||||
| cl !CFLAGS! /I "!JACKSDK_DIR!/includes" "!BASE!/src/hostapi/jack/pa_jack_dynload.c" | ||||
|  | ||||
| :NoJACK | ||||
|  | ||||
| lib /OUT:"$(TargetPath)" "!INTDIR!/*.obj" !LIBS! | ||||
| </Command> | ||||
|     </PostBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_allocation.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_converters.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_cpuload.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_debugprint.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_dither.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_dynload.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_front.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_process.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_ringbuffer.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_stream.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\common\pa_trace.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\wmme\pa_win_wmme.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\wdmks\pa_win_wdmks.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\dsound\pa_win_ds.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\dsound\pa_win_ds_dynlink.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\asio\iasiothiscallresolver.cpp"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\asio\pa_asio.cpp"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\wasapi\pa_win_wasapi.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\jack\pa_jack.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\hostapi\jack\pa_jack_dynload.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_coinitialize.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_hostapis.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_util.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_waveformat.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_wdmks_utils.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_x86_plain_converters.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_allocation.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_converters.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_cpuload.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_debugprint.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_dither.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_dynload.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_endianness.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_hostapi.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_memorybarrier.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_process.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_ringbuffer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_stream.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_trace.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_types.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\common\pa_util.h" /> | ||||
|     <CustomBuild Include="..\..\..\lib-src\portaudio-v19\src\hostapi\dsound\pa_win_ds_dynlink.h"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\lib-src\portaudio-v19\src\hostapi\asio\iasiothiscallresolver.h"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </CustomBuild> | ||||
|     <CustomBuild Include="..\..\..\lib-src\portaudio-v19\src\hostapi\jack\pa_jack_dynload.h"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </CustomBuild> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_coinitialize.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\include\pa_win_waveformat.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_win_wdmks_utils.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\src\os\win\pa_x86_plain_converters.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\include\pa_win_ds.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\include\pa_win_wmme.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portaudio-v19\include\portaudio.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										99
									
								
								win/Projects/portmidi/portmidi.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										99
									
								
								win/Projects/portmidi/portmidi.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,99 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{D5AB2D87-51DC-4277-A9AB-2A6018D0E947}</ProjectGuid> | ||||
|     <RootNamespace>portmidi</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portmidi\pm_common;..\..\..\lib-src\portmidi\pm_win;..\..\..\lib-src\portmidi\porttime;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portmidi\pm_common;..\..\..\lib-src\portmidi\pm_win;..\..\..\lib-src\portmidi\porttime;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmidi\pm_common\pmutil.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmidi\pm_win\pmwin.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmidi\pm_win\pmwinmm.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmidi\pm_common\portmidi.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmidi\porttime\porttime.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmidi\porttime\ptwinmm.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmidi\pm_common\pminternal.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmidi\pm_common\pmutil.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmidi\pm_win\pmwinmm.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmidi\pm_common\portmidi.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmidi\porttime\porttime.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										159
									
								
								win/Projects/portmixer/portmixer.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										159
									
								
								win/Projects/portmixer/portmixer.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,159 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{3A76129B-55AB-4D54-BAA7-08F63ED52569}</ProjectGuid> | ||||
|     <RootNamespace>portmixer</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command>setlocal EnableDelayedExpansion | ||||
| set CFG="$(ProjectDir)/$(IntDir)config.h" | ||||
|  | ||||
| echo // Automatically generated file >"!CFG!" | ||||
| IF NOT "!DXSDK_DIR!" == "" echo #define PX_USE_WIN_DSOUND 1 >>"!CFG!" | ||||
| echo #define PX_USE_WIN_MME 1 >>"!CFG!" | ||||
| echo #define PX_USE_WIN_WASAPI 1 >>"!CFG!" | ||||
| </Command> | ||||
|     </PreBuildEvent> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portmixer\include;..\..\..\lib-src\portaudio-v19\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|       <ForcedIncludeFiles>$(ProjectDir)\$(Configuration)\config.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | ||||
|     </ClCompile> | ||||
|     <PostBuildEvent> | ||||
|       <Command>setlocal EnableDelayedExpansion | ||||
| set BASE="../../../lib-src/portmixer" | ||||
| set INTDIR=$(Configuration) | ||||
| set CFLAGS=/O2 /GL /I "!BASE!/../portaudio-v19/include" /I "!BASE!/include" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "PX_USE_WIN_MME" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fo"!INTDIR!/" /Fd"!INTDIR!/" /W3 /nologo /c /wd4996 /FI "$(ProjectDir)/$(Configuration)/config.h" /errorReport:prompt | ||||
| set LIBS= | ||||
|  | ||||
| if "!DXSDK_DIR!"=="" goto NoDX | ||||
|  | ||||
| cl !CFLAGS! /I "!DXSDK_DIR!/include" "!BASE!/src/px_win_ds.c" | ||||
|  | ||||
| set LIBS="!DXSDK_DIR!/lib/x86/dxguid.lib" | ||||
|  | ||||
| :NoDX | ||||
|  | ||||
| lib /OUT:"$(TargetPath)" "$(IntDir)*.obj" !LIBS! | ||||
| </Command> | ||||
|     </PostBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <PreBuildEvent> | ||||
|       <Command>setlocal EnableDelayedExpansion | ||||
| set CFG="$(ProjectDir)/$(IntDir)config.h" | ||||
|  | ||||
| echo // Automatically generated file >"!CFG!" | ||||
| IF NOT "!DXSDK_DIR!" == "" echo #define PX_USE_WIN_DSOUND 1 >>"!CFG!" | ||||
| echo #define PX_USE_WIN_MME 1 >>"!CFG!" | ||||
| echo #define PX_USE_WIN_WASAPI 1 >>"!CFG!" | ||||
| </Command> | ||||
|     </PreBuildEvent> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\portmixer\include;..\..\..\lib-src\portaudio-v19\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|       <ForcedIncludeFiles>$(ProjectDir)\$(Configuration)\config.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | ||||
|     </ClCompile> | ||||
|     <PostBuildEvent> | ||||
|       <Command>setlocal EnableDelayedExpansion | ||||
| set BASE="../../../lib-src/portmixer" | ||||
| set INTDIR=$(Configuration) | ||||
| set CFLAGS=/Od /I "!BASE!/../portaudio-v19/include" /I "!BASE!/include" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "PX_USE_WIN_MME" /D "_MBCS" /GF /FD /EHsc /RTC1 /MDd /Gy /Fo"!INTDIR!/" /Fd"!INTDIR!/" /W3 /nologo /c /ZI /wd4996 /FI "$(ProjectDir)/$(Configuration)/config.h" /errorReport:prompt | ||||
| set LIBS= | ||||
|  | ||||
| if "!DXSDK_DIR!"=="" goto NoDX | ||||
|  | ||||
| cl !CFLAGS! /I "!DXSDK_DIR!/include" "!BASE!/src/px_win_ds.c" | ||||
|  | ||||
| set LIBS="!DXSDK_DIR!/lib/x86/dxguid.lib" | ||||
|  | ||||
| :NoDX | ||||
|  | ||||
| lib /OUT:"$(TargetPath)" "$(IntDir)*.obj" !LIBS! | ||||
| </Command> | ||||
|     </PostBuildEvent> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmixer\src\px_mixer.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmixer\src\px_win_common.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmixer\src\px_win_ds.c"> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
|       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmixer\src\px_win_endpoint.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmixer\src\px_win_wasapi.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portmixer\src\px_win_wmme.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmixer\src\px_mixer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmixer\src\px_win_common.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmixer\src\px_win_endpoint.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portmixer\include\portmixer.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										97
									
								
								win/Projects/portsmf/portsmf.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										97
									
								
								win/Projects/portsmf/portsmf.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,97 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{8A1C2514-85DD-4AE2-9CF3-3183B66C537D}</ProjectGuid> | ||||
|     <RootNamespace>portsmf</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\allegro.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\allegrord.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\allegrosmfrd.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\allegrosmfwr.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\allegrowr.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\mfmidi.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\portsmf\strparse.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\portsmf\algsmfrd_internal.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portsmf\allegro.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portsmf\mfmidi.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\portsmf\strparse.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										110
									
								
								win/Projects/sbsms/sbsms.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										110
									
								
								win/Projects/sbsms/sbsms.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,110 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{A64FFB5D-0CF0-43EE-9DE3-C72260864BFF}</ProjectGuid> | ||||
|     <RootNamespace>sbsms</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\sbsms\include;..\..\..\lib-src\sbsms\win;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <MinimalRebuild>true</MinimalRebuild> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\sbsms\include;..\..\..\lib-src\sbsms\win;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat /> | ||||
|       <CompileAs>CompileAsCpp</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\buffer.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\dBTable.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\fft.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\grain.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\resample.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\sbsms.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\slide.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\sms.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\subband.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\track.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\sbsms\src\trackpoint.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\buffer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\dBTable.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\fft.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\grain.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\real.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\sincCoeffs.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\sms.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\sse.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\subband.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\synthTable.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\track.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\trackpoint.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\sbsms\src\utils.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										104
									
								
								win/Projects/soundtouch/soundtouch.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										104
									
								
								win/Projects/soundtouch/soundtouch.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,104 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{EC3F5835-C486-4970-8A6B-A0700F4B3637}</ProjectGuid> | ||||
|     <RootNamespace>soundtouch</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\soundtouch\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\AAFilter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\cpu_detect_x86.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\FIFOSampleBuffer.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\FIRFilter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\mmx_optimized.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\RateTransposer.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\SoundTouch.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\sse_optimized.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\soundtouch\source\SoundTouch\TDStretch.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\source\SoundTouch\AAFilter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\source\SoundTouch\cpu_detect.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\include\FIFOSampleBuffer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\include\FIFOSamplePipe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\source\SoundTouch\FIRFilter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\source\SoundTouch\RateTransposer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\include\SoundTouch.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\include\STTypes.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\soundtouch\source\SoundTouch\TDStretch.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										229
									
								
								win/Projects/taglib/taglib.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										229
									
								
								win/Projects/taglib/taglib.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,229 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{D912E7BF-61FE-4D17-9D1B-3F1D268429D6}</ProjectGuid> | ||||
|     <RootNamespace>taglib</RootNamespace> | ||||
|     <Keyword>Win32Proj</Keyword> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\taglib\taglib;..\..\..\lib-src\taglib\taglib\ape;..\..\..\lib-src\taglib\taglib\asf;..\..\..\lib-src\taglib\taglib\flac;..\..\..\lib-src\taglib\taglib\mp4;..\..\..\lib-src\taglib\taglib\mpc;..\..\..\lib-src\taglib\taglib\mpeg;..\..\..\lib-src\taglib\taglib\mpeg\id3v1;..\..\..\lib-src\taglib\taglib\mpeg\id3v2;..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames;..\..\..\lib-src\taglib\taglib\ogg;..\..\..\lib-src\taglib\taglib\ogg\flac;..\..\..\lib-src\taglib\taglib\ogg\speex;..\..\..\lib-src\taglib\taglib\ogg\vorbis;..\..\..\lib-src\taglib\taglib\riff;..\..\..\lib-src\taglib\taglib\riff\aiff;..\..\..\lib-src\taglib\taglib\riff\wav;..\..\..\lib-src\taglib\taglib\toolkit;..\..\..\lib-src\taglib\taglib\trueaudio;..\..\..\lib-src\taglib\taglib\wavpack;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;HAVE_ZLIB=0;MAKE_TAGLIB_LIB=1;WITH_ASF=1;WITH_MP4=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <AdditionalIncludeDirectories>..\..\..\lib-src\taglib\taglib;..\..\..\lib-src\taglib\taglib\ape;..\..\..\lib-src\taglib\taglib\asf;..\..\..\lib-src\taglib\taglib\flac;..\..\..\lib-src\taglib\taglib\mp4;..\..\..\lib-src\taglib\taglib\mpc;..\..\..\lib-src\taglib\taglib\mpeg;..\..\..\lib-src\taglib\taglib\mpeg\id3v1;..\..\..\lib-src\taglib\taglib\mpeg\id3v2;..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames;..\..\..\lib-src\taglib\taglib\ogg;..\..\..\lib-src\taglib\taglib\ogg\flac;..\..\..\lib-src\taglib\taglib\ogg\speex;..\..\..\lib-src\taglib\taglib\ogg\vorbis;..\..\..\lib-src\taglib\taglib\riff;..\..\..\lib-src\taglib\taglib\riff\aiff;..\..\..\lib-src\taglib\taglib\riff\wav;..\..\..\lib-src\taglib\taglib\toolkit;..\..\..\lib-src\taglib\taglib\trueaudio;..\..\..\lib-src\taglib\taglib\wavpack;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_ZLIB=0;MAKE_TAGLIB_LIB=1;WITH_ASF=1;WITH_MP4=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ape\apefooter.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ape\apeitem.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ape\apetag.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\asf\asfattribute.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\asf\asffile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\asf\asfproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\asf\asftag.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\flac\flacfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\flac\flacproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mp4\mp4atom.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mp4\mp4file.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mp4\mp4item.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mp4\mp4properties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mp4\mp4tag.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpc\mpcfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpc\mpcproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\mpegfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\mpegheader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\mpegproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\xingheader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v1\id3v1genres.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v1\id3v1tag.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2extendedheader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2footer.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2frame.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2framefactory.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2header.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2synchdata.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2tag.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\attachedpictureframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\commentsframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\generalencapsulatedobjectframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\popularimeterframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\privateframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\relativevolumeframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\textidentificationframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\uniquefileidentifierframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\unknownframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\unsynchronizedlyricsframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\urllinkframe.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\oggfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\oggpage.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\oggpageheader.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\xiphcomment.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\flac\oggflacfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\speex\speexfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\speex\speexproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\vorbis\vorbisfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\ogg\vorbis\vorbisproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\riff\rifffile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\riff\aiff\aifffile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\riff\aiff\aiffproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\riff\wav\wavfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\riff\wav\wavproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\tbytevector.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\tbytevectorlist.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\tdebug.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\tfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\tstring.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\tstringlist.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\toolkit\unicode.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\trueaudio\trueaudiofile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\trueaudio\trueaudioproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\wavpack\wavpackfile.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\wavpack\wavpackproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\audioproperties.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\fileref.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\tag.cpp" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\taglib\taglib\tagunion.cpp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ape\apefooter.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ape\apeitem.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ape\apetag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\asf\asfattribute.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\asf\asffile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\asf\asfproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\asf\asftag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\flac\flacfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\flac\flacproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mp4\mp4atom.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mp4\mp4file.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mp4\mp4item.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mp4\mp4properties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mp4\mp4tag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpc\mpcfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpc\mpcproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\mpegfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\mpegheader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\mpegproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\xingheader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v1\id3v1genres.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v1\id3v1tag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2extendedheader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2footer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2frame.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2framefactory.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2header.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2synchdata.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\id3v2tag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\attachedpictureframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\commentsframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\generalencapsulatedobjectframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\popularimeterframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\privateframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\relativevolumeframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\textidentificationframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\uniquefileidentifierframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\unknownframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\unsynchronizedlyricsframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames\urllinkframe.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\oggfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\oggpage.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\oggpageheader.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\xiphcomment.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\flac\oggflacfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\speex\speexfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\speex\speexproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\vorbis\vorbisfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\ogg\vorbis\vorbisproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\riff\rifffile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\riff\aiff\aifffile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\riff\aiff\aiffproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\riff\wav\wavfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\riff\wav\wavproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\taglib.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tbytevector.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tbytevectorlist.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tdebug.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tlist.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tmap.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tstring.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\tstringlist.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\toolkit\unicode.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\trueaudio\trueaudiofile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\trueaudio\trueaudioproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\wavpack\wavpackfile.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\wavpack\wavpackproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\audioproperties.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\fileref.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\tag.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\taglib_export.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\taglib\taglib\tagunion.h" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										127
									
								
								win/Projects/twolame/twolame.vcxproj
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										127
									
								
								win/Projects/twolame/twolame.vcxproj
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,127 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup Label="ProjectConfigurations"> | ||||
|     <ProjectConfiguration Include="Debug|Win32"> | ||||
|       <Configuration>Debug</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|     <ProjectConfiguration Include="Release|Win32"> | ||||
|       <Configuration>Release</Configuration> | ||||
|       <Platform>Win32</Platform> | ||||
|     </ProjectConfiguration> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
|     <ProjectGuid>{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}</ProjectGuid> | ||||
|     <RootNamespace>twolame</RootNamespace> | ||||
|     <Keyword>Win32Proj</Keyword> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>false</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||||
|     <ConfigurationType>StaticLibrary</ConfigurationType> | ||||
|     <PlatformToolset>v110</PlatformToolset> | ||||
|     <CharacterSet>MultiByte</CharacterSet> | ||||
|     <WholeProgramOptimization>true</WholeProgramOptimization> | ||||
|   </PropertyGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||||
|   <ImportGroup Label="ExtensionSettings"> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||||
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||||
|   </ImportGroup> | ||||
|   <PropertyGroup Label="UserMacros" /> | ||||
|   <PropertyGroup> | ||||
|     <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <OutDir>$(SolutionDir)$(Configuration)\</OutDir> | ||||
|     <IntDir>$(Configuration)\</IntDir> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>MaxSpeed</Optimization> | ||||
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;LIBTWOLAME_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||||
|     <ClCompile> | ||||
|       <Optimization>Disabled</Optimization> | ||||
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;LIBTWOLAME_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||||
|       <StringPooling>true</StringPooling> | ||||
|       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||||
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||||
|       <FunctionLevelLinking>true</FunctionLevelLinking> | ||||
|       <PrecompiledHeader /> | ||||
|       <WarningLevel>Level3</WarningLevel> | ||||
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||||
|       <CompileAs>Default</CompileAs> | ||||
|     </ClCompile> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemGroup> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\ath.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\availbits.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\bitbuffer.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\common.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\crc.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\dab.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\encode.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\energy.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\enwindow.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\fft.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\mem.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_0.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_1.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_1_critband.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_1_freqtable.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_2.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_2_absthr.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_3.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_4.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\psycho_n1.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\subband.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\twolame.h" /> | ||||
|     <ClInclude Include="..\..\..\lib-src\twolame\libtwolame\util.h" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\ath.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\availbits.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\bitbuffer.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\crc.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\dab.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\encode.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\energy.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\fft.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\get_set.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\mem.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\psycho_0.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\psycho_1.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\psycho_2.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\psycho_3.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\psycho_4.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\psycho_n1.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\subband.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\twolame.c" /> | ||||
|     <ClCompile Include="..\..\..\lib-src\twolame\libtwolame\util.c" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   <ImportGroup Label="ExtensionTargets"> | ||||
|   </ImportGroup> | ||||
| </Project> | ||||
							
								
								
									
										165
									
								
								win/audacity-vs2012.sln
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										165
									
								
								win/audacity-vs2012.sln
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,165 @@ | ||||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||||
| # Visual Studio Express 2012 for Windows Desktop | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Audacity", "Projects\Audacity\Audacity.vcxproj", "{1D64095C-F936-4FCF-B609-56E9DDF941FA}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "soundtouch", "Projects\soundtouch\soundtouch.vcxproj", "{EC3F5835-C486-4970-8A6B-A0700F4B3637}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "Projects\expat\expat.vcxproj", "{38C2C6B1-FBF8-4C5C-BB90-63F996083F56}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libflac", "Projects\libflac\libflac.vcxproj", "{6C7DC635-26FB-419A-B69A-7ECBBB068245}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libflac++", "Projects\libflac++\libflac++.vcxproj", "{B28C9F3F-FF0E-4FEC-844C-685390B8AC06}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libid3tag", "Projects\libid3tag\libid3tag.vcxproj", "{D96C7BE1-E3F1-4767-BBBB-320E082CE425}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmad", "Projects\libmad\libmad.vcxproj", "{A52BBEA5-8B02-4147-8734-5D9BBF4D1177}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnyquist", "Projects\libnyquist\libnyquist.vcxproj", "{7AA41BED-41B0-427A-9148-DEA40549D158}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresample", "Projects\libresample\libresample.vcxproj", "{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsamplerate", "Projects\libsamplerate\libsamplerate.vcxproj", "{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsndfile", "Projects\libsndfile\libsndfile.vcxproj", "{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "Projects\libogg\libogg.vcxproj", "{A939AAF8-44F1-4CE7-9DD0-7A6E99814857}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "portmixer", "Projects\portmixer\portmixer.vcxproj", "{3A76129B-55AB-4D54-BAA7-08F63ED52569}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvorbis", "Projects\libvorbis\libvorbis.vcxproj", "{727D6675-67EE-4D0B-9DC1-177A0AF741F0}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "portaudio-v19", "Projects\portaudio-v19\portaudio-v19.vcxproj", "{7ABA0F80-94AE-4E82-AB89-2E1258212D59}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "locale", "Projects\locale\locale.vcxproj", "{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filedialog", "Projects\filedialog\filedialog.vcxproj", "{5284D863-3813-479F-BBF0-AC234E216BC6}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvamp", "Projects\libvamp\libvamp.vcxproj", "{A61E2BF1-21AA-4118-B0D8-FD3D53DB892E}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "twolame", "Projects\twolame\twolame.vcxproj", "{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "portsmf", "Projects\portsmf\portsmf.vcxproj", "{8A1C2514-85DD-4AE2-9CF3-3183B66C537D}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbsms", "Projects\sbsms\sbsms.vcxproj", "{A64FFB5D-0CF0-43EE-9DE3-C72260864BFF}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libscorealign", "Projects\libscorealign\libscorealign.vcxproj", "{C0FE933B-4AF7-4ACD-95E8-ACD3A73F1400}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "portmidi", "Projects\portmidi\portmidi.vcxproj", "{D5AB2D87-51DC-4277-A9AB-2A6018D0E947}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "help", "Projects\help\help.vcxproj", "{02F94A40-586A-4403-8464-13B50801FFEC}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsoxr", "Projects\libsoxr\libsoxr.vcxproj", "{AF9AD75C-4785-4432-BAC3-ADAB1E7F1192}" | ||||
| EndProject | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lv2", "Projects\lv2\lv2.vcxproj", "{0FEC8848-E24E-4FA5-9ACD-E4582DC4CBBE}" | ||||
| EndProject | ||||
| Global | ||||
| 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
| 		Debug|Win32 = Debug|Win32 | ||||
| 		Release|Win32 = Release|Win32 | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||||
| 		{1D64095C-F936-4FCF-B609-56E9DDF941FA}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{1D64095C-F936-4FCF-B609-56E9DDF941FA}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{1D64095C-F936-4FCF-B609-56E9DDF941FA}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{1D64095C-F936-4FCF-B609-56E9DDF941FA}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{EC3F5835-C486-4970-8A6B-A0700F4B3637}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{EC3F5835-C486-4970-8A6B-A0700F4B3637}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{EC3F5835-C486-4970-8A6B-A0700F4B3637}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{EC3F5835-C486-4970-8A6B-A0700F4B3637}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{38C2C6B1-FBF8-4C5C-BB90-63F996083F56}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{38C2C6B1-FBF8-4C5C-BB90-63F996083F56}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{38C2C6B1-FBF8-4C5C-BB90-63F996083F56}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{6C7DC635-26FB-419A-B69A-7ECBBB068245}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{6C7DC635-26FB-419A-B69A-7ECBBB068245}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{6C7DC635-26FB-419A-B69A-7ECBBB068245}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{6C7DC635-26FB-419A-B69A-7ECBBB068245}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{B28C9F3F-FF0E-4FEC-844C-685390B8AC06}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{B28C9F3F-FF0E-4FEC-844C-685390B8AC06}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{B28C9F3F-FF0E-4FEC-844C-685390B8AC06}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{B28C9F3F-FF0E-4FEC-844C-685390B8AC06}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{D96C7BE1-E3F1-4767-BBBB-320E082CE425}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{D96C7BE1-E3F1-4767-BBBB-320E082CE425}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{D96C7BE1-E3F1-4767-BBBB-320E082CE425}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{D96C7BE1-E3F1-4767-BBBB-320E082CE425}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{A52BBEA5-8B02-4147-8734-5D9BBF4D1177}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{A52BBEA5-8B02-4147-8734-5D9BBF4D1177}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{A52BBEA5-8B02-4147-8734-5D9BBF4D1177}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{A52BBEA5-8B02-4147-8734-5D9BBF4D1177}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{7AA41BED-41B0-427A-9148-DEA40549D158}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{7AA41BED-41B0-427A-9148-DEA40549D158}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{7AA41BED-41B0-427A-9148-DEA40549D158}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{7AA41BED-41B0-427A-9148-DEA40549D158}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{A939AAF8-44F1-4CE7-9DD0-7A6E99814857}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{A939AAF8-44F1-4CE7-9DD0-7A6E99814857}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{A939AAF8-44F1-4CE7-9DD0-7A6E99814857}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{A939AAF8-44F1-4CE7-9DD0-7A6E99814857}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{3A76129B-55AB-4D54-BAA7-08F63ED52569}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{3A76129B-55AB-4D54-BAA7-08F63ED52569}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{727D6675-67EE-4D0B-9DC1-177A0AF741F0}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{727D6675-67EE-4D0B-9DC1-177A0AF741F0}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{727D6675-67EE-4D0B-9DC1-177A0AF741F0}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{727D6675-67EE-4D0B-9DC1-177A0AF741F0}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{7ABA0F80-94AE-4E82-AB89-2E1258212D59}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{7ABA0F80-94AE-4E82-AB89-2E1258212D59}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{7ABA0F80-94AE-4E82-AB89-2E1258212D59}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{7ABA0F80-94AE-4E82-AB89-2E1258212D59}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{5284D863-3813-479F-BBF0-AC234E216BC6}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{5284D863-3813-479F-BBF0-AC234E216BC6}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{5284D863-3813-479F-BBF0-AC234E216BC6}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{5284D863-3813-479F-BBF0-AC234E216BC6}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{A61E2BF1-21AA-4118-B0D8-FD3D53DB892E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{A61E2BF1-21AA-4118-B0D8-FD3D53DB892E}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{A61E2BF1-21AA-4118-B0D8-FD3D53DB892E}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{A61E2BF1-21AA-4118-B0D8-FD3D53DB892E}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{8C69F7B6-684F-48D9-9057-8912CA3DAA8B}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{8A1C2514-85DD-4AE2-9CF3-3183B66C537D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{8A1C2514-85DD-4AE2-9CF3-3183B66C537D}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{8A1C2514-85DD-4AE2-9CF3-3183B66C537D}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{8A1C2514-85DD-4AE2-9CF3-3183B66C537D}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{A64FFB5D-0CF0-43EE-9DE3-C72260864BFF}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{A64FFB5D-0CF0-43EE-9DE3-C72260864BFF}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{A64FFB5D-0CF0-43EE-9DE3-C72260864BFF}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{A64FFB5D-0CF0-43EE-9DE3-C72260864BFF}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{C0FE933B-4AF7-4ACD-95E8-ACD3A73F1400}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{C0FE933B-4AF7-4ACD-95E8-ACD3A73F1400}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{C0FE933B-4AF7-4ACD-95E8-ACD3A73F1400}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{C0FE933B-4AF7-4ACD-95E8-ACD3A73F1400}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{D5AB2D87-51DC-4277-A9AB-2A6018D0E947}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{D5AB2D87-51DC-4277-A9AB-2A6018D0E947}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{D5AB2D87-51DC-4277-A9AB-2A6018D0E947}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{D5AB2D87-51DC-4277-A9AB-2A6018D0E947}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{02F94A40-586A-4403-8464-13B50801FFEC}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{02F94A40-586A-4403-8464-13B50801FFEC}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{02F94A40-586A-4403-8464-13B50801FFEC}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{AF9AD75C-4785-4432-BAC3-ADAB1E7F1192}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{AF9AD75C-4785-4432-BAC3-ADAB1E7F1192}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{AF9AD75C-4785-4432-BAC3-ADAB1E7F1192}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{AF9AD75C-4785-4432-BAC3-ADAB1E7F1192}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{0FEC8848-E24E-4FA5-9ACD-E4582DC4CBBE}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{0FEC8848-E24E-4FA5-9ACD-E4582DC4CBBE}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{0FEC8848-E24E-4FA5-9ACD-E4582DC4CBBE}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{0FEC8848-E24E-4FA5-9ACD-E4582DC4CBBE}.Release|Win32.Build.0 = Release|Win32 | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(SolutionProperties) = preSolution | ||||
| 		HideSolutionNode = FALSE | ||||
| 	EndGlobalSection | ||||
| EndGlobal | ||||
							
								
								
									
										19
									
								
								win/ny.props
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										19
									
								
								win/ny.props
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <PropertyGroup | ||||
|     Condition="'$(copyBeforeTargets)' == '' and '$(copyAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> | ||||
|     <copyBeforeTargets>Midl</copyBeforeTargets> | ||||
|     <copyAfterTargets>CustomBuild</copyAfterTargets> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
|     <copyDependsOn | ||||
|       Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(copyDependsOn)</copyDependsOn> | ||||
|   </PropertyGroup> | ||||
|   <ItemDefinitionGroup> | ||||
|     <copy> | ||||
|       <CommandLineTemplate>copy /Y [inputs] ..\..\$(IntDir)Plug-ins\%(Filename)%(Extension)</CommandLineTemplate> | ||||
|       <Outputs>..\..\$(IntDir)Plug-ins\%(Filename)%(Extension)</Outputs> | ||||
|       <ExecutionDescription>Copying %(Filename)%(Extension)</ExecutionDescription> | ||||
|     </copy> | ||||
|   </ItemDefinitionGroup> | ||||
| </Project> | ||||
							
								
								
									
										72
									
								
								win/ny.targets
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										72
									
								
								win/ny.targets
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,72 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <ItemGroup> | ||||
|     <PropertyPageSchema | ||||
|       Include="$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml" /> | ||||
|     <AvailableItemName | ||||
|       Include="copy"> | ||||
|       <Targets>_copy</Targets> | ||||
|     </AvailableItemName> | ||||
|   </ItemGroup> | ||||
|   <UsingTask | ||||
|     TaskName="copy" | ||||
|     TaskFactory="XamlTaskFactory" | ||||
|     AssemblyName="Microsoft.Build.Tasks.v4.0"> | ||||
|     <Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task> | ||||
|   </UsingTask> | ||||
|   <Target | ||||
|     Name="_copy" | ||||
|     BeforeTargets="$(copyBeforeTargets)" | ||||
|     AfterTargets="$(copyAfterTargets)" | ||||
|     Condition="'@(copy)' != ''" | ||||
|     DependsOnTargets="$(copyDependsOn);ComputecopyOutput" | ||||
|     Outputs="@(copy->'%(Outputs)')" | ||||
|     Inputs="@(copy)"> | ||||
|     <ItemGroup | ||||
|       Condition="'@(SelectedFiles)' != ''"> | ||||
|       <copy | ||||
|         Remove="@(copy)" | ||||
|         Condition="'%(Identity)' != '@(SelectedFiles)'" /> | ||||
|     </ItemGroup> | ||||
|     <ItemGroup> | ||||
|       <copy_tlog | ||||
|         Include="%(copy.Outputs)" | ||||
|         Condition="'%(copy.Outputs)' != '' and '%(copy.ExcludedFromBuild)' != 'true'"> | ||||
|         <Source>@(copy, '|')</Source> | ||||
|       </copy_tlog> | ||||
|     </ItemGroup> | ||||
|     <Message | ||||
|       Importance="High" | ||||
|       Text="%(copy.ExecutionDescription)" /> | ||||
|     <WriteLinesToFile | ||||
|       Condition="'@(copy_tlog)' != '' and '%(copy_tlog.ExcludedFromBuild)' != 'true'" | ||||
|       File="$(TLogLocation)$(ProjectName).write.1.tlog" | ||||
|       Lines="^%(copy_tlog.Source);@(copy_tlog->'%(Fullpath)')" /> | ||||
|     <copy | ||||
|       Condition="'@(copy)' != '' and '%(copy.ExcludedFromBuild)' != 'true'" | ||||
|       CommandLineTemplate="%(copy.CommandLineTemplate)" | ||||
|       AdditionalOptions="%(copy.AdditionalOptions)" | ||||
|       Inputs="@(copy)" /> | ||||
|   </Target> | ||||
|   <PropertyGroup> | ||||
|     <ComputeLinkInputsTargets> | ||||
|             $(ComputeLinkInputsTargets); | ||||
|             ComputecopyOutput; | ||||
|           </ComputeLinkInputsTargets> | ||||
|     <ComputeLibInputsTargets> | ||||
|             $(ComputeLibInputsTargets); | ||||
|             ComputecopyOutput; | ||||
|           </ComputeLibInputsTargets> | ||||
|   </PropertyGroup> | ||||
|   <Target | ||||
|     Name="ComputecopyOutput" | ||||
|     Condition="'@(copy)' != ''"> | ||||
|     <ItemGroup> | ||||
|       <copyDirsToMake | ||||
|         Condition="'@(copy)' != '' and '%(copy.ExcludedFromBuild)' != 'true'" | ||||
|         Include="%(copy.Outputs)" /> | ||||
|     </ItemGroup> | ||||
|     <MakeDir | ||||
|       Directories="@(copyDirsToMake->'%(RootDir)%(Directory)')" /> | ||||
|   </Target> | ||||
| </Project> | ||||
							
								
								
									
										128
									
								
								win/ny.xml
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										128
									
								
								win/ny.xml
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,128 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback"> | ||||
|   <Rule | ||||
|     Name="copy" | ||||
|     PageTemplate="tool" | ||||
|     DisplayName="Copy Nyquist Plug-in" | ||||
|     Order="200"> | ||||
|     <Rule.DataSource> | ||||
|       <DataSource | ||||
|         Persistence="ProjectFile" | ||||
|         ItemType="copy" /> | ||||
|     </Rule.DataSource> | ||||
|     <Rule.Categories> | ||||
|       <Category | ||||
|         Name="General"> | ||||
|         <Category.DisplayName> | ||||
|           <sys:String>General</sys:String> | ||||
|         </Category.DisplayName> | ||||
|       </Category> | ||||
|       <Category | ||||
|         Name="Command Line" | ||||
|         Subtype="CommandLine"> | ||||
|         <Category.DisplayName> | ||||
|           <sys:String>Command Line</sys:String> | ||||
|         </Category.DisplayName> | ||||
|       </Category> | ||||
|     </Rule.Categories> | ||||
|     <StringListProperty | ||||
|       Name="Inputs" | ||||
|       Category="Command Line" | ||||
|       IsRequired="true" | ||||
|       Visible="True" | ||||
|       Switch=" "> | ||||
|       <StringListProperty.DataSource> | ||||
|         <DataSource | ||||
|           Persistence="ProjectFile" | ||||
|           ItemType="copy" | ||||
|           SourceType="Item" /> | ||||
|       </StringListProperty.DataSource> | ||||
|     </StringListProperty> | ||||
|     <StringProperty | ||||
|       Name="CommandLineTemplate" | ||||
|       DisplayName="Command Line" | ||||
|       Visible="True" | ||||
|       IncludeInCommandLine="False" /> | ||||
|     <DynamicEnumProperty | ||||
|       Name="copyBeforeTargets" | ||||
|       Category="General" | ||||
|       EnumProvider="Targets" | ||||
|       IncludeInCommandLine="False"> | ||||
|       <DynamicEnumProperty.DisplayName> | ||||
|         <sys:String>Execute Before</sys:String> | ||||
|       </DynamicEnumProperty.DisplayName> | ||||
|       <DynamicEnumProperty.Description> | ||||
|         <sys:String>Specifies the targets for the build customization to run before.</sys:String> | ||||
|       </DynamicEnumProperty.Description> | ||||
|       <DynamicEnumProperty.ProviderSettings> | ||||
|         <NameValuePair | ||||
|           Name="Exclude" | ||||
|           Value="^copyBeforeTargets|^Compute" /> | ||||
|       </DynamicEnumProperty.ProviderSettings> | ||||
|       <DynamicEnumProperty.DataSource> | ||||
|         <DataSource | ||||
|           Persistence="ProjectFile" | ||||
|           HasConfigurationCondition="true" /> | ||||
|       </DynamicEnumProperty.DataSource> | ||||
|     </DynamicEnumProperty> | ||||
|     <DynamicEnumProperty | ||||
|       Name="copyAfterTargets" | ||||
|       Category="General" | ||||
|       EnumProvider="Targets" | ||||
|       IncludeInCommandLine="False"> | ||||
|       <DynamicEnumProperty.DisplayName> | ||||
|         <sys:String>Execute After</sys:String> | ||||
|       </DynamicEnumProperty.DisplayName> | ||||
|       <DynamicEnumProperty.Description> | ||||
|         <sys:String>Specifies the targets for the build customization to run after.</sys:String> | ||||
|       </DynamicEnumProperty.Description> | ||||
|       <DynamicEnumProperty.ProviderSettings> | ||||
|         <NameValuePair | ||||
|           Name="Exclude" | ||||
|           Value="^copyAfterTargets|^Compute" /> | ||||
|       </DynamicEnumProperty.ProviderSettings> | ||||
|       <DynamicEnumProperty.DataSource> | ||||
|         <DataSource | ||||
|           Persistence="ProjectFile" | ||||
|           ItemType="" | ||||
|           HasConfigurationCondition="true" /> | ||||
|       </DynamicEnumProperty.DataSource> | ||||
|     </DynamicEnumProperty> | ||||
|     <StringListProperty | ||||
|       Name="Outputs" | ||||
|       DisplayName="Outputs" | ||||
|       Visible="True" | ||||
|       IncludeInCommandLine="False" /> | ||||
|     <StringProperty | ||||
|       Name="ExecutionDescription" | ||||
|       DisplayName="Execution Description" | ||||
|       Visible="False" | ||||
|       IncludeInCommandLine="False" /> | ||||
|     <StringListProperty | ||||
|       Name="AdditionalDependencies" | ||||
|       DisplayName="Additional Dependencies" | ||||
|       IncludeInCommandLine="False" | ||||
|       Visible="false" /> | ||||
|     <StringProperty | ||||
|       Subtype="AdditionalOptions" | ||||
|       Name="AdditionalOptions" | ||||
|       Category="Command Line"> | ||||
|       <StringProperty.DisplayName> | ||||
|         <sys:String>Additional Options</sys:String> | ||||
|       </StringProperty.DisplayName> | ||||
|       <StringProperty.Description> | ||||
|         <sys:String>Additional Options</sys:String> | ||||
|       </StringProperty.Description> | ||||
|     </StringProperty> | ||||
|   </Rule> | ||||
|   <ItemType | ||||
|     Name="copy" | ||||
|     DisplayName="Copy Nyquist Plug-in" /> | ||||
|   <FileExtension | ||||
|     Name="*.ny" | ||||
|     ContentType="copy" /> | ||||
|   <ContentType | ||||
|     Name="copy" | ||||
|     DisplayName="Copy Nyquist Plug-in" | ||||
|     ItemType="copy" /> | ||||
| </ProjectSchemaDefinitions> | ||||
		Reference in New Issue
	
	Block a user