|
9 | 9 | <Configuration>Debug</Configuration> |
10 | 10 | <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 13 | + <Configuration>Debug</Configuration> |
| 14 | + <Platform>ARM64</Platform> |
| 15 | + </ProjectConfiguration> |
12 | 16 | <ProjectConfiguration Include="Release|Win32"> |
13 | 17 | <Configuration>Release</Configuration> |
14 | 18 | <Platform>Win32</Platform> |
|
17 | 21 | <Configuration>Release</Configuration> |
18 | 22 | <Platform>x64</Platform> |
19 | 23 | </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Release|ARM64"> |
| 25 | + <Configuration>Release</Configuration> |
| 26 | + <Platform>ARM64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup> |
21 | 29 | <PropertyGroup Label="Globals"> |
22 | 30 | <ProjectGuid>{8C89E16E-9C36-45EF-A491-F4EBD4A8D8F1}</ProjectGuid> |
|
37 | 45 | <CharacterSet>Unicode</CharacterSet> |
38 | 46 | <WholeProgramOptimization>true</WholeProgramOptimization> |
39 | 47 | </PropertyGroup> |
| 48 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
| 49 | + <ConfigurationType>Application</ConfigurationType> |
| 50 | + <PlatformToolset>v141</PlatformToolset> |
| 51 | + <CharacterSet>Unicode</CharacterSet> |
| 52 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 53 | + </PropertyGroup> |
40 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
41 | 55 | <ConfigurationType>Application</ConfigurationType> |
42 | 56 | <PlatformToolset>v141</PlatformToolset> |
|
47 | 61 | <PlatformToolset>v141</PlatformToolset> |
48 | 62 | <CharacterSet>Unicode</CharacterSet> |
49 | 63 | </PropertyGroup> |
| 64 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
| 65 | + <ConfigurationType>Application</ConfigurationType> |
| 66 | + <PlatformToolset>v141</PlatformToolset> |
| 67 | + <CharacterSet>Unicode</CharacterSet> |
| 68 | + </PropertyGroup> |
50 | 69 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
51 | 70 | <ImportGroup Label="ExtensionSettings"> |
52 | 71 | </ImportGroup> |
|
56 | 75 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
57 | 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
58 | 77 | </ImportGroup> |
| 78 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 79 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 80 | + </ImportGroup> |
59 | 81 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
60 | 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
61 | 83 | </ImportGroup> |
62 | 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
63 | 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | 86 | </ImportGroup> |
| 87 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 88 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 89 | + </ImportGroup> |
65 | 90 | <PropertyGroup Label="UserMacros" /> |
66 | 91 | <PropertyGroup> |
67 | 92 | <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion> |
|
78 | 103 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
79 | 104 | <TargetName>snifftest</TargetName> |
80 | 105 | </PropertyGroup> |
| 106 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 107 | + <LinkIncremental>true</LinkIncremental> |
| 108 | + <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir> |
| 109 | + <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
| 110 | + <TargetName>snifftest</TargetName> |
| 111 | + </PropertyGroup> |
81 | 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
82 | 113 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
83 | 114 | <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir> |
|
90 | 121 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
91 | 122 | <TargetName>snifftest</TargetName> |
92 | 123 | </PropertyGroup> |
| 124 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 125 | + <LinkIncremental>false</LinkIncremental> |
| 126 | + <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir> |
| 127 | + <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
| 128 | + <TargetName>snifftest</TargetName> |
| 129 | + </PropertyGroup> |
93 | 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
94 | 131 | <ClCompile> |
95 | 132 | <Optimization>Disabled</Optimization> |
|
129 | 166 | <SubSystem>Console</SubSystem> |
130 | 167 | </Link> |
131 | 168 | </ItemDefinitionGroup> |
| 169 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 170 | + <ClCompile> |
| 171 | + <Optimization>Disabled</Optimization> |
| 172 | + <AdditionalIncludeDirectories>../../../WpdPack/Include;../..;../../IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 173 | + <PreprocessorDefinitions>WIN32;WOLFSSL_USER_SETTINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 174 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 175 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 176 | + <PrecompiledHeader> |
| 177 | + </PrecompiledHeader> |
| 178 | + <WarningLevel>Level3</WarningLevel> |
| 179 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 180 | + </ClCompile> |
| 181 | + <Link> |
| 182 | + <AdditionalDependencies>wpcap.lib;Packet.lib;sslSniffer.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 183 | + <AdditionalLibraryDirectories>../../../WpdPack/Lib/x64;$(SolutionDir)$(Configuration)\$(Platform)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 184 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 185 | + <SubSystem>Console</SubSystem> |
| 186 | + </Link> |
| 187 | + </ItemDefinitionGroup> |
132 | 188 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
133 | 189 | <ClCompile> |
134 | 190 | <Optimization>MaxSpeed</Optimization> |
|
173 | 229 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
174 | 230 | </Link> |
175 | 231 | </ItemDefinitionGroup> |
| 232 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 233 | + <ClCompile> |
| 234 | + <Optimization>MaxSpeed</Optimization> |
| 235 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 236 | + <AdditionalIncludeDirectories>../../../WpdPack/Include;../..;../../IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 237 | + <PreprocessorDefinitions>WIN32;WOLFSSL_USER_SETTINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 238 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 239 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 240 | + <PrecompiledHeader> |
| 241 | + </PrecompiledHeader> |
| 242 | + <WarningLevel>Level3</WarningLevel> |
| 243 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 244 | + </ClCompile> |
| 245 | + <Link> |
| 246 | + <AdditionalDependencies>wpcap.lib;Packet.lib;sslSniffer.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 247 | + <AdditionalLibraryDirectories>../../../WpdPack/Lib/x64;$(SolutionDir)$(Configuration)\$(Platform)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 248 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 249 | + <SubSystem>Console</SubSystem> |
| 250 | + <OptimizeReferences>true</OptimizeReferences> |
| 251 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 252 | + </Link> |
| 253 | + </ItemDefinitionGroup> |
176 | 254 | <ItemGroup> |
177 | 255 | <ClCompile Include="snifftest.c" /> |
178 | 256 | </ItemGroup> |
|
0 commit comments