.gitignore file update
[clinton/Virtual-Jaguar-Rx.git] / VS2015 / m68000 / m68000.vcxproj
CommitLineData
cf76e892
JPM
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 <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>8.1</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>v140</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>v140</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>v140</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>v140</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 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79 <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
80 </PropertyGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <ClCompile>
83 <PrecompiledHeader>
84 </PrecompiledHeader>
85 <WarningLevel>Level3</WarningLevel>
86 <Optimization>Disabled</Optimization>
87 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 </ClCompile>
89 <Link>
90 <SubSystem>Windows</SubSystem>
91 </Link>
92 </ItemDefinitionGroup>
93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94 <ClCompile>
95 <PrecompiledHeader>
96 </PrecompiledHeader>
97 <WarningLevel>Level3</WarningLevel>
98 <Optimization>Disabled</Optimization>
99 <PreprocessorDefinitions>_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 <AdditionalIncludeDirectories>..\..\src\m68000</AdditionalIncludeDirectories>
101 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
102 <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
103 <ObjectFileName>$(IntDir)obj\</ObjectFileName>
104 <MinimalRebuild>false</MinimalRebuild>
105 </ClCompile>
106 <Link>
107 <SubSystem>Windows</SubSystem>
108 </Link>
109 </ItemDefinitionGroup>
110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
111 <ClCompile>
112 <WarningLevel>Level3</WarningLevel>
113 <PrecompiledHeader>
114 </PrecompiledHeader>
115 <Optimization>MaxSpeed</Optimization>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <IntrinsicFunctions>true</IntrinsicFunctions>
118 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119 </ClCompile>
120 <Link>
121 <SubSystem>Windows</SubSystem>
122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences>
124 </Link>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <WarningLevel>Level3</WarningLevel>
129 <PrecompiledHeader>
130 </PrecompiledHeader>
131 <Optimization>Full</Optimization>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
134 <PreprocessorDefinitions>NDEBUG;_LIB;_RELEASE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135 <AdditionalIncludeDirectories>..\..\src\m68000</AdditionalIncludeDirectories>
136 <MinimalRebuild>false</MinimalRebuild>
137 <AssemblerListingLocation>$(IntDir)asm\</AssemblerListingLocation>
138 <ObjectFileName>$(IntDir)obj\</ObjectFileName>
139 </ClCompile>
140 <Link>
141 <SubSystem>Windows</SubSystem>
142 <EnableCOMDATFolding>true</EnableCOMDATFolding>
143 <OptimizeReferences>true</OptimizeReferences>
144 </Link>
145 </ItemDefinitionGroup>
146 <ItemGroup>
147 <Text Include="ReadMe.txt" />
148 </ItemGroup>
149 <ItemGroup>
150 <ClInclude Include="..\..\src\m68000\cpudefs.h" />
151 <ClInclude Include="..\..\src\m68000\m68kinterface.h" />
e9049c3e 152 <ClInclude Include="..\..\src\m68000\obj\cputbl.h" />
cf76e892
JPM
153 <ClInclude Include="..\..\src\m68000\sysdeps.h" />
154 </ItemGroup>
155 <ItemGroup>
156 <ClCompile Include="..\..\src\m68000\cpuextra.c" />
157 <ClCompile Include="..\..\src\m68000\m68kdasm.c" />
158 <ClCompile Include="..\..\src\m68000\m68kinterface.c" />
159 <ClCompile Include="..\..\src\m68000\obj\cpudefs.c" />
160 <ClCompile Include="..\..\src\m68000\obj\cpuemu.c" />
161 <ClCompile Include="..\..\src\m68000\obj\cpustbl.c" />
162 <ClCompile Include="..\..\src\m68000\readcpu.c" />
163 </ItemGroup>
164 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
165 <ImportGroup Label="ExtensionTargets">
166 </ImportGroup>
167</Project>