1
0
mirror of synced 2026-04-18 16:57:13 +00:00
Files
andrastantos.cray-sim/simulator/pdcurses/pdcurses.vcxproj
Andras Tantos dc11ecf6a5 Followed up with latest changes on Windows:
- Updated to boost 1.82
- Fixed TAP driver enumeration change
- Added .bat files to start simulator
- Updated to platform tolset v143
- Removed NuGET boost dependency
- Added gitignore to hide most stuff that we don't want to track
- Removed profile from putty command line
- Changed TAP driver name to what is the default with OpenVPN install
2023-01-29 11:11:22 -08:00

139 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release_PGO_Inst|Win32">
<Configuration>Release_PGO_Inst</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release_PGO_Inst|x64">
<Configuration>Release_PGO_Inst</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{30219775-4C69-4E2A-9A6C-7D1D6B226E5F}</ProjectGuid>
<RootNamespace>pdcurses</RootNamespace>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Inst|Win32'" Label="Configuration">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Inst|x64'" Label="Configuration">
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="..\common.props" />
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ItemGroup>
<ClInclude Include="curses.h" />
<ClInclude Include="curspriv.h" />
<ClInclude Include="panel.h" />
<ClInclude Include="term.h" />
<ClInclude Include="win32\pdcwin.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="pdcurses\addch.c" />
<ClCompile Include="pdcurses\addchstr.c" />
<ClCompile Include="pdcurses\addstr.c" />
<ClCompile Include="pdcurses\attr.c" />
<ClCompile Include="pdcurses\beep.c" />
<ClCompile Include="pdcurses\bkgd.c" />
<ClCompile Include="pdcurses\border.c" />
<ClCompile Include="pdcurses\clear.c" />
<ClCompile Include="pdcurses\color.c" />
<ClCompile Include="pdcurses\debug.c" />
<ClCompile Include="pdcurses\delch.c" />
<ClCompile Include="pdcurses\deleteln.c" />
<ClCompile Include="pdcurses\deprec.c" />
<ClCompile Include="pdcurses\getch.c" />
<ClCompile Include="pdcurses\getstr.c" />
<ClCompile Include="pdcurses\getyx.c" />
<ClCompile Include="pdcurses\inch.c" />
<ClCompile Include="pdcurses\inchstr.c" />
<ClCompile Include="pdcurses\initscr.c" />
<ClCompile Include="pdcurses\inopts.c" />
<ClCompile Include="pdcurses\insch.c" />
<ClCompile Include="pdcurses\insstr.c" />
<ClCompile Include="pdcurses\instr.c" />
<ClCompile Include="pdcurses\kernel.c" />
<ClCompile Include="pdcurses\keyname.c" />
<ClCompile Include="pdcurses\mouse.c" />
<ClCompile Include="pdcurses\move.c" />
<ClCompile Include="pdcurses\outopts.c" />
<ClCompile Include="pdcurses\overlay.c" />
<ClCompile Include="pdcurses\pad.c" />
<ClCompile Include="pdcurses\panel.c" />
<ClCompile Include="pdcurses\printw.c" />
<ClCompile Include="pdcurses\refresh.c" />
<ClCompile Include="pdcurses\scanw.c" />
<ClCompile Include="pdcurses\scroll.c" />
<ClCompile Include="pdcurses\scr_dump.c" />
<ClCompile Include="pdcurses\slk.c" />
<ClCompile Include="pdcurses\termattr.c" />
<ClCompile Include="pdcurses\terminfo.c" />
<ClCompile Include="pdcurses\touch.c" />
<ClCompile Include="pdcurses\util.c" />
<ClCompile Include="pdcurses\window.c" />
<ClCompile Include="win32\pdcclip.c" />
<ClCompile Include="win32\pdcdisp.c" />
<ClCompile Include="win32\pdcgetsc.c" />
<ClCompile Include="win32\pdckbd.c" />
<ClCompile Include="win32\pdcscrn.c" />
<ClCompile Include="win32\pdcsetsc.c" />
<ClCompile Include="win32\pdcutil.c" />
</ItemGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release_PGO_Inst'">
<ClCompile>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_USING_V110_SDK71_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>