Skip to content

Commit

Permalink
Disable ThemeInfo in Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed May 6, 2012
1 parent e4d8b33 commit 6c9e8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactiveUI.Xaml/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyProduct("ReactiveUI.Xaml")]
[assembly: AssemblyVersion("3.1.1.0")]

#if !(WINRT || SILVERLIGHT)
#if !(WINRT || SILVERLIGHT || MONO)
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
Expand Down
2 changes: 1 addition & 1 deletion ReactiveUI.Xaml/ReactiveUI.Xaml_Mono.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>DEBUG;TRACE; MONO</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
Expand Down

0 comments on commit 6c9e8f2

Please sign in to comment.