Browse Source

Build: Disable encryption

pull/3551/head
Amr Satrio 1 year ago committed by GitHub
parent
commit
ab5862b863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      ep_setup/ep_setup.vcxproj

4
ep_setup/ep_setup.vcxproj

@ -33,7 +33,7 @@
<RootNamespace>epsetup</RootNamespace> <RootNamespace>epsetup</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<GitCommitHashShort>0000000</GitCommitHashShort> <GitCommitHashShort>0000000</GitCommitHashShort>
<WithEncryption>true</WithEncryption> <WithEncryption>false</WithEncryption>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@ -389,4 +389,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>

Loading…
Cancel
Save