Skip to content

Commit e5f395e

Browse files
committed
Updating ZeroMQ.*.csproj
1 parent 110003c commit e5f395e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

ZeroMQ.VS.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<RestorePackages>true</RestorePackages>
1717
<TargetFrameworkProfile>
1818
</TargetFrameworkProfile>
19+
<UseMSBuildEngine>False</UseMSBuildEngine>
1920
</PropertyGroup>
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2122
<DebugSymbols>true</DebugSymbols>
@@ -27,7 +28,7 @@
2728
<WarningLevel>4</WarningLevel>
2829
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2930
<!-- XML documentation file for Debug configuration -->
30-
<DocumentationFile>bin\Debug\ZeroMQ.XML</DocumentationFile>
31+
<DocumentationFile>bin\Debug\ZeroMQ.xml</DocumentationFile>
3132
</PropertyGroup>
3233
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3334
<Optimize>true</Optimize>
@@ -37,7 +38,7 @@
3738
<WarningLevel>4</WarningLevel>
3839
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3940
<!-- XML documentation file for Release configuration -->
40-
<DocumentationFile>bin\Release\ZeroMQ.XML</DocumentationFile>
41+
<DocumentationFile>bin\Release\ZeroMQ.xml</DocumentationFile>
4142
</PropertyGroup>
4243
<PropertyGroup>
4344
<SignAssembly>true</SignAssembly>
@@ -134,4 +135,4 @@
134135
<None Include="ZeroMQ.snk" />
135136
</ItemGroup>
136137
<ItemGroup />
137-
</Project>
138+
</Project>

ZeroMQ.mono.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<RestorePackages>true</RestorePackages>
1515
<TargetFrameworkProfile>
1616
</TargetFrameworkProfile>
17+
<UseMSBuildEngine>False</UseMSBuildEngine>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<DebugSymbols>true</DebugSymbols>
@@ -25,7 +26,7 @@
2526
<WarningLevel>4</WarningLevel>
2627
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2728
<!-- XML documentation file for Debug configuration -->
28-
<DocumentationFile>bin\Debug\ZeroMQ.XML</DocumentationFile>
29+
<DocumentationFile>bin\Debug\ZeroMQ.xml</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<Optimize>true</Optimize>
@@ -35,7 +36,7 @@
3536
<WarningLevel>4</WarningLevel>
3637
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3738
<!-- XML documentation file for Release configuration -->
38-
<DocumentationFile>bin\Release\ZeroMQ.XML</DocumentationFile>
39+
<DocumentationFile>bin\Release\ZeroMQ.xml</DocumentationFile>
3940
</PropertyGroup>
4041
<PropertyGroup>
4142
<SignAssembly>true</SignAssembly>
@@ -133,4 +134,4 @@
133134
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
134135
</Content>
135136
</ItemGroup>
136-
</Project>
137+
</Project>

0 commit comments

Comments
 (0)