浏览代码

Removed hosted process in release mode

master
PrzemyslawKlys 8 年前
父节点
当前提交
01721e49ea
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      Documentation/Help/Documentation.chm
  2. 2
    0
      Examples/Examples.csproj

二进制
Documentation/Help/Documentation.chm 查看文件


+ 2
- 0
Examples/Examples.csproj 查看文件

@@ -50,6 +50,8 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Release\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
<Optimize>true</Optimize>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

正在加载...
取消
保存