File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ using System . Reflection ;
2
+ using System . Runtime . InteropServices ;
3
+ using System . Runtime . CompilerServices ;
4
+
5
+ [ assembly: AssemblyDescription ( "An MVVM framework that integrates the Reactive Extensions" ) ]
6
+ [ assembly: AssemblyProduct ( "ReactiveUI.Android" ) ]
7
+ [ assembly: AssemblyVersion ( "4.5.0" ) ]
Original file line number Diff line number Diff line change 60
60
<ItemGroup >
61
61
<Compile Include =" AndroidUIScheduler.cs" />
62
62
<Compile Include =" ServiceLocationRegistration.cs" />
63
+ <Compile Include =" Properties\AssemblyInfo.cs" />
63
64
</ItemGroup >
64
65
<Import Project =" $(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
65
66
<ItemGroup >
Original file line number Diff line number Diff line change 93
93
<Compile Include =" TargetActionCommandBinder.cs" />
94
94
<Compile Include =" ViewModelViewHost.cs" />
95
95
<Compile Include =" RoutedViewHost.cs" />
96
+ <Compile Include =" Properties\AssemblyInfo.cs" />
96
97
</ItemGroup >
97
98
<ItemGroup >
98
99
<ProjectReference Include =" ..\ReactiveUI\ReactiveUI_Mono.csproj" >
You can’t perform that action at this time.
0 commit comments