Update VS solution to support 64-bit build
[pforth] / build / win32 / vs2017 / pforth_main.vcxproj
CommitLineData
aef8ce6f 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.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>
73c0fd67 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
aef8ce6f 12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
73c0fd67 16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
aef8ce6f 20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{58B76DB8-1985-4B8A-8E71-C012D8F0C518}</ProjectGuid>
23 <RootNamespace>pforth_main</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
25 <TargetName>pforth</TargetName>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <PlatformToolset>v141</PlatformToolset>
31 <CharacterSet>NotSet</CharacterSet>
32 <WholeProgramOptimization>true</WholeProgramOptimization>
33 </PropertyGroup>
73c0fd67 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
36 <PlatformToolset>v141</PlatformToolset>
37 <CharacterSet>NotSet</CharacterSet>
38 <WholeProgramOptimization>true</WholeProgramOptimization>
39 </PropertyGroup>
aef8ce6f 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <PlatformToolset>v141</PlatformToolset>
43 <CharacterSet>Unicode</CharacterSet>
44 </PropertyGroup>
73c0fd67 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>Application</ConfigurationType>
47 <PlatformToolset>v141</PlatformToolset>
48 <CharacterSet>Unicode</CharacterSet>
49 </PropertyGroup>
aef8ce6f 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 </ImportGroup>
73c0fd67 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
aef8ce6f 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
73c0fd67 62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
aef8ce6f 65 <PropertyGroup Label="UserMacros" />
66 <PropertyGroup>
67 <_ProjectFileVersion>15.0.27130.2010</_ProjectFileVersion>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <OutDir>$(SolutionDir)..\..\..\fth\</OutDir>
71 <IntDir>$(Configuration)\</IntDir>
72 <LinkIncremental>true</LinkIncremental>
73 </PropertyGroup>
73c0fd67 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75 <LinkIncremental>true</LinkIncremental>
76 </PropertyGroup>
aef8ce6f 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <OutDir>$(SolutionDir)..\..\..\fth\</OutDir>
79 <IntDir>$(Configuration)\</IntDir>
80 <LinkIncremental>false</LinkIncremental>
81 </PropertyGroup>
73c0fd67 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83 <LinkIncremental>false</LinkIncremental>
84 </PropertyGroup>
aef8ce6f 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86 <ClCompile>
87 <Optimization>Disabled</Optimization>
88 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89 <MinimalRebuild>true</MinimalRebuild>
90 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
91 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
92 <PrecompiledHeader />
93 <WarningLevel>Level3</WarningLevel>
94 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
95 </ClCompile>
96 <Link>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
98 <SubSystem>Console</SubSystem>
99 <TargetMachine>MachineX86</TargetMachine>
100 </Link>
101 </ItemDefinitionGroup>
73c0fd67 102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103 <ClCompile>
104 <Optimization>Disabled</Optimization>
105 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
107 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
108 <PrecompiledHeader>
109 </PrecompiledHeader>
110 <WarningLevel>Level3</WarningLevel>
111 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
112 </ClCompile>
113 <Link>
114 <GenerateDebugInformation>true</GenerateDebugInformation>
115 <SubSystem>Console</SubSystem>
116 </Link>
117 </ItemDefinitionGroup>
aef8ce6f 118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119 <ClCompile>
120 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
122 <PrecompiledHeader />
123 <WarningLevel>Level3</WarningLevel>
124 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
125 </ClCompile>
126 <Link>
127 <GenerateDebugInformation>true</GenerateDebugInformation>
128 <SubSystem>Console</SubSystem>
129 <OptimizeReferences>true</OptimizeReferences>
130 <EnableCOMDATFolding>true</EnableCOMDATFolding>
131 <TargetMachine>MachineX86</TargetMachine>
132 </Link>
133 </ItemDefinitionGroup>
73c0fd67 134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135 <ClCompile>
136 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
138 <PrecompiledHeader>
139 </PrecompiledHeader>
140 <WarningLevel>Level3</WarningLevel>
141 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
142 </ClCompile>
143 <Link>
144 <GenerateDebugInformation>true</GenerateDebugInformation>
145 <SubSystem>Console</SubSystem>
146 <OptimizeReferences>true</OptimizeReferences>
147 <EnableCOMDATFolding>true</EnableCOMDATFolding>
148 </Link>
149 </ItemDefinitionGroup>
aef8ce6f 150 <ItemGroup>
151 <ClCompile Include="..\..\..\csrc\pfcompil.c" />
152 <ClCompile Include="..\..\..\csrc\pfcustom.c" />
153 <ClCompile Include="..\..\..\csrc\pf_cglue.c" />
154 <ClCompile Include="..\..\..\csrc\pf_clib.c" />
155 <ClCompile Include="..\..\..\csrc\pf_core.c" />
156 <ClCompile Include="..\..\..\csrc\pf_inner.c" />
157 <ClCompile Include="..\..\..\csrc\pf_io.c" />
158 <ClCompile Include="..\..\..\csrc\pf_io_none.c" />
159 <ClCompile Include="..\..\..\csrc\pf_main.c" />
160 <ClCompile Include="..\..\..\csrc\pf_mem.c" />
161 <ClCompile Include="..\..\..\csrc\pf_save.c" />
162 <ClCompile Include="..\..\..\csrc\pf_text.c" />
163 <ClCompile Include="..\..\..\csrc\pf_words.c" />
164 <ClCompile Include="..\..\..\csrc\stdio\pf_fileio_stdio.c" />
165 <ClCompile Include="..\..\..\csrc\win32_console\pf_io_win32_console.c" />
166 </ItemGroup>
167 <ItemGroup>
168 <ClInclude Include="..\..\..\csrc\pfcompfp.h" />
169 <ClInclude Include="..\..\..\csrc\pfcompil.h" />
170 <ClInclude Include="..\..\..\csrc\pfdicdat.h" />
171 <ClInclude Include="..\..\..\csrc\pfdicdat_arm.h" />
172 <ClInclude Include="..\..\..\csrc\pfinnrfp.h" />
173 <ClInclude Include="..\..\..\csrc\pforth.h" />
174 <ClInclude Include="..\..\..\csrc\pf_all.h" />
175 <ClInclude Include="..\..\..\csrc\pf_cglue.h" />
176 <ClInclude Include="..\..\..\csrc\pf_clib.h" />
177 <ClInclude Include="..\..\..\csrc\pf_core.h" />
178 <ClInclude Include="..\..\..\csrc\pf_float.h" />
179 <ClInclude Include="..\..\..\csrc\pf_guts.h" />
180 <ClInclude Include="..\..\..\csrc\pf_host.h" />
181 <ClInclude Include="..\..\..\csrc\pf_inc1.h" />
182 <ClInclude Include="..\..\..\csrc\pf_io.h" />
183 <ClInclude Include="..\..\..\csrc\pf_mem.h" />
184 <ClInclude Include="..\..\..\csrc\pf_save.h" />
185 <ClInclude Include="..\..\..\csrc\pf_text.h" />
186 <ClInclude Include="..\..\..\csrc\pf_types.h" />
187 <ClInclude Include="..\..\..\csrc\pf_win32.h" />
188 <ClInclude Include="..\..\..\csrc\pf_words.h" />
189 </ItemGroup>
190 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
191 <ImportGroup Label="ExtensionTargets">
192 </ImportGroup>
193</Project>