|
17 | 17 | <Configuration>Release</Configuration> |
18 | 18 | <Platform>x64</Platform> |
19 | 19 | </ProjectConfiguration> |
| 20 | + <ProjectConfiguration Include="WFP|Win32"> |
| 21 | + <Configuration>WFP</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="WFP|x64"> |
| 25 | + <Configuration>WFP</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup> |
21 | 29 | <PropertyGroup Label="Globals"> |
22 | 30 | <ProjectGuid>{CBF6DCA1-F411-44C5-B9C8-993949E62EF9}</ProjectGuid> |
|
31 | 39 | <CharacterSet>Unicode</CharacterSet> |
32 | 40 | <CLRSupport>true</CLRSupport> |
33 | 41 | </PropertyGroup> |
| 42 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'" Label="Configuration"> |
| 43 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 44 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 45 | + <PlatformToolset>v120</PlatformToolset> |
| 46 | + <CharacterSet>Unicode</CharacterSet> |
| 47 | + <CLRSupport>true</CLRSupport> |
| 48 | + </PropertyGroup> |
34 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
35 | 50 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 51 | <UseDebugLibraries>true</UseDebugLibraries> |
37 | 52 | <PlatformToolset>v120</PlatformToolset> |
38 | 53 | <CharacterSet>Unicode</CharacterSet> |
39 | 54 | <CLRSupport>true</CLRSupport> |
40 | 55 | </PropertyGroup> |
| 56 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WFP|x64'" Label="Configuration"> |
| 57 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 58 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 59 | + <PlatformToolset>v120</PlatformToolset> |
| 60 | + <CharacterSet>Unicode</CharacterSet> |
| 61 | + <CLRSupport>true</CLRSupport> |
| 62 | + </PropertyGroup> |
41 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
42 | 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
43 | 65 | <UseDebugLibraries>false</UseDebugLibraries> |
|
60 | 82 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
61 | 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
62 | 84 | </ImportGroup> |
| 85 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'" Label="PropertySheets"> |
| 86 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 87 | + </ImportGroup> |
63 | 88 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
64 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | 90 | </ImportGroup> |
| 91 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='WFP|x64'" Label="PropertySheets"> |
| 92 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 93 | + </ImportGroup> |
66 | 94 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
67 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 96 | </ImportGroup> |
|
73 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 102 | <LinkIncremental>true</LinkIncremental> |
75 | 103 | </PropertyGroup> |
| 104 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'"> |
| 105 | + <LinkIncremental>true</LinkIncremental> |
| 106 | + </PropertyGroup> |
76 | 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
77 | 108 | <LinkIncremental>true</LinkIncremental> |
78 | 109 | </PropertyGroup> |
| 110 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WFP|x64'"> |
| 111 | + <LinkIncremental>true</LinkIncremental> |
| 112 | + </PropertyGroup> |
79 | 113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
80 | 114 | <LinkIncremental>false</LinkIncremental> |
81 | 115 | </PropertyGroup> |
|
98 | 132 | <AdditionalDependencies>Fwpuclnt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
99 | 133 | </Link> |
100 | 134 | </ItemDefinitionGroup> |
| 135 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'"> |
| 136 | + <ClCompile> |
| 137 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 138 | + <WarningLevel>Level3</WarningLevel> |
| 139 | + <Optimization>Disabled</Optimization> |
| 140 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;WFP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 141 | + <SDLCheck>false</SDLCheck> |
| 142 | + </ClCompile> |
| 143 | + <Link> |
| 144 | + <SubSystem>Windows</SubSystem> |
| 145 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 146 | + <AddModuleNamesToAssembly> |
| 147 | + </AddModuleNamesToAssembly> |
| 148 | + <AdditionalDependencies>Fwpuclnt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 149 | + </Link> |
| 150 | + </ItemDefinitionGroup> |
101 | 151 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
102 | 152 | <ClCompile> |
103 | 153 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
115 | 165 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
116 | 166 | </Link> |
117 | 167 | </ItemDefinitionGroup> |
| 168 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='WFP|x64'"> |
| 169 | + <ClCompile> |
| 170 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 171 | + <WarningLevel>Level3</WarningLevel> |
| 172 | + <Optimization>Disabled</Optimization> |
| 173 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;WFP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 174 | + <SDLCheck>false</SDLCheck> |
| 175 | + </ClCompile> |
| 176 | + <Link> |
| 177 | + <SubSystem>Windows</SubSystem> |
| 178 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 179 | + <AddModuleNamesToAssembly> |
| 180 | + </AddModuleNamesToAssembly> |
| 181 | + <AdditionalDependencies>Fwpuclnt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 182 | + <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
| 183 | + </Link> |
| 184 | + </ItemDefinitionGroup> |
118 | 185 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
119 | 186 | <ClCompile> |
120 | 187 | <WarningLevel>Level3</WarningLevel> |
|
162 | 229 | <ItemGroup> |
163 | 230 | <ClCompile Include="dllmain.cpp"> |
164 | 231 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> |
| 232 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'">false</CompileAsManaged> |
165 | 233 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> |
| 234 | + <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='WFP|x64'">false</CompileAsManaged> |
166 | 235 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
167 | 236 | </PrecompiledHeader> |
| 237 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'"> |
| 238 | + </PrecompiledHeader> |
168 | 239 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
169 | 240 | </PrecompiledHeader> |
| 241 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='WFP|x64'"> |
| 242 | + </PrecompiledHeader> |
170 | 243 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> |
171 | 244 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
172 | 245 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
176 | 249 | </ClCompile> |
177 | 250 | <ClCompile Include="stdafx.cpp"> |
178 | 251 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 252 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='WFP|Win32'">Create</PrecompiledHeader> |
179 | 253 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 254 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='WFP|x64'">Create</PrecompiledHeader> |
180 | 255 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
181 | 256 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
182 | 257 | </ClCompile> |
|
0 commit comments