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