Skip to content

Commit

Permalink
Minor fixes to facilitate compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Apr 9, 2020
1 parent f96cf7e commit 8716685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sandboxie/core/dll/SboxDll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SbieDebug|Win32'">
<TargetExt>.dll</TargetExt>
<TargetName>SbieDll</TargetName>
<LibraryPath>$(WDKPATH)\lib\wnet\i386;$(LibraryPath)</LibraryPath>
<LibraryPath>C:\WinDDK\7600.16385.1\lib\wnet\i386</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SbieDebug|x64'">
<TargetExt>.dll</TargetExt>
<TargetName>SbieDll</TargetName>
<LibraryPath>$(WDKPATH)\lib\wnet\amd64;$(LibraryPath)</LibraryPath>
<LibraryPath>C:\WinDDK\7600.16385.1\lib\wnet\amd64</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SbieRelease|Win32'">
<TargetExt>.dll</TargetExt>
<TargetName>SbieDll</TargetName>
<LibraryPath>$(WDKPATH)\lib\wnet\i386;$(LibraryPath)</LibraryPath>
<LibraryPath>C:\WinDDK\7600.16385.1\lib\wnet\i386</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SbieRelease|x64'">
<TargetExt>.dll</TargetExt>
<TargetName>SbieDll</TargetName>
<LibraryPath>$(WDKPATH)\lib\wnet\amd64;$(LibraryPath)</LibraryPath>
<LibraryPath>C:\WinDDK\7600.16385.1\lib\wnet\amd64</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SbieDebug|Win32'">
<ClCompile>
Expand Down

0 comments on commit 8716685

Please sign in to comment.