]> O.S.I.I.S - jp/crow.git/commitdiff
nuget search path problems
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 19 Jul 2016 03:46:53 +0000 (05:46 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 19 Jul 2016 03:46:53 +0000 (05:46 +0200)
.nuget/NuGet.config
.nuget/nuget.config [deleted file]
Crow.csproj

index 7a9199b3fb8f6e8c5b18ab058d2be4390b176977..972410367574b8b5960f29934b9e2e6401f933d6 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <configuration>
        <config>
-               <add key="repositoryPath" value="packages" />
+               <add key="repositoryPath" value="../packages" />
        </config>
 </configuration>
diff --git a/.nuget/nuget.config b/.nuget/nuget.config
deleted file mode 100644 (file)
index 7a9199b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
-       <config>
-               <add key="repositoryPath" value="packages" />
-       </config>
-</configuration>
index faebd24a53a528620f801d60950d9881a8051418..8cc326c556e414140d62430be8b7ad3dc29bc78d 100644 (file)
     </Reference>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <Import Project="packages\gtk-sharp.Linux.3.14.3.14.7\build\net40\gtk-sharp.Linux.3.14.targets" Condition="Exists('packages\gtk-sharp.Linux.3.14.3.14.7\build\net40\gtk-sharp.Linux.3.14.targets')" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">