]> O.S.I.I.S - jp/crow.git/commitdiff
appveyor test
authorjp <jp_bruyere@hotmail.com>
Mon, 25 Jul 2016 05:54:21 +0000 (07:54 +0200)
committerjp <jp_bruyere@hotmail.com>
Mon, 25 Jul 2016 05:54:21 +0000 (07:54 +0200)
Crow.csproj

index bcdaf1ce7ef0b3bc6c375550c1c2c408b703ce0c..c4d53a832029db6aabe544258a689d23c8a7c5ff 100644 (file)
@@ -23,8 +23,8 @@
     <ReleaseVersion>0.4</ReleaseVersion>
     <ProductVersion>8.0.30703</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
-    <OutputPath>$(SolutionDir)/build/$(Configuration)</OutputPath>
-    <IntermediateOutputPath>$(SolutionDir)/build/obj/$(Configuration)</IntermediateOutputPath>
+    <OutputPath>$(SolutionDir)\build\$(Configuration)</OutputPath>
+    <IntermediateOutputPath>$(SolutionDir)\build\obj\$(Configuration)</IntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <Reference Include="Microsoft.CSharp" />
     <Reference Include="System.Drawing" />
     <Reference Include="cairo-sharp">
-      <HintPath>packages\GtkSharp.3.1.3\lib\net45\cairo-sharp.dll</HintPath>
+      <HintPath>$(PackageDir)\GtkSharp.3.1.3\lib\net45\cairo-sharp.dll</HintPath>
     </Reference>
     <Reference Include="gdk-sharp">
-      <HintPath>packages\GtkSharp.3.1.3\lib\net45\gdk-sharp.dll</HintPath>
+      <HintPath>$(PackageDir)\GtkSharp.3.1.3\lib\net45\gdk-sharp.dll</HintPath>
     </Reference>
     <Reference Include="gio-sharp">
       <HintPath>packages\GtkSharp.3.1.3\lib\net45\gio-sharp.dll</HintPath>