OSDN Git Service

[BUILD][Win32][FM7] Update vcxprojs to build SNAPSHOT 20151029-1.
[csp-qt/common_source_project-fm7.git] / source / fm77.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{92DA9EA3-0183-40E3-9437-D178D3BDC3C5}</ProjectGuid>
15     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
16   </PropertyGroup>
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
19     <ConfigurationType>Application</ConfigurationType>
20     <PlatformToolset>v140_xp</PlatformToolset>
21     <UseOfMfc>false</UseOfMfc>
22     <CharacterSet>MultiByte</CharacterSet>
23     <WholeProgramOptimization>true</WholeProgramOptimization>
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>Application</ConfigurationType>
27     <PlatformToolset>v140_xp</PlatformToolset>
28     <UseOfMfc>false</UseOfMfc>
29     <CharacterSet>Unicode</CharacterSet>
30     <WholeProgramOptimization>true</WholeProgramOptimization>
31   </PropertyGroup>
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33   <ImportGroup Label="ExtensionSettings">
34   </ImportGroup>
35   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
36     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
38   </ImportGroup>
39   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
40     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
42   </ImportGroup>
43   <PropertyGroup Label="UserMacros" />
44   <PropertyGroup>
45     <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48     <OutDir>.\Debug\</OutDir>
49     <IntDir>.\Debug\</IntDir>
50     <LinkIncremental>true</LinkIncremental>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
53     <OutDir>.\Release\</OutDir>
54     <IntDir>.\csp-release\fm77\</IntDir>
55     <LinkIncremental>false</LinkIncremental>
56   </PropertyGroup>
57   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58     <Midl>
59       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60       <MkTypLibCompatible>true</MkTypLibCompatible>
61       <SuppressStartupBanner>true</SuppressStartupBanner>
62       <TargetEnvironment>Win32</TargetEnvironment>
63       <TypeLibraryName>.\Debug/fm7.tlb</TypeLibraryName>
64       <HeaderFileName />
65     </Midl>
66     <ClCompile>
67       <Optimization>Disabled</Optimization>
68       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_FM7;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69       <MinimalRebuild>true</MinimalRebuild>
70       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
71       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
72       <PrecompiledHeaderOutputFile>.\Debug/fm77.pch</PrecompiledHeaderOutputFile>
73       <AssemblerListingLocation>.\csp-debug\fm77/</AssemblerListingLocation>
74       <ObjectFileName>.\csp-debug\fm77/</ObjectFileName>
75       <ProgramDataBaseFileName>.\csp-debug\fm77/</ProgramDataBaseFileName>
76       <BrowseInformation>true</BrowseInformation>
77       <WarningLevel>Level3</WarningLevel>
78       <SuppressStartupBanner>true</SuppressStartupBanner>
79       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
80     </ClCompile>
81     <ResourceCompile>
82       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83       <Culture>0x0411</Culture>
84     </ResourceCompile>
85     <Link>
86       <AdditionalDependencies>odbc32.lib;odbccp32.lib;winmm.lib;dsound.lib;imm32.lib;vfw32.lib;%(AdditionalDependencies)</AdditionalDependencies>
87       <OutputFile>.\Debug/fm77.exe</OutputFile>
88       <SuppressStartupBanner>true</SuppressStartupBanner>
89       <GenerateDebugInformation>true</GenerateDebugInformation>
90       <ProgramDatabaseFile>.\Debug/fm7.pdb</ProgramDatabaseFile>
91       <SubSystem>Windows</SubSystem>
92       <RandomizedBaseAddress>false</RandomizedBaseAddress>
93       <DataExecutionPrevention />
94       <TargetMachine>MachineX86</TargetMachine>
95     </Link>
96     <Bscmake>
97       <SuppressStartupBanner>true</SuppressStartupBanner>
98       <OutputFile>.\Debug/fm7.bsc</OutputFile>
99     </Bscmake>
100   </ItemDefinitionGroup>
101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102     <Midl>
103       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104       <MkTypLibCompatible>true</MkTypLibCompatible>
105       <SuppressStartupBanner>true</SuppressStartupBanner>
106       <TargetEnvironment>Win32</TargetEnvironment>
107       <TypeLibraryName>.\Release/fm7.tlb</TypeLibraryName>
108       <HeaderFileName />
109     </Midl>
110     <ClCompile>
111       <Optimization>Full</Optimization>
112       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
113       <PreprocessorDefinitions>WIN32;NDEBUG;USE_DEBUGGER;_WINDOWS;FM77_EXRAM_BANKS=3;_FM77;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114       <StringPooling>false</StringPooling>
115       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
116       <FunctionLevelLinking>true</FunctionLevelLinking>
117       <PrecompiledHeaderOutputFile>.\csp-release/fm77.pch</PrecompiledHeaderOutputFile>
118       <AssemblerListingLocation>.\csp-release\fm77/</AssemblerListingLocation>
119       <ObjectFileName>.\csp-release\fm77/</ObjectFileName>
120       <ProgramDataBaseFileName>.\csp-release\fm77/</ProgramDataBaseFileName>
121       <BrowseInformation>true</BrowseInformation>
122       <WarningLevel>Level3</WarningLevel>
123       <SuppressStartupBanner>true</SuppressStartupBanner>
124       <AdditionalIncludeDirectories>C:\Program Files\Microsoft DirectX SDK %28June 2010%29\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
125       <MultiProcessorCompilation>true</MultiProcessorCompilation>
126       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
127       <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
128       <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
129       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
130       <IntrinsicFunctions>true</IntrinsicFunctions>
131       <BufferSecurityCheck>false</BufferSecurityCheck>
132       <WholeProgramOptimization>false</WholeProgramOptimization>
133     </ClCompile>
134     <ResourceCompile>
135       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136       <Culture>0x0409</Culture>
137     </ResourceCompile>
138     <Link>
139       <AdditionalDependencies>odbc32.lib;odbccp32.lib;winmm.lib;dsound.lib;imm32.lib;vfw32.lib;%(AdditionalDependencies)</AdditionalDependencies>
140       <OutputFile>.\Release/fm77.exe</OutputFile>
141       <SuppressStartupBanner>true</SuppressStartupBanner>
142       <ProgramDatabaseFile>.\Release/fm77.pdb</ProgramDatabaseFile>
143       <SubSystem>Windows</SubSystem>
144       <RandomizedBaseAddress>false</RandomizedBaseAddress>
145       <DataExecutionPrevention />
146       <TargetMachine>MachineX86</TargetMachine>
147       <AdditionalLibraryDirectories>C:\Program Files\Microsoft DirectX SDK %28June 2010%29\Lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
148       <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
149     </Link>
150     <Bscmake>
151       <SuppressStartupBanner>true</SuppressStartupBanner>
152       <OutputFile>.\Release/fm7.bsc</OutputFile>
153     </Bscmake>
154   </ItemDefinitionGroup>
155   <ItemGroup>
156     <ClCompile Include="src\common.cpp" />
157     <ClCompile Include="src\config.cpp" />
158     <ClCompile Include="src\emu.cpp" />
159     <ClCompile Include="src\fifo.cpp" />
160     <ClCompile Include="src\fileio.cpp" />
161     <ClCompile Include="src\vm\datarec.cpp" />
162     <ClCompile Include="src\vm\disk.cpp" />
163     <ClCompile Include="src\vm\dummydevice.cpp" />
164     <ClCompile Include="src\vm\event.cpp" />
165     <ClCompile Include="src\vm\fm7\display.cpp" />
166     <ClCompile Include="src\vm\fm7\floppy.cpp" />
167     <ClCompile Include="src\vm\fm7\fm7.cpp" />
168     <ClCompile Include="src\vm\fm7\fm7_mainio.cpp" />
169     <ClCompile Include="src\vm\fm7\fm7_mainmem.cpp" />
170     <ClCompile Include="src\vm\fm7\joystick.cpp" />
171     <ClCompile Include="src\vm\fm7\kanjirom.cpp" />
172     <ClCompile Include="src\vm\fm7\keyboard.cpp" />
173     <ClCompile Include="src\vm\fm7\sound.cpp" />
174     <ClCompile Include="src\vm\fm7\vram.cpp" />
175     <ClCompile Include="src\vm\fmgen\fmgen.cpp" />
176     <ClCompile Include="src\vm\fmgen\fmtimer.cpp" />
177     <ClCompile Include="src\vm\fmgen\opna.cpp" />
178     <ClCompile Include="src\vm\fmgen\psg.cpp" />
179     <ClCompile Include="src\vm\mb8877.cpp" />
180     <ClCompile Include="src\vm\mc6809.cpp" />
181     <ClCompile Include="src\vm\memory.cpp" />
182     <ClCompile Include="src\vm\pcm1bit.cpp" />
183     <ClCompile Include="src\vm\ym2203.cpp" />
184     <ClCompile Include="src\vm\z80.cpp" />
185     <ClCompile Include="src\win32_debugger.cpp" />
186     <ClCompile Include="src\win32_input.cpp" />
187     <ClCompile Include="src\win32_screen.cpp" />
188     <ClCompile Include="src\win32_sound.cpp" />
189     <ClCompile Include="src\winmain.cpp" />
190   </ItemGroup>
191   <ItemGroup>
192     <ClInclude Include="src\common.h" />
193     <ClInclude Include="src\config.h" />
194     <ClInclude Include="src\emu.h" />
195     <ClInclude Include="src\fifo.h" />
196     <ClInclude Include="src\fileio.h" />
197     <ClInclude Include="src\res\machine_res.h" />
198     <ClInclude Include="src\res\resource.h" />
199     <ClInclude Include="src\vm\datarec.h" />
200     <ClInclude Include="src\vm\debugger.h" />
201     <ClInclude Include="src\vm\device.h" />
202     <ClInclude Include="src\vm\disk.h" />
203     <ClInclude Include="src\vm\dummydevice.h" />
204     <ClInclude Include="src\vm\event.h" />
205     <ClInclude Include="src\vm\fm7\fm7.h" />
206     <ClInclude Include="src\vm\fm7\fm7_common.h" />
207     <ClInclude Include="src\vm\fm7\fm7_dipsw.h" />
208     <ClInclude Include="src\vm\fm7\fm7_display.h" />
209     <ClInclude Include="src\vm\fm7\fm7_keyboard.h" />
210     <ClInclude Include="src\vm\fm7\fm7_mainio.h" />
211     <ClInclude Include="src\vm\fm7\fm7_mainmem.h" />
212     <ClInclude Include="src\vm\fm7\joystick.h" />
213     <ClInclude Include="src\vm\fmgen\diag.h" />
214     <ClInclude Include="src\vm\fmgen\file.h" />
215     <ClInclude Include="src\vm\fmgen\fmgen.h" />
216     <ClInclude Include="src\vm\fmgen\fmgeninl.h" />
217     <ClInclude Include="src\vm\fmgen\fmtimer.h" />
218     <ClInclude Include="src\vm\fmgen\headers.h" />
219     <ClInclude Include="src\vm\fmgen\misc.h" />
220     <ClInclude Include="src\vm\fmgen\opna.h" />
221     <ClInclude Include="src\vm\fmgen\psg.h" />
222     <ClInclude Include="src\vm\fmgen\types.h" />
223     <ClInclude Include="src\vm\mb8877.h" />
224     <ClInclude Include="src\vm\mc6809.h" />
225     <ClInclude Include="src\vm\memory.h" />
226     <ClInclude Include="src\vm\pcm1bit.h" />
227     <ClInclude Include="src\vm\vm.h" />
228     <ClInclude Include="src\vm\ym2203.h" />
229     <ClInclude Include="src\vm\z80.h" />
230   </ItemGroup>
231   <ItemGroup>
232     <ResourceCompile Include="src\res\fm77.rc" />
233   </ItemGroup>
234   <ItemGroup>
235     <Image Include="FM77L2.ico" />
236     <Image Include="src\res\FM77L2.ico" />
237   </ItemGroup>
238   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
239   <ImportGroup Label="ExtensionTargets">
240   </ImportGroup>
241 </Project>