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

porttime-VC8.vcproj (4563B)


      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="porttime"
      6 	ProjectGUID="{338224B8-D575-408D-BACF-95C557B429BE}"
      7 	>
      8 	<Platforms>
      9 		<Platform
     10 			Name="Win32"
     11 		/>
     12 	</Platforms>
     13 	<ToolFiles>
     14 	</ToolFiles>
     15 	<Configurations>
     16 		<Configuration
     17 			Name="Release|Win32"
     18 			OutputDirectory=".\Release"
     19 			IntermediateDirectory=".\Release"
     20 			ConfigurationType="4"
     21 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
     22 			UseOfMFC="0"
     23 			ATLMinimizesCRunTimeLibraryUsage="false"
     24 			CharacterSet="2"
     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="2"
     44 				InlineFunctionExpansion="1"
     45 				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
     46 				StringPooling="true"
     47 				RuntimeLibrary="0"
     48 				EnableFunctionLevelLinking="true"
     49 				PrecompiledHeaderFile=".\Release/porttime.pch"
     50 				AssemblerListingLocation=".\Release/"
     51 				ObjectFile=".\Release/"
     52 				ProgramDataBaseFileName=".\Release/"
     53 				WarningLevel="3"
     54 				SuppressStartupBanner="true"
     55 			/>
     56 			<Tool
     57 				Name="VCManagedResourceCompilerTool"
     58 			/>
     59 			<Tool
     60 				Name="VCResourceCompilerTool"
     61 				PreprocessorDefinitions="NDEBUG"
     62 				Culture="1033"
     63 			/>
     64 			<Tool
     65 				Name="VCPreLinkEventTool"
     66 			/>
     67 			<Tool
     68 				Name="VCLibrarianTool"
     69 				OutputFile=".\Release\porttime.lib"
     70 				SuppressStartupBanner="true"
     71 			/>
     72 			<Tool
     73 				Name="VCALinkTool"
     74 			/>
     75 			<Tool
     76 				Name="VCXDCMakeTool"
     77 			/>
     78 			<Tool
     79 				Name="VCBscMakeTool"
     80 				SuppressStartupBanner="true"
     81 				OutputFile=".\Release/porttime.bsc"
     82 			/>
     83 			<Tool
     84 				Name="VCFxCopTool"
     85 			/>
     86 			<Tool
     87 				Name="VCPostBuildEventTool"
     88 			/>
     89 		</Configuration>
     90 		<Configuration
     91 			Name="Debug|Win32"
     92 			OutputDirectory=".\Debug"
     93 			IntermediateDirectory=".\Debug"
     94 			ConfigurationType="4"
     95 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
     96 			UseOfMFC="0"
     97 			ATLMinimizesCRunTimeLibraryUsage="false"
     98 			CharacterSet="2"
     99 			>
    100 			<Tool
    101 				Name="VCPreBuildEventTool"
    102 			/>
    103 			<Tool
    104 				Name="VCCustomBuildTool"
    105 			/>
    106 			<Tool
    107 				Name="VCXMLDataGeneratorTool"
    108 			/>
    109 			<Tool
    110 				Name="VCWebServiceProxyGeneratorTool"
    111 			/>
    112 			<Tool
    113 				Name="VCMIDLTool"
    114 			/>
    115 			<Tool
    116 				Name="VCCLCompilerTool"
    117 				Optimization="0"
    118 				PreprocessorDefinitions="_LIB;WIN32;_DEBUG"
    119 				MinimalRebuild="true"
    120 				BasicRuntimeChecks="3"
    121 				RuntimeLibrary="1"
    122 				PrecompiledHeaderFile=".\Debug/porttime.pch"
    123 				AssemblerListingLocation=".\Debug/"
    124 				ObjectFile=".\Debug/"
    125 				ProgramDataBaseFileName=".\Debug/"
    126 				WarningLevel="3"
    127 				SuppressStartupBanner="true"
    128 				DebugInformationFormat="3"
    129 			/>
    130 			<Tool
    131 				Name="VCManagedResourceCompilerTool"
    132 			/>
    133 			<Tool
    134 				Name="VCResourceCompilerTool"
    135 				PreprocessorDefinitions="_DEBUG"
    136 				Culture="1033"
    137 			/>
    138 			<Tool
    139 				Name="VCPreLinkEventTool"
    140 			/>
    141 			<Tool
    142 				Name="VCLibrarianTool"
    143 				OutputFile=".\Debug\porttime.lib"
    144 				SuppressStartupBanner="true"
    145 			/>
    146 			<Tool
    147 				Name="VCALinkTool"
    148 			/>
    149 			<Tool
    150 				Name="VCXDCMakeTool"
    151 			/>
    152 			<Tool
    153 				Name="VCBscMakeTool"
    154 				SuppressStartupBanner="true"
    155 				OutputFile=".\Debug/porttime.bsc"
    156 			/>
    157 			<Tool
    158 				Name="VCFxCopTool"
    159 			/>
    160 			<Tool
    161 				Name="VCPostBuildEventTool"
    162 			/>
    163 		</Configuration>
    164 	</Configurations>
    165 	<References>
    166 	</References>
    167 	<Files>
    168 		<Filter
    169 			Name="Source Files"
    170 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
    171 			>
    172 			<File
    173 				RelativePath="porttime.c"
    174 				>
    175 				<FileConfiguration
    176 					Name="Release|Win32"
    177 					>
    178 					<Tool
    179 						Name="VCCLCompilerTool"
    180 						PreprocessorDefinitions=""
    181 					/>
    182 				</FileConfiguration>
    183 				<FileConfiguration
    184 					Name="Debug|Win32"
    185 					>
    186 					<Tool
    187 						Name="VCCLCompilerTool"
    188 						PreprocessorDefinitions=""
    189 					/>
    190 				</FileConfiguration>
    191 			</File>
    192 			<File
    193 				RelativePath="ptwinmm.c"
    194 				>
    195 				<FileConfiguration
    196 					Name="Release|Win32"
    197 					>
    198 					<Tool
    199 						Name="VCCLCompilerTool"
    200 						PreprocessorDefinitions=""
    201 					/>
    202 				</FileConfiguration>
    203 				<FileConfiguration
    204 					Name="Debug|Win32"
    205 					>
    206 					<Tool
    207 						Name="VCCLCompilerTool"
    208 						PreprocessorDefinitions=""
    209 					/>
    210 				</FileConfiguration>
    211 			</File>
    212 		</Filter>
    213 		<Filter
    214 			Name="Header Files"
    215 			Filter="h;hpp;hxx;hm;inl"
    216 			>
    217 			<File
    218 				RelativePath="porttime.h"
    219 				>
    220 			</File>
    221 		</Filter>
    222 	</Files>
    223 	<Globals>
    224 	</Globals>
    225 </VisualStudioProject>