Fix compilation errors in the Visual Studio 2017 projet
[clinton/Virtual-Jaguar-Rx.git] / Win-VS2017 / m68000 / m68000.vcxproj
CommitLineData
820579e2
JPM
1<?xml version="1.0" encoding="utf-8"?>\r
2<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3 <ItemGroup Label="ProjectConfigurations">\r
820579e2
JPM
4 <ProjectConfiguration Include="Debug|x64">\r
5 <Configuration>Debug</Configuration>\r
6 <Platform>x64</Platform>\r
7 </ProjectConfiguration>\r
8 <ProjectConfiguration Include="Release|x64">\r
9 <Configuration>Release</Configuration>\r
10 <Platform>x64</Platform>\r
11 </ProjectConfiguration>\r
12 </ItemGroup>\r
13 <PropertyGroup Label="Globals">\r
14 <ProjectGuid>{07D0EDD9-BED6-4325-8EF6-6B788CC86A48}</ProjectGuid>\r
15 <Keyword>Win32Proj</Keyword>\r
16 <RootNamespace>m68000</RootNamespace>\r
17 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>\r
18 <ProjectName>m68000</ProjectName>\r
19 </PropertyGroup>\r
20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
820579e2
JPM
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
22 <ConfigurationType>StaticLibrary</ConfigurationType>\r
23 <UseDebugLibraries>true</UseDebugLibraries>\r
24 <PlatformToolset>v141</PlatformToolset>\r
25 <CharacterSet>Unicode</CharacterSet>\r
26 <UseOfMfc>Static</UseOfMfc>\r
27 </PropertyGroup>\r
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
29 <ConfigurationType>StaticLibrary</ConfigurationType>\r
30 <UseDebugLibraries>false</UseDebugLibraries>\r
31 <PlatformToolset>v141</PlatformToolset>\r
32 <WholeProgramOptimization>true</WholeProgramOptimization>\r
33 <CharacterSet>Unicode</CharacterSet>\r
34 <UseOfMfc>Static</UseOfMfc>\r
35 </PropertyGroup>\r
36 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
37 <ImportGroup Label="ExtensionSettings">\r
38 </ImportGroup>\r
39 <ImportGroup Label="Shared">\r
40 </ImportGroup>\r
820579e2
JPM
41 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
43 </ImportGroup>\r
44 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
46 </ImportGroup>\r
47 <PropertyGroup Label="UserMacros" />\r
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
49 <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>\r
a2dfb8e5 50 <TargetName>$(ProjectName)d</TargetName>\r
820579e2
JPM
51 </PropertyGroup>\r
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
53 <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>\r
54 </PropertyGroup>\r
820579e2
JPM
55 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
56 <ClCompile>\r
57 <PrecompiledHeader>\r
58 </PrecompiledHeader>\r
59 <WarningLevel>Level3</WarningLevel>\r
60 <Optimization>Disabled</Optimization>\r
61 <PreprocessorDefinitions>_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
62 <AdditionalIncludeDirectories>..\..\src\m68000</AdditionalIncludeDirectories>\r
63 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>\r
64 <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>\r
65 <ObjectFileName>$(IntDir)obj\</ObjectFileName>\r
66 <MinimalRebuild>false</MinimalRebuild>\r
67 </ClCompile>\r
68 <Link>\r
69 <SubSystem>Windows</SubSystem>\r
70 </Link>\r
71 </ItemDefinitionGroup>\r
820579e2
JPM
72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
73 <ClCompile>\r
74 <WarningLevel>Level3</WarningLevel>\r
75 <PrecompiledHeader>\r
76 </PrecompiledHeader>\r
77 <Optimization>Full</Optimization>\r
78 <FunctionLevelLinking>true</FunctionLevelLinking>\r
79 <IntrinsicFunctions>true</IntrinsicFunctions>\r
80 <PreprocessorDefinitions>NDEBUG;_LIB;_RELEASE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
81 <AdditionalIncludeDirectories>..\..\src\m68000</AdditionalIncludeDirectories>\r
82 <MinimalRebuild>false</MinimalRebuild>\r
83 <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>\r
84 <ObjectFileName>$(IntDir)obj\</ObjectFileName>\r
85 </ClCompile>\r
86 <Link>\r
87 <SubSystem>Windows</SubSystem>\r
88 <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
89 <OptimizeReferences>true</OptimizeReferences>\r
90 </Link>\r
91 </ItemDefinitionGroup>\r
820579e2
JPM
92 <ItemGroup>\r
93 <ClInclude Include="..\..\src\m68000\cpudefs.h" />\r
94 <ClInclude Include="..\..\src\m68000\m68kinterface.h" />\r
95 <ClInclude Include="..\..\src\m68000\obj\cputbl.h" />\r
96 <ClInclude Include="..\..\src\m68000\sysdeps.h" />\r
97 </ItemGroup>\r
98 <ItemGroup>\r
99 <ClCompile Include="..\..\src\m68000\cpuextra.c" />\r
100 <ClCompile Include="..\..\src\m68000\m68kdasm.c" />\r
101 <ClCompile Include="..\..\src\m68000\m68kinterface.c" />\r
102 <ClCompile Include="..\..\src\m68000\obj\cpudefs.c" />\r
103 <ClCompile Include="..\..\src\m68000\obj\cpuemu.c" />\r
104 <ClCompile Include="..\..\src\m68000\obj\cpustbl.c" />\r
105 <ClCompile Include="..\..\src\m68000\readcpu.c" />\r
106 </ItemGroup>\r
107 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
108 <ImportGroup Label="ExtensionTargets">\r
109 </ImportGroup>\r
cf76e892 110</Project>