Skip to content

Commit

Permalink
Fixed NuGet paths. Added NuGet.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyu committed Nov 24, 2015
1 parent 5f110f5 commit 8f9e11d
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 28 deletions.
7 changes: 7 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<!-- Defines a common package repository for all solutions -->
<add key="repositoryPath" value=".\packages" />
</config>
</configuration>
2 changes: 1 addition & 1 deletion client-bundle/client-bundle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dargon.Nest.Egg.Api, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Dargon.Nest.Egg.Api">
<HintPath>..\packages\Dargon.Nest.Egg.Api.0.1.1\lib\net45\Dargon.Nest.Egg.Api.dll</HintPath>
<Private>True</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/core-bundle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dargon.Nest.Egg.Api, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Dargon.Nest.Egg.Api">
<HintPath>..\packages\Dargon.Nest.Egg.Api.0.1.1\lib\net45\Dargon.Nest.Egg.Api.dll</HintPath>
<Private>True</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion dargon
Submodule dargon updated 27 files
+13 −8 Dargon.Modifications.Api/Dargon.Modifications.Api.csproj
+20 −10 Dargon.Modifications.Impl/Dargon.Modifications.Impl.csproj
+6 −3 Dargon.Modifications.ThumbnailGenerator.Api/Dargon.ThumbnailGenerator.Api.csproj
+11 −2 Dargon.Modifications.ThumbnailGenerator.Impl/Dargon.ThumbnailGenerator.Impl.csproj
+10 −5 Dargon.Processes.Injection.Impl/Dargon.Processes.Injection.Impl.csproj
+5 −5 Dargon.Trinkets.Api/Dargon.Trinkets.Api.csproj
+6 −6 Dargon.Trinkets.Exeggutor/Dargon.Trinkets.Spawner.Impl.csproj
+7 −7 Dargon.Trinkets.Impl/Dargon.Trinkets.Impl.csproj
+3 −3 Dargon.Trinkets.Spawner.Impl/Dargon.Trinkets.Spawner.Api.csproj
+12 −6 client-common/client-common.csproj
+32 −16 client-root-configuration/client-root-configuration.csproj
+23 −23 daemon-impl/cored.csproj
+14 −14 dargon-cli/dargon-cli.csproj
+56 −56 dargon-client/dargon-client.csproj
+2 −1 libdargon.game-api/Dargon.Game.Api.csproj
+41 −40 libdargon.game-impl-lol/Dargon.LeagueOfLegends.Impl.csproj
+26 −26 libdargon.lol-api/Dargon.LeagueOfLegends.Api.csproj
+12 −12 libdargon.lol-impl.Test/Dargon.LeagueOfLegends.Impl.Tests.csproj
+6 −3 libdargon.process-api.Test/Dargon.Processes.Api.Test.csproj
+8 −8 libdargon.process-impl.Test/Dargon.Processes.Impl.Tests.csproj
+10 −5 libdargon.process-impl/Dargon.Processes.Impl.csproj
+4 −2 libdargon.temporary-file-api/Dargon.TemporaryFiles.Api.csproj
+10 −5 libdargon.temporary-file-impl/Dargon.TemporaryFiles.Impl.csproj
+2 −1 libdargon.tray-impl/Dargon.Tray.Impl.csproj
+0 −1 thumbnail-generator/packages.config
+26 −7 thumbnail-generator/thumbnail-generator.csproj
+34 −34 trinket-proxy-impl/trinket-proxy-impl.csproj
2 changes: 1 addition & 1 deletion dependencies/Dargon.FileSystems.Impl
2 changes: 1 addition & 1 deletion dependencies/Dargon.IO
Submodule Dargon.IO updated 1 files
+5 −0 Dargon.IO.csproj
2 changes: 1 addition & 1 deletion dependencies/Dargon.League.WGEO
2 changes: 1 addition & 1 deletion dependencies/Dargon.Management.Impl
2 changes: 1 addition & 1 deletion dependencies/Dargon.PortableObjects
2 changes: 1 addition & 1 deletion dependencies/Dargon.Repl
2 changes: 1 addition & 1 deletion dependencies/Dargon.Ryu
2 changes: 1 addition & 1 deletion dependencies/Dargon.Scene.Api
2 changes: 1 addition & 1 deletion dependencies/Dargon.TestUtilities
2 changes: 1 addition & 1 deletion dependencies/Dargon.Utilities
2 changes: 1 addition & 1 deletion dependencies/ItzWarty.Commons
2 changes: 1 addition & 1 deletion dependencies/ItzWarty.Proxies.Api
2 changes: 1 addition & 1 deletion dependencies/ItzWarty.Proxies.Impl
2 changes: 1 addition & 1 deletion dependencies/NMockito
2 changes: 1 addition & 1 deletion dependencies/dargon.management-interface
2 changes: 1 addition & 1 deletion dependencies/model-viewer
2 changes: 1 addition & 1 deletion trinket-bundle/trinket-bundle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dargon.Nest.Egg.Api, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Dargon.Nest.Egg.Api">
<HintPath>..\packages\Dargon.Nest.Egg.Api.0.1.1\lib\net45\Dargon.Nest.Egg.Api.dll</HintPath>
<Private>True</Private>
</Reference>
Expand Down

0 comments on commit 8f9e11d

Please sign in to comment.