]> Shamusworld >> Repos - rmac/blob - Vs2015/rmac/rmac.vcxproj
Initial commit for 68020/30/40/60/68881/68882/68851 support.
[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     <PreBuildEvent>
155       <Command>cd $(SolutionDir)..\
156 call maketabs.bat</Command>
157     </PreBuildEvent>
158   </ItemDefinitionGroup>
159   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
160     <ClCompile>
161       <WarningLevel>Level3</WarningLevel>
162       <PrecompiledHeader>
163       </PrecompiledHeader>
164       <Optimization>MaxSpeed</Optimization>
165       <FunctionLevelLinking>true</FunctionLevelLinking>
166       <IntrinsicFunctions>true</IntrinsicFunctions>
167       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168     </ClCompile>
169     <Link>
170       <SubSystem>Console</SubSystem>
171       <GenerateDebugInformation>true</GenerateDebugInformation>
172       <EnableCOMDATFolding>true</EnableCOMDATFolding>
173       <OptimizeReferences>true</OptimizeReferences>
174     </Link>
175   </ItemDefinitionGroup>
176   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
177     <ClCompile>
178       <WarningLevel>Level3</WarningLevel>
179       <PrecompiledHeader>
180       </PrecompiledHeader>
181       <Optimization>MaxSpeed</Optimization>
182       <FunctionLevelLinking>true</FunctionLevelLinking>
183       <IntrinsicFunctions>true</IntrinsicFunctions>
184       <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185     </ClCompile>
186     <Link>
187       <SubSystem>Console</SubSystem>
188       <GenerateDebugInformation>true</GenerateDebugInformation>
189       <EnableCOMDATFolding>true</EnableCOMDATFolding>
190       <OptimizeReferences>true</OptimizeReferences>
191     </Link>
192   </ItemDefinitionGroup>
193   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
194   <ImportGroup Label="ExtensionTargets">
195   </ImportGroup>
196 </Project>