The -d command line option, dedicated to the debugger, has been renamed to avoid...
[clinton/Virtual-Jaguar-Rx.git] / Win-VS2017 / m68000 / m68000.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{07D0EDD9-BED6-4325-8EF6-6B788CC86A48}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>m68000</RootNamespace>
25 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
26 <ProjectName>m68000</ProjectName>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <ConfigurationType>StaticLibrary</ConfigurationType>
31 <UseDebugLibraries>true</UseDebugLibraries>
32 <PlatformToolset>v141</PlatformToolset>
33 <CharacterSet>Unicode</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ConfigurationType>StaticLibrary</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries>
38 <PlatformToolset>v141</PlatformToolset>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>Unicode</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43 <ConfigurationType>StaticLibrary</ConfigurationType>
44 <UseDebugLibraries>true</UseDebugLibraries>
45 <PlatformToolset>v141</PlatformToolset>
46 <CharacterSet>Unicode</CharacterSet>
47 <UseOfMfc>Static</UseOfMfc>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50 <ConfigurationType>StaticLibrary</ConfigurationType>
51 <UseDebugLibraries>false</UseDebugLibraries>
52 <PlatformToolset>v141</PlatformToolset>
53 <WholeProgramOptimization>true</WholeProgramOptimization>
54 <CharacterSet>Unicode</CharacterSet>
55 <UseOfMfc>Static</UseOfMfc>
56 </PropertyGroup>
57 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58 <ImportGroup Label="ExtensionSettings">
59 </ImportGroup>
60 <ImportGroup Label="Shared">
61 </ImportGroup>
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 </ImportGroup>
71 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 </ImportGroup>
74 <PropertyGroup Label="UserMacros" />
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
76 <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
77 <TargetName>$(ProjectName)d</TargetName>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
80 <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
81 </PropertyGroup>
82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <ClCompile>
84 <PrecompiledHeader>
85 </PrecompiledHeader>
86 <WarningLevel>Level3</WarningLevel>
87 <Optimization>Disabled</Optimization>
88 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89 </ClCompile>
90 <Link>
91 <SubSystem>Windows</SubSystem>
92 </Link>
93 </ItemDefinitionGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
95 <ClCompile>
96 <PrecompiledHeader>
97 </PrecompiledHeader>
98 <WarningLevel>Level3</WarningLevel>
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <AdditionalIncludeDirectories>..\..\src\m68000</AdditionalIncludeDirectories>
102 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
103 <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
104 <ObjectFileName>$(IntDir)obj\</ObjectFileName>
105 <MinimalRebuild>false</MinimalRebuild>
106 </ClCompile>
107 <Link>
108 <SubSystem>Windows</SubSystem>
109 </Link>
110 </ItemDefinitionGroup>
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112 <ClCompile>
113 <WarningLevel>Level3</WarningLevel>
114 <PrecompiledHeader>
115 </PrecompiledHeader>
116 <Optimization>MaxSpeed</Optimization>
117 <FunctionLevelLinking>true</FunctionLevelLinking>
118 <IntrinsicFunctions>true</IntrinsicFunctions>
119 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 </ClCompile>
121 <Link>
122 <SubSystem>Windows</SubSystem>
123 <EnableCOMDATFolding>true</EnableCOMDATFolding>
124 <OptimizeReferences>true</OptimizeReferences>
125 </Link>
126 </ItemDefinitionGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
128 <ClCompile>
129 <WarningLevel>Level3</WarningLevel>
130 <PrecompiledHeader>
131 </PrecompiledHeader>
132 <Optimization>Full</Optimization>
133 <FunctionLevelLinking>true</FunctionLevelLinking>
134 <IntrinsicFunctions>true</IntrinsicFunctions>
135 <PreprocessorDefinitions>NDEBUG;_LIB;_RELEASE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 <AdditionalIncludeDirectories>..\..\src\m68000</AdditionalIncludeDirectories>
137 <MinimalRebuild>false</MinimalRebuild>
138 <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
139 <ObjectFileName>$(IntDir)obj\</ObjectFileName>
140 </ClCompile>
141 <Link>
142 <SubSystem>Windows</SubSystem>
143 <EnableCOMDATFolding>true</EnableCOMDATFolding>
144 <OptimizeReferences>true</OptimizeReferences>
145 </Link>
146 </ItemDefinitionGroup>
147 <ItemGroup>
148 <ClInclude Include="..\..\src\m68000\cpudefs.h" />
149 <ClInclude Include="..\..\src\m68000\m68kinterface.h" />
150 <ClInclude Include="..\..\src\m68000\obj\cputbl.h" />
151 <ClInclude Include="..\..\src\m68000\sysdeps.h" />
152 </ItemGroup>
153 <ItemGroup>
154 <ClCompile Include="..\..\src\m68000\cpuextra.c" />
155 <ClCompile Include="..\..\src\m68000\m68kdasm.c" />
156 <ClCompile Include="..\..\src\m68000\m68kinterface.c" />
157 <ClCompile Include="..\..\src\m68000\obj\cpudefs.c" />
158 <ClCompile Include="..\..\src\m68000\obj\cpuemu.c" />
159 <ClCompile Include="..\..\src\m68000\obj\cpustbl.c" />
160 <ClCompile Include="..\..\src\m68000\readcpu.c" />
161 </ItemGroup>
162 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
163 <ImportGroup Label="ExtensionTargets">
164 </ImportGroup>
165 </Project>