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