]> Shamusworld >> Repos - rmac/blob - Vs2015/rmac/rmac.vcxproj
More correct calculation of ^^ABSCOUNT. Also updated VS project. Now at version 2...
[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="..\..\eagen.c" />
27     <ClCompile Include="..\..\error.c" />
28     <ClCompile Include="..\..\expr.c" />
29     <ClCompile Include="..\..\fltpoint.c" />
30     <ClCompile Include="..\..\listing.c" />
31     <ClCompile Include="..\..\mach.c" />
32     <ClCompile Include="..\..\macro.c" />
33     <ClCompile Include="..\..\mark.c" />
34     <ClCompile Include="..\..\object.c" />
35     <ClCompile Include="..\..\op.c" />
36     <ClCompile Include="..\..\procln.c" />
37     <ClCompile Include="..\..\riscasm.c" />
38     <ClCompile Include="..\..\rmac.c" />
39     <ClCompile Include="..\..\sect.c" />
40     <ClCompile Include="..\..\symbol.c" />
41     <ClCompile Include="..\..\token.c" />
42   </ItemGroup>
43   <ItemGroup>
44     <ClInclude Include="..\..\6502.h" />
45     <ClInclude Include="..\..\amode.h" />
46     <ClInclude Include="..\..\debug.h" />
47     <ClInclude Include="..\..\direct.h" />
48     <ClInclude Include="..\..\error.h" />
49     <ClInclude Include="..\..\expr.h" />
50     <ClInclude Include="..\..\fltpoint.h" />
51     <ClInclude Include="..\..\listing.h" />
52     <ClInclude Include="..\..\mach.h" />
53     <ClInclude Include="..\..\macro.h" />
54     <ClInclude Include="..\..\mark.h" />
55     <ClInclude Include="..\..\object.h" />
56     <ClInclude Include="..\..\op.h" />
57     <ClInclude Include="..\..\parmode.h" />
58     <ClInclude Include="..\..\procln.h" />
59     <ClInclude Include="..\..\riscasm.h" />
60     <ClInclude Include="..\..\rmac.h" />
61     <ClInclude Include="..\..\sect.h" />
62     <ClInclude Include="..\..\symbol.h" />
63     <ClInclude Include="..\..\token.h" />
64     <ClInclude Include="..\..\version.h" />
65   </ItemGroup>
66   <PropertyGroup Label="Globals">
67     <ProjectGuid>{D8A382B9-8BD4-4953-B780-95010C41AFC8}</ProjectGuid>
68     <Keyword>Win32Proj</Keyword>
69     <RootNamespace>rmac</RootNamespace>
70     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
71   </PropertyGroup>
72   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
74     <ConfigurationType>Application</ConfigurationType>
75     <UseDebugLibraries>true</UseDebugLibraries>
76     <PlatformToolset>v140</PlatformToolset>
77     <CharacterSet>Unicode</CharacterSet>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
80     <ConfigurationType>Application</ConfigurationType>
81     <UseDebugLibraries>false</UseDebugLibraries>
82     <PlatformToolset>v140</PlatformToolset>
83     <WholeProgramOptimization>true</WholeProgramOptimization>
84     <CharacterSet>Unicode</CharacterSet>
85   </PropertyGroup>
86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
87     <ConfigurationType>Application</ConfigurationType>
88     <UseDebugLibraries>true</UseDebugLibraries>
89     <PlatformToolset>v140</PlatformToolset>
90     <CharacterSet>Unicode</CharacterSet>
91   </PropertyGroup>
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
93     <ConfigurationType>Application</ConfigurationType>
94     <UseDebugLibraries>false</UseDebugLibraries>
95     <PlatformToolset>v140</PlatformToolset>
96     <WholeProgramOptimization>true</WholeProgramOptimization>
97     <CharacterSet>Unicode</CharacterSet>
98   </PropertyGroup>
99   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
100   <ImportGroup Label="ExtensionSettings">
101   </ImportGroup>
102   <ImportGroup Label="Shared">
103   </ImportGroup>
104   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
105     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106   </ImportGroup>
107   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
109   </ImportGroup>
110   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112   </ImportGroup>
113   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
114     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115   </ImportGroup>
116   <PropertyGroup Label="UserMacros" />
117   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
118     <LinkIncremental>true</LinkIncremental>
119     <OutDir>$(SolutionDir)\..</OutDir>
120   </PropertyGroup>
121   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
122     <LinkIncremental>true</LinkIncremental>
123     <OutDir>$(SolutionDir)..\</OutDir>
124   </PropertyGroup>
125   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126     <LinkIncremental>false</LinkIncremental>
127     <OutDir>$(SolutionDir)\..</OutDir>
128   </PropertyGroup>
129   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
130     <LinkIncremental>false</LinkIncremental>
131     <OutDir>$(SolutionDir)\..</OutDir>
132   </PropertyGroup>
133   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
134     <ClCompile>
135       <PrecompiledHeader>
136       </PrecompiledHeader>
137       <WarningLevel>Level3</WarningLevel>
138       <Optimization>Disabled</Optimization>
139       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140     </ClCompile>
141     <Link>
142       <SubSystem>Console</SubSystem>
143       <GenerateDebugInformation>true</GenerateDebugInformation>
144     </Link>
145   </ItemDefinitionGroup>
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
147     <ClCompile>
148       <PrecompiledHeader>
149       </PrecompiledHeader>
150       <WarningLevel>Level3</WarningLevel>
151       <Optimization>Disabled</Optimization>
152       <PreprocessorDefinitions>WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153     </ClCompile>
154     <Link>
155       <SubSystem>Console</SubSystem>
156       <GenerateDebugInformation>true</GenerateDebugInformation>
157     </Link>
158     <PreBuildEvent>
159       <Command>cd $(SolutionDir)..\
160 call maketabs.bat</Command>
161     </PreBuildEvent>
162   </ItemDefinitionGroup>
163   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
164     <ClCompile>
165       <WarningLevel>Level3</WarningLevel>
166       <PrecompiledHeader>
167       </PrecompiledHeader>
168       <Optimization>MaxSpeed</Optimization>
169       <FunctionLevelLinking>true</FunctionLevelLinking>
170       <IntrinsicFunctions>true</IntrinsicFunctions>
171       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172     </ClCompile>
173     <Link>
174       <SubSystem>Console</SubSystem>
175       <GenerateDebugInformation>true</GenerateDebugInformation>
176       <EnableCOMDATFolding>true</EnableCOMDATFolding>
177       <OptimizeReferences>true</OptimizeReferences>
178     </Link>
179   </ItemDefinitionGroup>
180   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
181     <ClCompile>
182       <WarningLevel>Level3</WarningLevel>
183       <PrecompiledHeader>
184       </PrecompiledHeader>
185       <Optimization>MaxSpeed</Optimization>
186       <FunctionLevelLinking>true</FunctionLevelLinking>
187       <IntrinsicFunctions>true</IntrinsicFunctions>
188       <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189     </ClCompile>
190     <Link>
191       <SubSystem>Console</SubSystem>
192       <GenerateDebugInformation>true</GenerateDebugInformation>
193       <EnableCOMDATFolding>true</EnableCOMDATFolding>
194       <OptimizeReferences>true</OptimizeReferences>
195     </Link>
196   </ItemDefinitionGroup>
197   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
198   <ImportGroup Label="ExtensionTargets">
199   </ImportGroup>
200 </Project>