File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 3.5" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<PropTargetFramework >v3.5</PropTargetFramework >
5
- <PropAssemblyVersion >1.6 .0</PropAssemblyVersion >
5
+ <PropAssemblyVersion >0.0 .0</PropAssemblyVersion >
6
6
<PropUsingMono >false</PropUsingMono >
7
7
8
8
<!-- Assembly strong naming - $(MSBuildProjectDirectory) is the RabbitMQ.Client project directory -->
Original file line number Diff line number Diff line change 24
24
25
25
- Copy-paste the "mono workarounds" bit
26
26
27
- - Add empty targets for BeforeBuild, BeforeClean and AfterBuild if not using
28
- them yourself (this is required for compatibility with mono - target override
29
- is not yet implemented properly)
30
-
31
27
- It's probably best to add new files by hand in the project (by copying the
32
28
file to the appropriate location and editing the .csproj by hand)
33
29
You can’t perform that action at this time.
0 commit comments