Skip to content

Commit

Permalink
Ember.Plugins: Add missing NuGet package stuff.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
  • Loading branch information
nomad2k committed Sep 5, 2012
1 parent d8d44ce commit c18bba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Ember.Plugins/Ember.Plugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<None Include="log4net.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
1 change: 1 addition & 0 deletions Ember.Plugins/packages.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.0" targetFramework="net35" />
</packages>

0 comments on commit c18bba4

Please sign in to comment.