| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64"> |
| <Configuration>Debug</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|Win32"> |
| <Configuration>Release</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|x64"> |
| <Configuration>Release</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| </ItemGroup> |
| <PropertyGroup Label="Globals"> |
| <ProjectName>tedplay</ProjectName> |
| <ProjectGuid>{F33D0835-E522-4027-92D0-2389C1DC6CF3}</ProjectGuid> |
| <RootNamespace>YapeSDL</RootNamespace> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <PlatformToolset>v140</PlatformToolset> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <PlatformToolset>v140</PlatformToolset> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <PlatformToolset>v140</PlatformToolset> |
| </PropertyGroup> |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| <ConfigurationType>Application</ConfigurationType> |
| <PlatformToolset>v140</PlatformToolset> |
| </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)'=='Release|x64'" 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> |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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>10.0.40219.1</_ProjectFileVersion> |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\</OutDir> |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir> |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
| <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir> |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
| <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir> |
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
| <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
| <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
| </PropertyGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| <ClCompile> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| <WarningLevel>Level3</WarningLevel> |
| <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| <DisableSpecificWarnings>4312;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| </ClCompile> |
| <Link> |
| <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <SubSystem>Console</SubSystem> |
| <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| <DataExecutionPrevention> |
| </DataExecutionPrevention> |
| <IgnoreSpecificDefaultLibraries> |
| </IgnoreSpecificDefaultLibraries> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| <ClCompile> |
| <Optimization>Disabled</Optimization> |
| <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| <WarningLevel>Level3</WarningLevel> |
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| <DisableSpecificWarnings>4312;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
| </ClCompile> |
| <Link> |
| <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <SubSystem>Console</SubSystem> |
| <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| <DataExecutionPrevention> |
| </DataExecutionPrevention> |
| <IgnoreSpecificDefaultLibraries> |
| </IgnoreSpecificDefaultLibraries> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| <ClCompile> |
| <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <AdditionalDependencies>SDL2.lib;SDL2main.lib</AdditionalDependencies> |
| <SubSystem>Console</SubSystem> |
| <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| <DataExecutionPrevention> |
| </DataExecutionPrevention> |
| <IgnoreSpecificDefaultLibraries> |
| </IgnoreSpecificDefaultLibraries> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| <ClCompile> |
| <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| </ClCompile> |
| <Link> |
| <AdditionalDependencies>SDL2.lib;SDL2main.lib</AdditionalDependencies> |
| <SubSystem>Console</SubSystem> |
| <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| <DataExecutionPrevention> |
| </DataExecutionPrevention> |
| <IgnoreSpecificDefaultLibraries> |
| </IgnoreSpecificDefaultLibraries> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemGroup> |
| <ClInclude Include="Audio.h" /> |
| <ClInclude Include="AudioSDL.h" /> |
| <ClInclude Include="cpu.h" /> |
| <ClInclude Include="psid.h" /> |
| <ClInclude Include="Sid.h" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ClCompile Include="Audio.cpp" /> |
| <ClCompile Include="AudioSDL.cpp" /> |
| <ClCompile Include="CbmTune.cpp" /> |
| <ClCompile Include="cpu.cpp" /> |
| <ClCompile Include="Filter.cpp" /> |
| <ClCompile Include="main.cpp" /> |
| <ClCompile Include="Sid.cpp" /> |
| <ClCompile Include="tedmem.cpp" /> |
| <ClCompile Include="tedplay.cpp" /> |
| <ClCompile Include="tedsound.cpp" /> |
| </ItemGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| <ImportGroup Label="ExtensionTargets"> |
| </ImportGroup> |
| </Project> |