]> Shamusworld >> Repos - rmac/blob - Vs2015/rmac/rmac.vcxproj
Fix a small buglet in the last patch. :-)
[rmac] / Vs2015 / rmac / rmac.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     <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   <ItemGroup>
22     <ClCompile Include="..\..\6502.c" />
23     <ClCompile Include="..\..\amode.c" />
24     <ClCompile Include="..\..\debug.c" />
25     <ClCompile Include="..\..\direct.c" />
26     <ClCompile Include="..\..\dsp56k.c" />
27     <ClCompile Include="..\..\dsp56k_amode.c" />
28     <ClCompile Include="..\..\dsp56k_mach.c" />
29     <ClCompile Include="..\..\eagen.c" />
30     <ClCompile Include="..\..\error.c" />
31     <ClCompile Include="..\..\expr.c" />
32     <ClCompile Include="..\..\fltpoint.c" />
33     <ClCompile Include="..\..\listing.c" />
34     <ClCompile Include="..\..\mach.c" />
35     <ClCompile Include="..\..\macro.c" />
36     <ClCompile Include="..\..\mark.c" />
37     <ClCompile Include="..\..\object.c" />
38     <ClCompile Include="..\..\op.c" />
39     <ClCompile Include="..\..\procln.c" />
40     <ClCompile Include="..\..\riscasm.c" />
41     <ClCompile Include="..\..\rmac.c" />
42     <ClCompile Include="..\..\sect.c" />
43     <ClCompile Include="..\..\symbol.c" />
44     <ClCompile Include="..\..\token.c" />
45   </ItemGroup>
46   <ItemGroup>
47     <ClInclude Include="..\..\6502.h" />
48     <ClInclude Include="..\..\68ktab.h" />
49     <ClInclude Include="..\..\amode.h" />
50     <ClInclude Include="..\..\debug.h" />
51     <ClInclude Include="..\..\direct.h" />
52     <ClInclude Include="..\..\dsp56k.h" />
53     <ClInclude Include="..\..\dsp56k_amode.h" />
54     <ClInclude Include="..\..\dsp56k_mach.h" />
55     <ClInclude Include="..\..\error.h" />
56     <ClInclude Include="..\..\expr.h" />
57     <ClInclude Include="..\..\fltpoint.h" />
58     <ClInclude Include="..\..\kwtab.h" />
59     <ClInclude Include="..\..\listing.h" />
60     <ClInclude Include="..\..\mach.h" />
61     <ClInclude Include="..\..\macro.h" />
62     <ClInclude Include="..\..\mark.h" />
63     <ClInclude Include="..\..\mntab.h" />
64     <ClInclude Include="..\..\object.h" />
65     <ClInclude Include="..\..\op.h" />
66     <ClInclude Include="..\..\parmode.h" />
67     <ClInclude Include="..\..\procln.h" />
68     <ClInclude Include="..\..\riscasm.h" />
69     <ClInclude Include="..\..\rmac.h" />
70     <ClInclude Include="..\..\sect.h" />
71     <ClInclude Include="..\..\symbol.h" />
72     <ClInclude Include="..\..\token.h" />
73     <ClInclude Include="..\..\version.h" />
74   </ItemGroup>
75   <PropertyGroup>
76     <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
77   </PropertyGroup>
78   <PropertyGroup Label="Globals">
79     <ProjectGuid>{D8A382B9-8BD4-4953-B780-95010C41AFC8}</ProjectGuid>
80     <Keyword>Win32Proj</Keyword>
81     <RootNamespace>rmac</RootNamespace>
82     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
83   </PropertyGroup>
84   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
86     <ConfigurationType>Application</ConfigurationType>
87     <UseDebugLibraries>true</UseDebugLibraries>
88     <PlatformToolset>v140</PlatformToolset>
89     <CharacterSet>Unicode</CharacterSet>
90   </PropertyGroup>
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
92     <ConfigurationType>Application</ConfigurationType>
93     <UseDebugLibraries>false</UseDebugLibraries>
94     <PlatformToolset>v140</PlatformToolset>
95     <WholeProgramOptimization>true</WholeProgramOptimization>
96     <CharacterSet>Unicode</CharacterSet>
97   </PropertyGroup>
98   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
99     <ConfigurationType>Application</ConfigurationType>
100     <UseDebugLibraries>true</UseDebugLibraries>
101     <PlatformToolset>v140</PlatformToolset>
102     <CharacterSet>Unicode</CharacterSet>
103   </PropertyGroup>
104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
105     <ConfigurationType>Application</ConfigurationType>
106     <UseDebugLibraries>false</UseDebugLibraries>
107     <PlatformToolset>v140</PlatformToolset>
108     <WholeProgramOptimization>true</WholeProgramOptimization>
109     <CharacterSet>Unicode</CharacterSet>
110   </PropertyGroup>
111   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
112   <ImportGroup Label="ExtensionSettings">
113   </ImportGroup>
114   <ImportGroup Label="Shared">
115   </ImportGroup>
116   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
117     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118   </ImportGroup>
119   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121   </ImportGroup>
122   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
123     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124   </ImportGroup>
125   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
126     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127   </ImportGroup>
128   <PropertyGroup Label="UserMacros" />
129   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
130     <LinkIncremental>true</LinkIncremental>
131     <OutDir>$(SolutionDir)..\</OutDir>
132   </PropertyGroup>
133   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
134     <LinkIncremental>true</LinkIncremental>
135     <OutDir>$(SolutionDir)..\</OutDir>
136     <CustomBuildBeforeTargets />
137     <CustomBuildAfterTargets />
138     <PreBuildEventUseInBuild>
139     </PreBuildEventUseInBuild>
140   </PropertyGroup>
141   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142     <LinkIncremental>false</LinkIncremental>
143     <OutDir>$(SolutionDir)\..</OutDir>
144   </PropertyGroup>
145   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146     <LinkIncremental>false</LinkIncremental>
147     <OutDir>$(SolutionDir)\..</OutDir>
148   </PropertyGroup>
149   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
150     <ClCompile>
151       <PrecompiledHeader>
152       </PrecompiledHeader>
153       <WarningLevel>Level3</WarningLevel>
154       <Optimization>Disabled</Optimization>
155       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156       <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
157       <WholeProgramOptimization>false</WholeProgramOptimization>
158     </ClCompile>
159     <Link>
160       <SubSystem>Console</SubSystem>
161       <GenerateDebugInformation>true</GenerateDebugInformation>
162       <AdditionalOptions>notelemetry.obj %(AdditionalOptions)</AdditionalOptions>
163       <RandomizedBaseAddress>false</RandomizedBaseAddress>
164     </Link>
165     <PreBuildEvent>
166       <Command>cd $(SolutionDir)..\
167 call maketabs.bat</Command>
168     </PreBuildEvent>
169     <PreBuildEvent>
170       <Message>Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!)</Message>
171     </PreBuildEvent>
172   </ItemDefinitionGroup>
173   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
174     <ClCompile>
175       <PrecompiledHeader>
176       </PrecompiledHeader>
177       <WarningLevel>Level3</WarningLevel>
178       <Optimization>Disabled</Optimization>
179       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180     </ClCompile>
181     <Link>
182       <SubSystem>Console</SubSystem>
183       <GenerateDebugInformation>true</GenerateDebugInformation>
184     </Link>
185     <CustomBuildStep>
186       <Command>
187       </Command>
188     </CustomBuildStep>
189     <PreBuildEvent>
190       <Command>cd $(SolutionDir)..\
191 maketabs.bat</Command>
192       <Message>Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!)</Message>
193     </PreBuildEvent>
194   </ItemDefinitionGroup>
195   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
196     <ClCompile>
197       <WarningLevel>Level3</WarningLevel>
198       <PrecompiledHeader>
199       </PrecompiledHeader>
200       <Optimization>MaxSpeed</Optimization>
201       <FunctionLevelLinking>true</FunctionLevelLinking>
202       <IntrinsicFunctions>true</IntrinsicFunctions>
203       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
204       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
205       <OmitFramePointers>true</OmitFramePointers>
206     </ClCompile>
207     <Link>
208       <SubSystem>Console</SubSystem>
209       <GenerateDebugInformation>true</GenerateDebugInformation>
210       <EnableCOMDATFolding>true</EnableCOMDATFolding>
211       <OptimizeReferences>true</OptimizeReferences>
212     </Link>
213     <PreBuildEvent>
214       <Command>cd $(SolutionDir)..\
215 maketabs.bat</Command>
216       <Message>Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!)</Message>
217     </PreBuildEvent>
218   </ItemDefinitionGroup>
219   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
220     <ClCompile>
221       <WarningLevel>Level3</WarningLevel>
222       <PrecompiledHeader>
223       </PrecompiledHeader>
224       <Optimization>MaxSpeed</Optimization>
225       <FunctionLevelLinking>true</FunctionLevelLinking>
226       <IntrinsicFunctions>true</IntrinsicFunctions>
227       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
228     </ClCompile>
229     <Link>
230       <SubSystem>Console</SubSystem>
231       <GenerateDebugInformation>true</GenerateDebugInformation>
232       <EnableCOMDATFolding>true</EnableCOMDATFolding>
233       <OptimizeReferences>true</OptimizeReferences>
234     </Link>
235     <PreBuildEvent>
236       <Command>cd $(SolutionDir)..\
237 maketabs.bat</Command>
238       <Message>Rebuilds the table files (note, 68kgen, dsp56kgen and kwgen must be built beforehand!)</Message>
239     </PreBuildEvent>
240   </ItemDefinitionGroup>
241   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
242   <ImportGroup Label="ExtensionTargets">
243   </ImportGroup>
244 </Project>