Fix dll has been blocked problems

1. Fix #536
2. Fix #279
ref: https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx
This commit is contained in:
bao-qian
2016-03-27 00:54:00 +00:00
parent c3b6b8d821
commit 0538d082dc
2 changed files with 8 additions and 0 deletions

7
Wox/App.config Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<configuration>
<!--https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx-->
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>

View File

@@ -187,6 +187,7 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<None Include="App.config" />
<None Include="Languages\zh-cn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>