Skip to content

Commit

Permalink
Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgut-ig committed Aug 16, 2016
1 parent 94e4bb0 commit 53ed47c
Show file tree
Hide file tree
Showing 8 changed files with 2,999 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -157,7 +157,8 @@ PublishScripts/
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
!**/packages/repositories.config
!**/packages/3rdPartyDlls
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,7 @@ This repository contains a .NET WPF sample application written in C# to access t
<add key="password" value="mydemopassword" />
<add key="apikey" value="3b577d884a6ba7d2b0d036f443bec954ebf3cf14" />
```
Use the NuGet Package manager if necessary to update assembly references.

3) Build and run the sample application.

Expand All @@ -23,3 +24,5 @@ This repository contains a .NET WPF sample application written in C# to access t

**IGWebApiClient** contains a REST and streaming client with DTO classes to access the IG Web API.

**packages** contains 3rd party libraries located under **packages/3rdPartyDlls** (e.g. Lightstreamer client's DotNetClient_N2.dll) and those managed by NuGet's package manager.

4 changes: 4 additions & 0 deletions SampleWPFTrader/packages/repositories.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\packages.config" />
</repositories>
Binary file added packages/3rdPartyDlls/DotNetClient_N2.dll
Binary file not shown.
Binary file added packages/3rdPartyDlls/Mono.Security.dll
Binary file not shown.
Binary file added packages/3rdPartyDlls/PCLCrypto.dll
Binary file not shown.
2,985 changes: 2,985 additions & 0 deletions packages/3rdPartyDlls/PCLCrypto.xml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/repositories.config
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\IGWebApiClient\packages.config" />
<repository path="..\SampleWPFTrader\packages.config" />
</repositories>

0 comments on commit 53ed47c

Please sign in to comment.