Skip to content

Commit

Permalink
Fixed System.Windows.Interactivity.dll hintpath, added NET_4_5 symbol…
Browse files Browse the repository at this point in the history
… to Release config
  • Loading branch information
zii-dmg committed Jul 24, 2013
1 parent 1b0975c commit 0c2e115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions samples/MetroDemo/MetroDemo.NET45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<Optimize>true</Optimize>
<OutputPath>bin\NET45\Release\</OutputPath>
<IntermediateOutputPath>obj\NET45\Release\</IntermediateOutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand All @@ -69,9 +69,8 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\NET45\System.Windows.Interactivity.dll</HintPath>
<Reference Include="System.Windows.Interactivity">
<HintPath>..\..\Lib\NET45\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
Expand Down
5 changes: 2 additions & 3 deletions samples/MetroDemo/MetroDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\NET40\System.Windows.Interactivity.dll</HintPath>
<Reference Include="System.Windows.Interactivity">
<HintPath>..\..\Lib\NET40\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
Expand Down

0 comments on commit 0c2e115

Please sign in to comment.