Skip to content

Commit ab8228a

Browse files
committed
Update server configs
1 parent 6273689 commit ab8228a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

server/DeployJsDbg/DeployJsDbg.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>DeployJsDbg</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
1515
<TargetFrameworkProfile />
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|AnyCPU'">

server/JsDbg.VisualStudio/app.config

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<runtime>
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
6+
<assemblyIdentity name="Microsoft.VisualStudio.Shell.Framework" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
67
<assemblyIdentity name="System.Design" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
78
<bindingRedirect oldVersion="0.0.0.0-15.0.0.0" newVersion="15.0.0.0" />
89
</dependentAssembly>

server/Unelevate/Unelevate.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<UseDebugLibraries>false</UseDebugLibraries>
3535
<WholeProgramOptimization>true</WholeProgramOptimization>
3636
<LinkIncremental>false</LinkIncremental>
37+
<SpectreMitigation>false</SpectreMitigation>
3738
</PropertyGroup>
3839
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3940
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)