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