gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

test.vcproj (4771B)


      1 <?xml version="1.0" encoding = "Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="test"
      6 	ProjectGUID="{0BEACB8B-4058-41A4-A9DE-1B1FB650B21A}"
      7 	Keyword="Win32Proj">
      8 	<Platforms>
      9 		<Platform
     10 			Name="Win32"/>
     11 	</Platforms>
     12 	<Configurations>
     13 		<Configuration
     14 			Name="Debug|Win32"
     15 			OutputDirectory="Debug"
     16 			IntermediateDirectory="test.dir\Debug"
     17 			ConfigurationType="1"
     18 			UseOfMFC="0"
     19 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
     20 			CharacterSet="2">
     21 			<Tool
     22 				Name="VCCLCompilerTool"
     23 				AdditionalOptions=" /Zm1000"
     24 				AdditionalIncludeDirectories="..\pm_common;..\porttime;"
     25 				BasicRuntimeChecks="3"
     26 				CompileAs="1"
     27 				DebugInformationFormat="3"
     28 				ExceptionHandling="0"
     29 				InlineFunctionExpansion="0"
     30 				Optimization="0"
     31 				RuntimeLibrary="1"
     32 				WarningLevel="3"
     33 				PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,PM_CHECK_ERRORS=1,DEBUG,CMAKE_INTDIR=\&quot;Debug\&quot;"
     34 				AssemblerListingLocation="Debug"
     35 				ObjectFile="$(IntDir)\"
     36 				ProgramDataBaseFileName="../pm_test/Debug/test.pdb"
     37 />
     38 			<Tool
     39 				Name="VCCustomBuildTool"/>
     40 			<Tool
     41 				Name="VCResourceCompilerTool"
     42 				AdditionalIncludeDirectories="..\pm_common;..\porttime;"
     43 				PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,PM_CHECK_ERRORS=1,DEBUG,CMAKE_INTDIR=\&quot;Debug\&quot;"/>
     44 			<Tool
     45 				Name="VCMIDLTool"
     46 				PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,PM_CHECK_ERRORS=1,DEBUG,CMAKE_INTDIR=\&quot;Debug\&quot;"
     47 				MkTypLibCompatible="FALSE"
     48 				TargetEnvironment="1"
     49 				GenerateStublessProxies="TRUE"
     50 				TypeLibraryName="$(InputName).tlb"
     51 				OutputDirectory="$(IntDir)"
     52 				HeaderFileName="$(InputName).h"
     53 				DLLDataFileName=""
     54 				InterfaceIdentifierFileName="$(InputName)_i.c"
     55 				ProxyFileName="$(InputName)_p.c"/>
     56 			<Tool
     57 				Name="VCPreBuildEventTool"/>
     58 			<Tool
     59 				Name="VCPreLinkEventTool"/>
     60 			<Tool
     61 				Name="VCPostBuildEventTool"/>
     62 			<Tool
     63 				Name="VCLinkerTool"
     64 				AdditionalOptions=" /STACK:10000000 /machine:I386 /debug"
     65 				AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  ..\Debug\portmidi_s.lib winmm.lib "
     66 				OutputFile="..\pm_test\Debug\test.exe"
     67 				Version="0.0"
     68 				GenerateManifest="TRUE"
     69 				LinkIncremental="2"
     70 				AdditionalLibraryDirectories=""
     71 				ProgramDataBaseFile="../pm_test/Debug/test.pdb"
     72 				GenerateDebugInformation="TRUE"
     73 				SubSystem="1"
     74 				ImportLibrary="..\pm_test\Debug\test.lib"/>
     75 		</Configuration>
     76 		<Configuration
     77 			Name="Release|Win32"
     78 			OutputDirectory="Release"
     79 			IntermediateDirectory="test.dir\Release"
     80 			ConfigurationType="1"
     81 			UseOfMFC="0"
     82 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
     83 			CharacterSet="2">
     84 			<Tool
     85 				Name="VCCLCompilerTool"
     86 				AdditionalOptions=" /Zm1000"
     87 				AdditionalIncludeDirectories="..\pm_common;..\porttime;"
     88 				CompileAs="1"
     89 				ExceptionHandling="0"
     90 				InlineFunctionExpansion="2"
     91 				Optimization="2"
     92 				RuntimeLibrary="0"
     93 				WarningLevel="3"
     94 				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,CMAKE_INTDIR=\&quot;Release\&quot;"
     95 				AssemblerListingLocation="Release"
     96 				ObjectFile="$(IntDir)\"
     97 				ProgramDataBaseFileName="../pm_test/Release/test.pdb"
     98 />
     99 			<Tool
    100 				Name="VCCustomBuildTool"/>
    101 			<Tool
    102 				Name="VCResourceCompilerTool"
    103 				AdditionalIncludeDirectories="..\pm_common;..\porttime;"
    104 				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,CMAKE_INTDIR=\&quot;Release\&quot;"/>
    105 			<Tool
    106 				Name="VCMIDLTool"
    107 				PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,CMAKE_INTDIR=\&quot;Release\&quot;"
    108 				MkTypLibCompatible="FALSE"
    109 				TargetEnvironment="1"
    110 				GenerateStublessProxies="TRUE"
    111 				TypeLibraryName="$(InputName).tlb"
    112 				OutputDirectory="$(IntDir)"
    113 				HeaderFileName="$(InputName).h"
    114 				DLLDataFileName=""
    115 				InterfaceIdentifierFileName="$(InputName)_i.c"
    116 				ProxyFileName="$(InputName)_p.c"/>
    117 			<Tool
    118 				Name="VCPreBuildEventTool"/>
    119 			<Tool
    120 				Name="VCPreLinkEventTool"/>
    121 			<Tool
    122 				Name="VCPostBuildEventTool"/>
    123 			<Tool
    124 				Name="VCLinkerTool"
    125 				AdditionalOptions=" /STACK:10000000 /machine:I386"
    126 				AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  ..\Release\portmidi_s.lib winmm.lib "
    127 				OutputFile="..\pm_test\Release\test.exe"
    128 				Version="0.0"
    129 				GenerateManifest="TRUE"
    130 				LinkIncremental="1"
    131 				AdditionalLibraryDirectories=""
    132 				ProgramDataBaseFile="../pm_test/Release/test.pdb"
    133 				SubSystem="1"
    134 				ImportLibrary="..\pm_test\Release\test.lib"/>
    135 		</Configuration>
    136 	</Configurations>
    137 	<Files>
    138 		<Filter
    139 			Name="Source Files"
    140 			Filter="">
    141 			<File
    142 				RelativePath="..\pm_test\test.c">
    143 			</File>
    144 		</Filter>
    145 	</Files>
    146 	<Globals>
    147 	</Globals>
    148 </VisualStudioProject>