Skip to content

Commit

Permalink
Updating ZeroMQ.*.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
metadings committed Dec 14, 2016
1 parent 110003c commit e5f395e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ZeroMQ.VS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<UseMSBuildEngine>False</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -27,7 +28,7 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- XML documentation file for Debug configuration -->
<DocumentationFile>bin\Debug\ZeroMQ.XML</DocumentationFile>
<DocumentationFile>bin\Debug\ZeroMQ.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
Expand All @@ -37,7 +38,7 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- XML documentation file for Release configuration -->
<DocumentationFile>bin\Release\ZeroMQ.XML</DocumentationFile>
<DocumentationFile>bin\Release\ZeroMQ.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down Expand Up @@ -134,4 +135,4 @@
<None Include="ZeroMQ.snk" />
</ItemGroup>
<ItemGroup />
</Project>
</Project>
7 changes: 4 additions & 3 deletions ZeroMQ.mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<UseMSBuildEngine>False</UseMSBuildEngine>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -25,7 +26,7 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- XML documentation file for Debug configuration -->
<DocumentationFile>bin\Debug\ZeroMQ.XML</DocumentationFile>
<DocumentationFile>bin\Debug\ZeroMQ.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
Expand All @@ -35,7 +36,7 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- XML documentation file for Release configuration -->
<DocumentationFile>bin\Release\ZeroMQ.XML</DocumentationFile>
<DocumentationFile>bin\Release\ZeroMQ.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down Expand Up @@ -133,4 +134,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
</Project>

0 comments on commit e5f395e

Please sign in to comment.