| <?xml version="1.0" encoding="windows-1250"?> |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| Version="9.00" |
| Name="tedplay" |
| ProjectGUID="{F33D0835-E522-4027-92D0-2389C1DC6CF3}" |
| RootNamespace="YapeSDL" |
| TargetFrameworkVersion="131072" |
| > |
| <Platforms> |
| <Platform |
| Name="Win32" |
| /> |
| </Platforms> |
| <ToolFiles> |
| </ToolFiles> |
| <Configurations> |
| <Configuration |
| Name="Debug|Win32" |
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| IntermediateDirectory="$(ConfigurationName)" |
| ConfigurationType="1" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="0" |
| PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" |
| RuntimeLibrary="3" |
| WarningLevel="3" |
| Detect64BitPortabilityProblems="true" |
| DebugInformationFormat="4" |
| DisableSpecificWarnings="4312" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| AdditionalDependencies="SDL2.lib SDL2main.lib" |
| GenerateDebugInformation="true" |
| SubSystem="1" |
| RandomizedBaseAddress="1" |
| DataExecutionPrevention="0" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| <Configuration |
| Name="Release|Win32" |
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| IntermediateDirectory="$(ConfigurationName)" |
| ConfigurationType="1" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" |
| RuntimeLibrary="0" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| AdditionalDependencies="SDL2.lib SDL2main.lib" |
| SubSystem="1" |
| RandomizedBaseAddress="1" |
| DataExecutionPrevention="0" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| </Configurations> |
| <References> |
| </References> |
| <Files> |
| <Filter |
| Name="Headers" |
| > |
| <File |
| RelativePath=".\Audio.h" |
| > |
| </File> |
| <File |
| RelativePath=".\AudioSDL.h" |
| > |
| </File> |
| <File |
| RelativePath=".\cpu.h" |
| > |
| </File> |
| <File |
| RelativePath=".\psid.h" |
| > |
| </File> |
| <File |
| RelativePath=".\Sid.h" |
| > |
| </File> |
| </Filter> |
| <File |
| RelativePath=".\Audio.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\AudioSDL.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\CbmTune.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\cpu.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\Filter.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\main.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\Sid.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\tedmem.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\tedplay.cpp" |
| > |
| </File> |
| <File |
| RelativePath=".\tedsound.cpp" |
| > |
| </File> |
| </Files> |
| <Globals> |
| </Globals> |
| </VisualStudioProject> |