Skip to content

Commit

Permalink
Add Microsoft.Xaml.Behaviors.Wpf nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti committed Oct 19, 2019
1 parent b248145 commit 3411d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Radical.Windows/Radical.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Radical" Version="2.0.0-Beta.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.3" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="if exist &quot;$(DXSDK_DIR)Utilities\Bin\x86\fxc.exe&quot; &quot;$(DXSDK_DIR)Utilities\Bin\x86\fxc.exe&quot; /T ps_2_0 /E main /Fo&quot;$(ProjectDir)Resources\Effects\GrayscaleEffect.ps&quot; &quot;$(ProjectDir)Resources\Effects\GrayscaleEffect.fx&quot;" />
</Target>

</Project>
</Project>

0 comments on commit 3411d01

Please sign in to comment.