]> Shamusworld >> Repos - rmac/blob - Vs2015/68ktab/68ktab.vcxproj
Long forgotten helper script which is used to create tables for VS builds
[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>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99     </ClCompile>
100     <Link>
101       <SubSystem>Console</SubSystem>
102       <GenerateDebugInformation>true</GenerateDebugInformation>
103     </Link>
104   </ItemDefinitionGroup>
105   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106     <ClCompile>
107       <PrecompiledHeader>
108       </PrecompiledHeader>
109       <WarningLevel>Level3</WarningLevel>
110       <Optimization>Disabled</Optimization>
111       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112     </ClCompile>
113     <Link>
114       <SubSystem>Console</SubSystem>
115       <GenerateDebugInformation>true</GenerateDebugInformation>
116     </Link>
117   </ItemDefinitionGroup>
118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119     <ClCompile>
120       <WarningLevel>Level3</WarningLevel>
121       <PrecompiledHeader>
122       </PrecompiledHeader>
123       <Optimization>MaxSpeed</Optimization>
124       <FunctionLevelLinking>true</FunctionLevelLinking>
125       <IntrinsicFunctions>true</IntrinsicFunctions>
126       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127     </ClCompile>
128     <Link>
129       <SubSystem>Console</SubSystem>
130       <GenerateDebugInformation>true</GenerateDebugInformation>
131       <EnableCOMDATFolding>true</EnableCOMDATFolding>
132       <OptimizeReferences>true</OptimizeReferences>
133     </Link>
134   </ItemDefinitionGroup>
135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
136     <ClCompile>
137       <WarningLevel>Level3</WarningLevel>
138       <PrecompiledHeader>
139       </PrecompiledHeader>
140       <Optimization>MaxSpeed</Optimization>
141       <FunctionLevelLinking>true</FunctionLevelLinking>
142       <IntrinsicFunctions>true</IntrinsicFunctions>
143       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144     </ClCompile>
145     <Link>
146       <SubSystem>Console</SubSystem>
147       <GenerateDebugInformation>true</GenerateDebugInformation>
148       <EnableCOMDATFolding>true</EnableCOMDATFolding>
149       <OptimizeReferences>true</OptimizeReferences>
150     </Link>
151   </ItemDefinitionGroup>
152   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
153   <ImportGroup Label="ExtensionTargets">
154   </ImportGroup>
155 </Project>