]> Shamusworld >> Repos - rmac/blob - Vs2015/68ktab/68ktab.vcxproj
Updated VS2015 project files, it should now build out of the box on VS2015 and later
[rmac] / Vs2015 / 68ktab / 68ktab.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="..\..\68kgen.c" />
23   </ItemGroup>
24   <PropertyGroup Label="Globals">
25     <ProjectGuid>{0D200546-CF83-49B6-9893-42DD6AEC94F0}</ProjectGuid>
26     <Keyword>Win32Proj</Keyword>
27     <RootNamespace>My68ktab</RootNamespace>
28     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
29     <ProjectName>68kgen</ProjectName>
30   </PropertyGroup>
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <UseDebugLibraries>true</UseDebugLibraries>
35     <PlatformToolset>v140</PlatformToolset>
36     <CharacterSet>Unicode</CharacterSet>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39     <ConfigurationType>Application</ConfigurationType>
40     <UseDebugLibraries>false</UseDebugLibraries>
41     <PlatformToolset>v140</PlatformToolset>
42     <WholeProgramOptimization>true</WholeProgramOptimization>
43     <CharacterSet>Unicode</CharacterSet>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46     <ConfigurationType>Application</ConfigurationType>
47     <UseDebugLibraries>true</UseDebugLibraries>
48     <PlatformToolset>v140</PlatformToolset>
49     <CharacterSet>Unicode</CharacterSet>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
52     <ConfigurationType>Application</ConfigurationType>
53     <UseDebugLibraries>false</UseDebugLibraries>
54     <PlatformToolset>v140</PlatformToolset>
55     <WholeProgramOptimization>true</WholeProgramOptimization>
56     <CharacterSet>Unicode</CharacterSet>
57   </PropertyGroup>
58   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59   <ImportGroup Label="ExtensionSettings">
60   </ImportGroup>
61   <ImportGroup Label="Shared">
62   </ImportGroup>
63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68   </ImportGroup>
69   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71   </ImportGroup>
72   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
73     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74   </ImportGroup>
75   <PropertyGroup Label="UserMacros" />
76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77     <LinkIncremental>true</LinkIncremental>
78     <OutDir>$(SolutionDir)\..\</OutDir>
79   </PropertyGroup>
80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81     <LinkIncremental>true</LinkIncremental>
82     <OutDir>$(SolutionDir)..\</OutDir>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85     <LinkIncremental>false</LinkIncremental>
86     <OutDir>$(SolutionDir)\..</OutDir>
87   </PropertyGroup>
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89     <LinkIncremental>false</LinkIncremental>
90     <OutDir>$(SolutionDir)\..</OutDir>
91   </PropertyGroup>
92   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93     <ClCompile>
94       <PrecompiledHeader>
95       </PrecompiledHeader>
96       <WarningLevel>Level3</WarningLevel>
97       <Optimization>Disabled</Optimization>
98       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99     </ClCompile>
100     <Link>
101       <SubSystem>Console</SubSystem>
102       <GenerateDebugInformation>true</GenerateDebugInformation>
103       <AdditionalOptions>notelemetry.obj %(AdditionalOptions)</AdditionalOptions>
104     </Link>
105   </ItemDefinitionGroup>
106   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107     <ClCompile>
108       <PrecompiledHeader>
109       </PrecompiledHeader>
110       <WarningLevel>Level3</WarningLevel>
111       <Optimization>Disabled</Optimization>
112       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113     </ClCompile>
114     <Link>
115       <SubSystem>Console</SubSystem>
116       <GenerateDebugInformation>true</GenerateDebugInformation>
117     </Link>
118   </ItemDefinitionGroup>
119   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120     <ClCompile>
121       <WarningLevel>Level3</WarningLevel>
122       <PrecompiledHeader>
123       </PrecompiledHeader>
124       <Optimization>MaxSpeed</Optimization>
125       <FunctionLevelLinking>true</FunctionLevelLinking>
126       <IntrinsicFunctions>true</IntrinsicFunctions>
127       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128     </ClCompile>
129     <Link>
130       <SubSystem>Console</SubSystem>
131       <GenerateDebugInformation>true</GenerateDebugInformation>
132       <EnableCOMDATFolding>true</EnableCOMDATFolding>
133       <OptimizeReferences>true</OptimizeReferences>
134     </Link>
135   </ItemDefinitionGroup>
136   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
137     <ClCompile>
138       <WarningLevel>Level3</WarningLevel>
139       <PrecompiledHeader>
140       </PrecompiledHeader>
141       <Optimization>MaxSpeed</Optimization>
142       <FunctionLevelLinking>true</FunctionLevelLinking>
143       <IntrinsicFunctions>true</IntrinsicFunctions>
144       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145     </ClCompile>
146     <Link>
147       <SubSystem>Console</SubSystem>
148       <GenerateDebugInformation>true</GenerateDebugInformation>
149       <EnableCOMDATFolding>true</EnableCOMDATFolding>
150       <OptimizeReferences>true</OptimizeReferences>
151     </Link>
152   </ItemDefinitionGroup>
153   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
154   <ImportGroup Label="ExtensionTargets">
155   </ImportGroup>
156 </Project>