diff options
author | wiso <wiso@svn> | 2010-04-21 19:12:48 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-04-21 19:12:48 +0000 |
commit | 3aac0123199f55b5889e3737b08a03da90bfadb1 (patch) | |
tree | 820969065a99c6e18cf21b5fea365ff0b5d772fe | |
parent | cd8a88ff4f8a4a91bd1cb973671b45d939dc2d8b (diff) |
[WIN32] build libsidplay2.dll within the XBMC main project. deleted old binary.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29425 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | project/VS2008Express/XBMC for Windows.sln | 10 | ||||
-rw-r--r-- | system/players/paplayer/libsidplay2.dll | bin | 385024 -> 0 bytes | |||
-rw-r--r-- | xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.sln | 26 | ||||
-rw-r--r-- | xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.vcproj | 754 |
4 files changed, 520 insertions, 270 deletions
diff --git a/project/VS2008Express/XBMC for Windows.sln b/project/VS2008Express/XBMC for Windows.sln index 2050d9c929..240980b44b 100644 --- a/project/VS2008Express/XBMC for Windows.sln +++ b/project/VS2008Express/XBMC for Windows.sln @@ -150,6 +150,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libadpcm_dll", "..\..\xbmc\ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libNoseFartXBMC_dll", "..\..\xbmc\cores\paplayer\NSFCodec\NoseFartXBMC.vcproj", "{17238C64-04D6-4B51-B205-4A5A84ADB9FA}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsidplay_dll", "..\..\xbmc\cores\paplayer\SIDCodec\libsidplay\win\VC\libsidplay.vcproj", "{FB3AB83A-C37A-4636-87FD-827F8506A8FC}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (DirectX)|Win32 = Debug (DirectX)|Win32
@@ -554,6 +556,14 @@ Global {17238C64-04D6-4B51-B205-4A5A84ADB9FA}.Release (DirectX)|Win32.Build.0 = Release|Win32
{17238C64-04D6-4B51-B205-4A5A84ADB9FA}.Release (OpenGL)|Win32.ActiveCfg = Release|Win32
{17238C64-04D6-4B51-B205-4A5A84ADB9FA}.Release (OpenGL)|Win32.Build.0 = Release|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug (DirectX)|Win32.ActiveCfg = Debug|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug (DirectX)|Win32.Build.0 = Debug|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug (OpenGL)|Win32.ActiveCfg = Debug|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug (OpenGL)|Win32.Build.0 = Debug|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release (DirectX)|Win32.ActiveCfg = Release|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release (DirectX)|Win32.Build.0 = Release|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release (OpenGL)|Win32.ActiveCfg = Release|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release (OpenGL)|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/system/players/paplayer/libsidplay2.dll b/system/players/paplayer/libsidplay2.dll Binary files differdeleted file mode 100644 index cae7dc0195..0000000000 --- a/system/players/paplayer/libsidplay2.dll +++ /dev/null diff --git a/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.sln b/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.sln index c96aa0cda4..6975e76878 100644 --- a/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.sln +++ b/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.sln @@ -1,21 +1,19 @@ -Microsoft Visual Studio Solution File, Format Version 8.00
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsidplay", "libsidplay.vcproj", "{FB3AB83A-C37A-4636-87FD-827F8506A8FC}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
EndProject
Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug.ActiveCfg = Debug|Win32
- {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug.Build.0 = Debug|Win32
- {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release.ActiveCfg = Release|Win32
- {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release.Build.0 = Release|Win32
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Debug|Win32.Build.0 = Debug|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release|Win32.ActiveCfg = Release|Win32
+ {FB3AB83A-C37A-4636-87FD-827F8506A8FC}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
diff --git a/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.vcproj b/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.vcproj index e87d5bd5e8..e85a984c58 100644 --- a/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.vcproj +++ b/xbmc/cores/paplayer/SIDCodec/libsidplay/win/VC/libsidplay.vcproj @@ -1,34 +1,60 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
- Name="libsidplay"
+ Version="9,00"
+ Name="libsidplay_dll"
ProjectGUID="{FB3AB83A-C37A-4636-87FD-827F8506A8FC}"
RootNamespace="libsidplay"
- SccProjectName=""
- SccLocalPath="">
+ TargetFrameworkVersion="131072"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/libsidplay.tlb"
+ HeaderFileName=""
+ />
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories=""../../../builders/resid-builder/include/sidplay/builders";../../../libsidplay/include;../../../libsidplay/include/sidplay;../../include;../../include/sidplay;../../../resid"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS"
- StringPooling="TRUE"
- ExceptionHandling="TRUE"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;_CRT_SECURE_NO_WARNINGS"
+ StringPooling="true"
+ ExceptionHandling="1"
RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
+ EnableFunctionLevelLinking="true"
EnableEnhancedInstructionSet="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/libsidplay.pch"
@@ -36,111 +62,150 @@ ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="3"
- SuppressStartupBanner="TRUE"
- CompileAs="0"/>
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ DisableSpecificWarnings="4231;4355;4910;4996"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="2057"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
- OutputFile="$(OUTDIR)/libsidplay2.dll"
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
+ OutputFile="..\..\..\..\..\..\..\system\players\paplayer\libsidplay2.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/libsidplay2.pdb"
SubSystem="0"
- ResourceOnlyDLL="FALSE"
+ ProfileGuidedDatabase=""
+ ResourceOnlyDLL="false"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\Release/libsidplay2.lib"
- TargetMachine="1"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/libsidplay.tlb"
- HeaderFileName=""/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2057"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/libsidplay.tlb"
+ HeaderFileName=""
+ />
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""../../../builders/resid-builder/include/sidplay/builders";../../../libsidplay/include;../../../libsidplay/include/sidplay;../../include;../../include/sidplay;../../../resid"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="3"
- UsePrecompiledHeader="2"
+ UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug/libsidplay.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
- SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ DisableSpecificWarnings="4231;4355;4910;4996"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="2057"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
- OutputFile="$(OUTDIR)/libsidplay2.dll"
+ OutputFile="..\..\..\..\..\..\..\system\players\paplayer\libsidplay2.dll"
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- GenerateDebugInformation="TRUE"
+ SuppressStartupBanner="true"
+ GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/libsidplay2.pdb"
SubSystem="2"
+ ProfileGuidedDatabase=""
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\Debug/libsidplay2.lib"
- TargetMachine="1"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/libsidplay.tlb"
- HeaderFileName=""/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2057"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -148,647 +213,824 @@ <Files>
<Filter
Name="Components"
- Filter="">
+ >
<Filter
Name="MOS6510"
- Filter="">
+ >
<File
- RelativePath="..\..\src\mos6510\conf6510.h">
+ RelativePath="..\..\src\mos6510\conf6510.h"
+ >
</File>
<File
- RelativePath="..\..\src\mos6510\mos6510.cpp">
+ RelativePath="..\..\src\mos6510\mos6510.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\mos6510\mos6510.h">
+ RelativePath="..\..\src\mos6510\mos6510.h"
+ >
</File>
<File
- RelativePath="..\..\src\mos6510\cycle_based\mos6510c.h">
+ RelativePath="..\..\src\mos6510\cycle_based\mos6510c.h"
+ >
</File>
<File
- RelativePath="..\..\src\mos6510\cycle_based\mos6510c.i">
+ RelativePath="..\..\src\mos6510\cycle_based\mos6510c.i"
+ >
</File>
<File
- RelativePath="..\..\src\mos6510\opcodes.h">
+ RelativePath="..\..\src\mos6510\opcodes.h"
+ >
</File>
<File
- RelativePath="..\..\src\mos6510\cycle_based\sid6510c.h">
+ RelativePath="..\..\src\mos6510\cycle_based\sid6510c.h"
+ >
</File>
<File
- RelativePath="..\..\src\mos6510\cycle_based\sid6510c.i">
+ RelativePath="..\..\src\mos6510\cycle_based\sid6510c.i"
+ >
</File>
</Filter>
<Filter
Name="MOS6526"
- Filter="">
+ >
<File
- RelativePath="..\..\src\mos6526\mos6526.cpp">
+ RelativePath="..\..\src\mos6526\mos6526.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\mos6526\mos6526.h">
+ RelativePath="..\..\src\mos6526\mos6526.h"
+ >
</File>
</Filter>
<Filter
Name="MOS656X"
- Filter="">
+ >
<File
- RelativePath="..\..\src\mos656x\mos656x.cpp">
+ RelativePath="..\..\src\mos656x\mos656x.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\mos656x\mos656x.h">
+ RelativePath="..\..\src\mos656x\mos656x.h"
+ >
</File>
</Filter>
<Filter
Name="SID6526"
- Filter="">
+ >
<File
- RelativePath="..\..\src\sid6526\sid6526.cpp">
+ RelativePath="..\..\src\sid6526\sid6526.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sid6526\sid6526.h">
+ RelativePath="..\..\src\sid6526\sid6526.h"
+ >
</File>
</Filter>
<Filter
Name="SidTune"
- Filter="">
+ >
<File
- RelativePath="..\..\include\sidplay\Buffer.h">
+ RelativePath="..\..\include\sidplay\Buffer.h"
+ >
</File>
<File
- RelativePath="..\..\src\sidtune\IconInfo.cpp">
+ RelativePath="..\..\src\sidtune\IconInfo.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\InfoFile.cpp">
+ RelativePath="..\..\src\sidtune\InfoFile.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\MUS.cpp">
+ RelativePath="..\..\src\sidtune\MUS.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\p00.cpp">
+ RelativePath="..\..\src\sidtune\p00.cpp"
+ >
</File>
<File
- RelativePath="..\..\src\sidtune\PP20.cpp">
+ RelativePath="..\..\src\sidtune\PP20.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\PP20.h">
+ RelativePath="..\..\src\sidtune\PP20.h"
+ >
</File>
<File
- RelativePath="..\..\src\sidtune\PP20_Defs.h">
+ RelativePath="..\..\src\sidtune\PP20_Defs.h"
+ >
</File>
<File
- RelativePath="..\..\src\sidtune\PRG.CPP">
+ RelativePath="..\..\src\sidtune\PRG.CPP"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\PSID.cpp">
+ RelativePath="..\..\src\sidtune\PSID.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\SidTune.cpp">
+ RelativePath="..\..\src\sidtune\SidTune.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\include\sidplay\SidTune.h">
+ RelativePath="..\..\include\sidplay\SidTune.h"
+ >
</File>
<File
- RelativePath="..\..\src\sidtune\SidTuneCfg.h">
+ RelativePath="..\..\src\sidtune\SidTuneCfg.h"
+ >
</File>
<File
- RelativePath="..\..\src\sidtune\SidTuneTools.cpp">
+ RelativePath="..\..\src\sidtune\SidTuneTools.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\sidtune\SidTuneTools.h">
+ RelativePath="..\..\src\sidtune\SidTuneTools.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\SmartPtr.h">
+ RelativePath="..\..\include\sidplay\SmartPtr.h"
+ >
</File>
</Filter>
<Filter
Name="xSID"
- Filter="">
+ >
<File
- RelativePath="..\..\src\xsid\xsid.cpp">
+ RelativePath="..\..\src\xsid\xsid.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\xsid\xsid.h">
+ RelativePath="..\..\src\xsid\xsid.h"
+ >
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
- Filter="h">
+ Filter="h"
+ >
<File
- RelativePath="..\..\src\c64\c64cia.h">
+ RelativePath="..\..\src\c64\c64cia.h"
+ >
</File>
<File
- RelativePath="..\..\src\c64\c64vic.h">
+ RelativePath="..\..\src\c64\c64vic.h"
+ >
</File>
<File
- RelativePath="..\..\src\c64\c64xsid.h">
+ RelativePath="..\..\src\c64\c64xsid.h"
+ >
</File>
<File
- RelativePath="config.h">
+ RelativePath="config.h"
+ >
</File>
<File
- RelativePath="..\..\include\config.h">
+ RelativePath="..\..\include\config.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\envelope.h">
+ RelativePath="..\..\..\resid\envelope.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\extfilt.h">
+ RelativePath="..\..\..\resid\extfilt.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\filter.h">
+ RelativePath="..\..\..\resid\filter.h"
+ >
</File>
<File
- RelativePath="..\..\src\nullsid.h">
+ RelativePath="..\..\src\nullsid.h"
+ >
</File>
<File
- RelativePath="..\..\src\player.h">
+ RelativePath="..\..\src\player.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\pot.h">
+ RelativePath="..\..\..\resid\pot.h"
+ >
</File>
<File
- RelativePath="..\..\..\builders\resid-builder\src\resid-emu.h">
+ RelativePath="..\..\..\builders\resid-builder\src\resid-emu.h"
+ >
</File>
<File
- RelativePath="..\..\..\builders\resid-builder\include\sidplay\builders\resid.h">
+ RelativePath="..\..\..\builders\resid-builder\include\sidplay\builders\resid.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\sid.h">
+ RelativePath="..\..\..\resid\sid.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidconfig.h">
+ RelativePath="..\..\include\sidplay\sidconfig.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\siddefs.h">
+ RelativePath="..\..\..\resid\siddefs.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\spline.h">
+ RelativePath="..\..\..\resid\spline.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\voice.h">
+ RelativePath="..\..\..\resid\voice.h"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave.h">
+ RelativePath="..\..\..\resid\wave.h"
+ >
</File>
</Filter>
<Filter
Name="Header Files (Public)"
- Filter="">
+ >
<File
- RelativePath="..\..\include\sidplay\c64env.h">
+ RelativePath="..\..\include\sidplay\c64env.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\component.h">
+ RelativePath="..\..\include\sidplay\component.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\event.h">
+ RelativePath="..\..\include\sidplay\event.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sid2gui.h">
+ RelativePath="..\..\include\sidplay\sid2gui.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sid2types.h">
+ RelativePath="..\..\include\sidplay\sid2types.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidbuilder.h">
+ RelativePath="..\..\include\sidplay\sidbuilder.h"
+ >
</File>
<File
- RelativePath="sidconfig.h">
+ RelativePath="sidconfig.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidendian.h">
+ RelativePath="..\..\include\sidplay\sidendian.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidenv.h">
+ RelativePath="..\..\include\sidenv.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidplay.h">
+ RelativePath="..\..\include\sidplay\sidplay.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidplay2.h">
+ RelativePath="..\..\include\sidplay\sidplay2.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidtypes.h">
+ RelativePath="..\..\include\sidplay\sidtypes.h"
+ >
</File>
<File
- RelativePath="..\..\include\sidplay\sidusage.h">
+ RelativePath="..\..\include\sidplay\sidusage.h"
+ >
</File>
</Filter>
<Filter
Name="Source Files"
- Filter="cpp;cc;cxx;c;i">
+ Filter="cpp;cc;cxx;c;i"
+ >
<File
- RelativePath="..\..\src\char.bin">
+ RelativePath="..\..\src\char.bin"
+ >
</File>
<File
- RelativePath="..\..\src\config.cpp">
+ RelativePath="..\..\src\config.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\resid\envelope.cc">
+ RelativePath="..\..\..\resid\envelope.cc"
+ >
</File>
<File
- RelativePath="..\..\src\event.cpp">
+ RelativePath="..\..\src\event.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\resid\extfilt.cc">
+ RelativePath="..\..\..\resid\extfilt.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\filter.cc">
+ RelativePath="..\..\..\resid\filter.cc"
+ >
</File>
<File
- RelativePath="..\..\src\kernal.bin">
+ RelativePath="..\..\src\kernal.bin"
+ >
</File>
<File
- RelativePath="..\..\src\mixer.cpp">
+ RelativePath="..\..\src\mixer.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\player.cpp">
+ RelativePath="..\..\src\player.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\resid\pot.cc">
+ RelativePath="..\..\..\resid\pot.cc"
+ >
</File>
<File
- RelativePath="..\..\src\poweron.bin">
+ RelativePath="..\..\src\poweron.bin"
+ >
</File>
<File
- RelativePath="..\..\src\psiddrv.a65">
+ RelativePath="..\..\src\psiddrv.a65"
+ >
</File>
<File
- RelativePath="..\..\src\psiddrv.bin">
+ RelativePath="..\..\src\psiddrv.bin"
+ >
</File>
<File
- RelativePath="..\..\src\psiddrv.cpp">
+ RelativePath="..\..\src\psiddrv.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\src\reloc65.c">
+ RelativePath="..\..\src\reloc65.c"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\builders\resid-builder\src\resid-builder.cpp">
+ RelativePath="..\..\..\builders\resid-builder\src\resid-builder.cpp"
+ >
</File>
<File
- RelativePath="..\..\..\builders\resid-builder\src\resid.cpp">
+ RelativePath="..\..\..\builders\resid-builder\src\resid.cpp"
+ >
</File>
<File
- RelativePath="..\..\..\resid\sid.cc">
+ RelativePath="..\..\..\resid\sid.cc"
+ >
</File>
<File
- RelativePath="..\..\src\sidplay2.cpp">
+ RelativePath="..\..\src\sidplay2.cpp"
+ >
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"/>
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;DLL_EXPORT;HAVE_MSWINDOWS;$(NoInherit)"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\resid\version.cc">
+ RelativePath="..\..\..\resid\version.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\voice.cc">
+ RelativePath="..\..\..\resid\voice.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave.cc">
+ RelativePath="..\..\..\resid\wave.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave6581__ST.cc">
+ RelativePath="..\..\..\resid\wave6581__ST.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave6581_P_T.cc">
+ RelativePath="..\..\..\resid\wave6581_P_T.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave6581_PS_.cc">
+ RelativePath="..\..\..\resid\wave6581_PS_.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave6581_PST.cc">
+ RelativePath="..\..\..\resid\wave6581_PST.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave8580__ST.cc">
+ RelativePath="..\..\..\resid\wave8580__ST.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave8580_P_T.cc">
+ RelativePath="..\..\..\resid\wave8580_P_T.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave8580_PS_.cc">
+ RelativePath="..\..\..\resid\wave8580_PS_.cc"
+ >
</File>
<File
- RelativePath="..\..\..\resid\wave8580_PST.cc">
+ RelativePath="..\..\..\resid\wave8580_PST.cc"
+ >
</File>
<File
- RelativePath=".\XBMCSID.cpp">
+ RelativePath=".\XBMCSID.cpp"
+ >
</File>
</Filter>
</Files>
|