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

pm_managed.vcproj (5558B)


      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="pm_managed"
      6 	ProjectGUID="{65AABD9A-F5E3-4A30-8BC3-9C732B5447CF}"
      7 	RootNamespace="pm_managed"
      8 	Keyword="ManagedCProj"
      9 	>
     10 	<Platforms>
     11 		<Platform
     12 			Name="Win32"
     13 		/>
     14 	</Platforms>
     15 	<ToolFiles>
     16 	</ToolFiles>
     17 	<Configurations>
     18 		<Configuration
     19 			Name="Debug|Win32"
     20 			OutputDirectory="$(SolutionDir)pm_managed\$(ConfigurationName)"
     21 			IntermediateDirectory="$(ConfigurationName)"
     22 			ConfigurationType="2"
     23 			CharacterSet="1"
     24 			ManagedExtensions="1"
     25 			>
     26 			<Tool
     27 				Name="VCPreBuildEventTool"
     28 			/>
     29 			<Tool
     30 				Name="VCCustomBuildTool"
     31 			/>
     32 			<Tool
     33 				Name="VCXMLDataGeneratorTool"
     34 			/>
     35 			<Tool
     36 				Name="VCWebServiceProxyGeneratorTool"
     37 			/>
     38 			<Tool
     39 				Name="VCMIDLTool"
     40 			/>
     41 			<Tool
     42 				Name="VCCLCompilerTool"
     43 				Optimization="0"
     44 				AdditionalIncludeDirectories="../pm_common"
     45 				PreprocessorDefinitions="WIN32;_DEBUG"
     46 				RuntimeLibrary="3"
     47 				UsePrecompiledHeader="2"
     48 				WarningLevel="3"
     49 				DebugInformationFormat="3"
     50 			/>
     51 			<Tool
     52 				Name="VCManagedResourceCompilerTool"
     53 			/>
     54 			<Tool
     55 				Name="VCResourceCompilerTool"
     56 			/>
     57 			<Tool
     58 				Name="VCPreLinkEventTool"
     59 			/>
     60 			<Tool
     61 				Name="VCLinkerTool"
     62 				AdditionalDependencies="$(NoInherit) winmm.lib ..\pm_win\Debug\portmidi.lib ..\porttime\Debug\porttime.lib ..\pm_win\Debug\pm_dll.lib"
     63 				LinkIncremental="2"
     64 				GenerateDebugInformation="true"
     65 				AssemblyDebug="1"
     66 				TargetMachine="1"
     67 			/>
     68 			<Tool
     69 				Name="VCALinkTool"
     70 			/>
     71 			<Tool
     72 				Name="VCManifestTool"
     73 			/>
     74 			<Tool
     75 				Name="VCXDCMakeTool"
     76 			/>
     77 			<Tool
     78 				Name="VCBscMakeTool"
     79 			/>
     80 			<Tool
     81 				Name="VCFxCopTool"
     82 			/>
     83 			<Tool
     84 				Name="VCAppVerifierTool"
     85 			/>
     86 			<Tool
     87 				Name="VCWebDeploymentTool"
     88 			/>
     89 			<Tool
     90 				Name="VCPostBuildEventTool"
     91 			/>
     92 		</Configuration>
     93 		<Configuration
     94 			Name="Release|Win32"
     95 			OutputDirectory="$(SolutionDir)pm_managed\$(ConfigurationName)"
     96 			IntermediateDirectory="$(ConfigurationName)"
     97 			ConfigurationType="2"
     98 			CharacterSet="1"
     99 			ManagedExtensions="1"
    100 			WholeProgramOptimization="1"
    101 			>
    102 			<Tool
    103 				Name="VCPreBuildEventTool"
    104 			/>
    105 			<Tool
    106 				Name="VCCustomBuildTool"
    107 			/>
    108 			<Tool
    109 				Name="VCXMLDataGeneratorTool"
    110 			/>
    111 			<Tool
    112 				Name="VCWebServiceProxyGeneratorTool"
    113 			/>
    114 			<Tool
    115 				Name="VCMIDLTool"
    116 			/>
    117 			<Tool
    118 				Name="VCCLCompilerTool"
    119 				FavorSizeOrSpeed="1"
    120 				AdditionalIncludeDirectories="../pm_common"
    121 				PreprocessorDefinitions="WIN32;NDEBUG"
    122 				RuntimeLibrary="2"
    123 				UsePrecompiledHeader="2"
    124 				WarningLevel="3"
    125 				DebugInformationFormat="0"
    126 			/>
    127 			<Tool
    128 				Name="VCManagedResourceCompilerTool"
    129 			/>
    130 			<Tool
    131 				Name="VCResourceCompilerTool"
    132 			/>
    133 			<Tool
    134 				Name="VCPreLinkEventTool"
    135 			/>
    136 			<Tool
    137 				Name="VCLinkerTool"
    138 				AdditionalDependencies="$(NoInherit) winmm.lib ..\pm_win\Release\portmidi.lib ..\porttime\Release\porttime.lib ..\pm_win\Release\pm_dll.lib"
    139 				LinkIncremental="1"
    140 				ManifestFile="$(OutDir)\pm_managed.dll.manifest"
    141 				GenerateDebugInformation="false"
    142 				TargetMachine="1"
    143 			/>
    144 			<Tool
    145 				Name="VCALinkTool"
    146 			/>
    147 			<Tool
    148 				Name="VCManifestTool"
    149 				OutputManifestFile="$(OutDir)\pm_managed.dll.manifest"
    150 			/>
    151 			<Tool
    152 				Name="VCXDCMakeTool"
    153 			/>
    154 			<Tool
    155 				Name="VCBscMakeTool"
    156 			/>
    157 			<Tool
    158 				Name="VCFxCopTool"
    159 			/>
    160 			<Tool
    161 				Name="VCAppVerifierTool"
    162 			/>
    163 			<Tool
    164 				Name="VCWebDeploymentTool"
    165 			/>
    166 			<Tool
    167 				Name="VCPostBuildEventTool"
    168 				CommandLine="rem mt.exe –manifest Release\pm_managed.dll.manifest -outputresource:Release\pm_managed.dll;2"
    169 			/>
    170 		</Configuration>
    171 	</Configurations>
    172 	<References>
    173 		<AssemblyReference
    174 			RelativePath="System.dll"
    175 			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
    176 		/>
    177 		<AssemblyReference
    178 			RelativePath="System.Data.dll"
    179 			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
    180 		/>
    181 		<AssemblyReference
    182 			RelativePath="System.XML.dll"
    183 			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
    184 		/>
    185 	</References>
    186 	<Files>
    187 		<Filter
    188 			Name="Source Files"
    189 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    190 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    191 			>
    192 			<File
    193 				RelativePath=".\AssemblyInfo.cpp"
    194 				>
    195 			</File>
    196 			<File
    197 				RelativePath=".\pm_managed.cpp"
    198 				>
    199 			</File>
    200 			<File
    201 				RelativePath=".\Stdafx.cpp"
    202 				>
    203 				<FileConfiguration
    204 					Name="Debug|Win32"
    205 					>
    206 					<Tool
    207 						Name="VCCLCompilerTool"
    208 						UsePrecompiledHeader="1"
    209 					/>
    210 				</FileConfiguration>
    211 				<FileConfiguration
    212 					Name="Release|Win32"
    213 					>
    214 					<Tool
    215 						Name="VCCLCompilerTool"
    216 						UsePrecompiledHeader="1"
    217 					/>
    218 				</FileConfiguration>
    219 			</File>
    220 		</Filter>
    221 		<Filter
    222 			Name="Header Files"
    223 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    224 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    225 			>
    226 			<File
    227 				RelativePath=".\pm_managed.h"
    228 				>
    229 			</File>
    230 			<File
    231 				RelativePath=".\resource.h"
    232 				>
    233 			</File>
    234 			<File
    235 				RelativePath=".\Stdafx.h"
    236 				>
    237 			</File>
    238 		</Filter>
    239 		<Filter
    240 			Name="Resource Files"
    241 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    242 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    243 			>
    244 			<File
    245 				RelativePath=".\app.ico"
    246 				>
    247 			</File>
    248 			<File
    249 				RelativePath=".\app.rc"
    250 				>
    251 			</File>
    252 		</Filter>
    253 		<File
    254 			RelativePath=".\ReadMe.txt"
    255 			>
    256 		</File>
    257 	</Files>
    258 	<Globals>
    259 	</Globals>
    260 </VisualStudioProject>