- 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
91 lines
4.9 KiB
XML
91 lines
4.9 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>{000E2935-DB81-4A60-BE07-1E46B21502ED}</ProjectGuid>
|
|
<RootNamespace>fp_test</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>Application</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>
|
|
<ItemDefinitionGroup>
|
|
<Link>
|
|
<AdditionalDependencies>sim_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<Profile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</Profile>
|
|
<Profile Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Inst|Win32'">true</Profile>
|
|
<Profile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</Profile>
|
|
<Profile Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Inst|x64'">true</Profile>
|
|
</Link>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Inst|x64'">$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;_SCL_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;_SCL_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;_SCL_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Inst|Win32'">$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;_SCL_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;_SCL_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PreprocessorDefinitions);_WIN32_WINNT=0x0501;_USING_V110_SDK71_;_SCL_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="fp_test.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
</Project> |