Add support for vs2017 and update .gitignore to ignore vs cruft
[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>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{58B76DB8-1985-4B8A-8E71-C012D8F0C518}</ProjectGuid>
15 <RootNamespace>pforth_main</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 <TargetName>pforth</TargetName>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
22 <PlatformToolset>v141</PlatformToolset>
23 <CharacterSet>NotSet</CharacterSet>
24 <WholeProgramOptimization>true</WholeProgramOptimization>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <PlatformToolset>v141</PlatformToolset>
29 <CharacterSet>Unicode</CharacterSet>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 </ImportGroup>
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 </ImportGroup>
37 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39 </ImportGroup>
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup>
42 <_ProjectFileVersion>15.0.27130.2010</_ProjectFileVersion>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <OutDir>$(SolutionDir)..\..\..\fth\</OutDir>
46 <IntDir>$(Configuration)\</IntDir>
47 <LinkIncremental>true</LinkIncremental>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50 <OutDir>$(SolutionDir)..\..\..\fth\</OutDir>
51 <IntDir>$(Configuration)\</IntDir>
52 <LinkIncremental>false</LinkIncremental>
53 </PropertyGroup>
54 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55 <ClCompile>
56 <Optimization>Disabled</Optimization>
57 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <MinimalRebuild>true</MinimalRebuild>
59 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
60 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
61 <PrecompiledHeader />
62 <WarningLevel>Level3</WarningLevel>
63 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
64 </ClCompile>
65 <Link>
66 <GenerateDebugInformation>true</GenerateDebugInformation>
67 <SubSystem>Console</SubSystem>
68 <TargetMachine>MachineX86</TargetMachine>
69 </Link>
70 </ItemDefinitionGroup>
71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72 <ClCompile>
73 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PF_SUPPORT_FP;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
75 <PrecompiledHeader />
76 <WarningLevel>Level3</WarningLevel>
77 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78 </ClCompile>
79 <Link>
80 <GenerateDebugInformation>true</GenerateDebugInformation>
81 <SubSystem>Console</SubSystem>
82 <OptimizeReferences>true</OptimizeReferences>
83 <EnableCOMDATFolding>true</EnableCOMDATFolding>
84 <TargetMachine>MachineX86</TargetMachine>
85 </Link>
86 </ItemDefinitionGroup>
87 <ItemGroup>
88 <ClCompile Include="..\..\..\csrc\pfcompil.c" />
89 <ClCompile Include="..\..\..\csrc\pfcustom.c" />
90 <ClCompile Include="..\..\..\csrc\pf_cglue.c" />
91 <ClCompile Include="..\..\..\csrc\pf_clib.c" />
92 <ClCompile Include="..\..\..\csrc\pf_core.c" />
93 <ClCompile Include="..\..\..\csrc\pf_inner.c" />
94 <ClCompile Include="..\..\..\csrc\pf_io.c" />
95 <ClCompile Include="..\..\..\csrc\pf_io_none.c" />
96 <ClCompile Include="..\..\..\csrc\pf_main.c" />
97 <ClCompile Include="..\..\..\csrc\pf_mem.c" />
98 <ClCompile Include="..\..\..\csrc\pf_save.c" />
99 <ClCompile Include="..\..\..\csrc\pf_text.c" />
100 <ClCompile Include="..\..\..\csrc\pf_words.c" />
101 <ClCompile Include="..\..\..\csrc\stdio\pf_fileio_stdio.c" />
102 <ClCompile Include="..\..\..\csrc\win32_console\pf_io_win32_console.c" />
103 </ItemGroup>
104 <ItemGroup>
105 <ClInclude Include="..\..\..\csrc\pfcompfp.h" />
106 <ClInclude Include="..\..\..\csrc\pfcompil.h" />
107 <ClInclude Include="..\..\..\csrc\pfdicdat.h" />
108 <ClInclude Include="..\..\..\csrc\pfdicdat_arm.h" />
109 <ClInclude Include="..\..\..\csrc\pfinnrfp.h" />
110 <ClInclude Include="..\..\..\csrc\pforth.h" />
111 <ClInclude Include="..\..\..\csrc\pf_all.h" />
112 <ClInclude Include="..\..\..\csrc\pf_cglue.h" />
113 <ClInclude Include="..\..\..\csrc\pf_clib.h" />
114 <ClInclude Include="..\..\..\csrc\pf_core.h" />
115 <ClInclude Include="..\..\..\csrc\pf_float.h" />
116 <ClInclude Include="..\..\..\csrc\pf_guts.h" />
117 <ClInclude Include="..\..\..\csrc\pf_host.h" />
118 <ClInclude Include="..\..\..\csrc\pf_inc1.h" />
119 <ClInclude Include="..\..\..\csrc\pf_io.h" />
120 <ClInclude Include="..\..\..\csrc\pf_mem.h" />
121 <ClInclude Include="..\..\..\csrc\pf_save.h" />
122 <ClInclude Include="..\..\..\csrc\pf_text.h" />
123 <ClInclude Include="..\..\..\csrc\pf_types.h" />
124 <ClInclude Include="..\..\..\csrc\pf_win32.h" />
125 <ClInclude Include="..\..\..\csrc\pf_words.h" />
126 </ItemGroup>
127 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
128 <ImportGroup Label="ExtensionTargets">
129 </ImportGroup>
130</Project>