forked from rabbitmq/rabbitmq-dotnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocal.props.example
More file actions
19 lines (15 loc) · 1.02 KB
/
Local.props.example
File metadata and controls
19 lines (15 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PropTargetFramework>v3.0</PropTargetFramework>
<PropAssemblyVersion>0.0.0.0</PropAssemblyVersion>
<PropUsingMono>false</PropUsingMono>
<!-- Assembly strong naming - $(MSBuildProjectDirectory) is the RabbitMQ.Client project directory -->
<!-- <PropKeyfile>$(MSBuildProjectDirectory)\rabbit.snk</PropKeyfile> -->
<!-- Program to prepend to commands when launching .exe files (note the trailing space) -->
<!-- (do not worry about this under Windows, just set PropUsingMono to false) -->
<PropLaunchExe Condition="'$(PropUsingMono)' == 'true'">mono </PropLaunchExe>
<!-- WCF component only for Windows, .NET 3.0 or higher -->
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true' And ('$(PropTargetFramework)' == 'v3.0' Or '$(PropTargetFramework)' == 'v3.5' Or '$(PropTargetFramework)' == 'v4.0')">true</PropBuildWcf>
</PropertyGroup>
</Project>