Skip to content

Commit

Permalink
fixing the readme file and a nuget package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahloun committed Aug 31, 2012
1 parent 6a14c93 commit 85baa5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CK.Windows.Demo/CK.Windows.Demo.csproj
Expand Up @@ -71,8 +71,13 @@
<Reference Include="Common.Logging.Log4Net">
<HintPath>..\Runtime\Current\Common.Logging.Log4Net.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\Runtime\Current\log4net.dll</HintPath>
<Reference Include="Common.Logging.Log4Net1211, Version=2.1.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Common.Logging.Log4Net1211.2.1.1\lib\net40\Common.Logging.Log4Net1211.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.0\lib\net40-client\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
2 changes: 2 additions & 0 deletions CK.Windows.Demo/packages.config
Expand Up @@ -4,4 +4,6 @@
<package id="CK.Interop" version="2.7.13" targetFramework="net40-Client" />
<package id="CK.Reflection" version="2.7.13" targetFramework="net40-Client" />
<package id="Common.Logging" version="2.1.1" />
<package id="Common.Logging.Log4Net1211" version="2.1.1" targetFramework="net40-Client" />
<package id="log4net" version="2.0.0" targetFramework="net40-Client" />
</packages>
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,9 @@ CK-Desktop (C#)
==========
This solution holds every dll necessary for the [CiviKey](https://github.com/Invenietis/ck-certified) project to run.

This project is based on the [CK-Core](https://github.com/Invenietis/ck-core) repository, also hosted on Github.
References of this project are handled through Nuget packages, available on this nuget feed : [nuget link](https://get-package.net/CiviKey/JGHRN6ACE2MXNXGRMMMTYXFXUJYRWXGRHDNLWCJD24NVXZGE2ZRXY79C5JFC3DAC4J4WHUYXCMMMXHS5MZRCNMW3YCKX2N9FUJBTSCGVFC9VWSSFNGGZ3YDV7J9Q67QF6GRYN2SEUD9Q3DJF4Z6V29FXF8TVY3SVV8UZ2JJR7G6BHJDER2HC6BSXTMFT38DV7Z6LY6GXYC6XS/api/v2)

##Content##
###CK.Windows.*###
Contains projects that define a WPF easy-to-use configuration interface for any application.
Expand Down

0 comments on commit 85baa5a

Please sign in to comment.