Skip to content

Commit

Permalink
Fix dll has been blocked problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bao-qian committed Mar 27, 2016
1 parent 13abda7 commit 33a2c5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Wox/App.config
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions Wox/Wox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 33a2c5b

Please sign in to comment.