Skip to content

Commit

Permalink
Merge pull request #3 from reliak/revert-2-master
Browse files Browse the repository at this point in the history
Revert "Removed dependency on WindowsForms and Winforms Mousehandler"
  • Loading branch information
reliak committed Jul 17, 2014
2 parents 1b81956 + ed46240 commit 45a8edc
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 321 deletions.
14 changes: 7 additions & 7 deletions src/MoonPdfLib/MoonPdfLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,13 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Properties\MoonPdf.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down Expand Up @@ -140,9 +135,14 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ext\MouseKeyboardActivityMonitor\MouseKeyboardActivityMonitor.csproj">
<Project>{f52aa97e-180a-40ed-8f2b-09080171d6c7}</Project>
<Name>MouseKeyboardActivityMonitor</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="headertemplate.json" />
<None Include="Properties\MoonPdf.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
Loading

0 comments on commit 45a8edc

Please sign in to comment.