File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<PropTargetFramework >v4.0</PropTargetFramework >
5
- <PropUsingMono >@ USINGMONO@ </PropUsingMono >
5
+ <PropUsingMono >$( USINGMONO) </PropUsingMono >
6
6
<PropLaunchExe Condition =" '$(PropUsingMono)' == 'true'" >mono </PropLaunchExe >
7
- <PropBuildWinRT >@ BUILDWINRT@ </PropBuildWinRT >
7
+ <PropBuildWinRT >$( BUILDWINRT) </PropBuildWinRT >
8
8
<PropBuildWcf Condition =" '$(PropUsingMono)' != 'true'" >true</PropBuildWcf >
9
- <PropAssemblyVersion >@ APPVEYOR_BUILD_VERSION@ </PropAssemblyVersion >
9
+ <PropAssemblyVersion >$( APPVEYOR_BUILD_VERSION) </PropAssemblyVersion >
10
10
<PropKeyfile >c:\projects\rabbitmq-dotnet-client\rabbit.snk</PropKeyfile >
11
11
</PropertyGroup >
12
12
</Project >
You can’t perform that action at this time.
0 commit comments