| <?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|ARM64"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>ARM64</Platform> | |
| </ProjectConfiguration> | |
| <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|ARM64"> | |
| <Configuration>Release</Configuration> | |
| <Platform>ARM64</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"> | |
| <VCProjectVersion>15.0</VCProjectVersion> | |
| <ProjectGuid>{A06436E7-D576-490D-8BA0-0751D920334A}</ProjectGuid> | |
| <Keyword>Win32Proj</Keyword> | |
| <RootNamespace>tapctl</RootNamespace> | |
| <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <PlatformToolset>v142</PlatformToolset> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> | |
| <SpectreMitigation>Spectre</SpectreMitigation> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <PlatformToolset>v142</PlatformToolset> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <SpectreMitigation>Spectre</SpectreMitigation> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <PlatformToolset>v142</PlatformToolset> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <SpectreMitigation>Spectre</SpectreMitigation> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <PlatformToolset>v142</PlatformToolset> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support> | |
| <SpectreMitigation>Spectre</SpectreMitigation> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <PlatformToolset>v142</PlatformToolset> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <SpectreMitigation>Spectre</SpectreMitigation> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <PlatformToolset>v142</PlatformToolset> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <CharacterSet>Unicode</CharacterSet> | |
| <SpectreMitigation>Spectre</SpectreMitigation> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Label="Shared"> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="..\compat\Debug.props" /> | |
| <Import Project="tapctl.props" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="..\compat\Debug.props" /> | |
| <Import Project="tapctl.props" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="..\compat\Debug.props" /> | |
| <Import Project="tapctl.props" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="..\compat\Release.props" /> | |
| <Import Project="tapctl.props" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="..\compat\Release.props" /> | |
| <Import Project="tapctl.props" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| <Import Project="..\compat\Release.props" /> | |
| <Import Project="tapctl.props" /> | |
| </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | |
| <VcpkgEnabled>true</VcpkgEnabled> | |
| </PropertyGroup> | |
| <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | |
| <VcpkgEnabled>true</VcpkgEnabled> | |
| </PropertyGroup> | |
| <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <VcpkgEnabled>true</VcpkgEnabled> | |
| </PropertyGroup> | |
| <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <VcpkgEnabled>true</VcpkgEnabled> | |
| </PropertyGroup> | |
| <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <VcpkgEnabled>true</VcpkgEnabled> | |
| </PropertyGroup> | |
| <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <VcpkgEnabled>true</VcpkgEnabled> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> | |
| <ClCompile> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalOptions>/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> | |
| <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | |
| <ClCompile> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalOptions>/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> | |
| <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalOptions>/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> | |
| <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalOptions>/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> | |
| <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| <Link> | |
| <CETCompat>true</CETCompat> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <ClCompile> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalOptions>/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> | |
| <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <Link> | |
| <CETCompat>true</CETCompat> | |
| </Link> | |
| <ClCompile> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalOptions>/ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> | |
| <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| </ClCompile> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClCompile Include="error.c" /> | |
| <ClCompile Include="tap.c" /> | |
| <ClCompile Include="main.c" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClInclude Include="basic.h" /> | |
| <ClInclude Include="error.h" /> | |
| <ClInclude Include="tap.h" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ResourceCompile Include="tapctl_resources.rc" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\..\build\msvc\msvc-generate\msvc-generate.vcxproj"> | |
| <Project>{8598c2c8-34c4-47a1-99b0-7c295a890615}</Project> | |
| <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
| </ProjectReference> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Manifest Include="tapctl.exe.manifest" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |