Skip to content

Commit

Permalink
#444 Remove WinRT and WinRT81 symbols from project
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed May 30, 2017
1 parent 3d9bea1 commit 1c0ac45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\uwp\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;WinRT;WinRT81</DefineConstants>
<DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\bin\uwp\Debug\Caliburn.Micro.Platform.UWP.XML</DocumentationFile>
Expand All @@ -35,7 +35,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\uwp\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;WinRT;WinRT81</DefineConstants>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\bin\uwp\Release\Caliburn.Micro.Platform.UWP.XML</DocumentationFile>
Expand Down

0 comments on commit 1c0ac45

Please sign in to comment.