forked from rabbitmq/rabbitmq-dotnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocal.props.example
22 lines (17 loc) · 1.05 KB
/
Local.props.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PropTargetFramework>v4.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 --debug </PropLaunchExe>
<!-- WCF component only for Windows -->
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true'">true</PropBuildWcf>
<!-- Uncomment to run a single test case with /t:RunSingleUnitTest -->
<!-- <PropTestToRun>RabbitMQ.Client.Unit.TestConnectionRecovery</PropTestToRun> -->
</PropertyGroup>
</Project>