]> O.S.I.I.S - jp/crow.git/commitdiff
appveyor test
authorjp <jp_bruyere@hotmail.com>
Mon, 25 Jul 2016 08:16:32 +0000 (10:16 +0200)
committerjp <jp_bruyere@hotmail.com>
Mon, 25 Jul 2016 08:16:32 +0000 (10:16 +0200)
Crow.csproj
Tests/Tests.csproj
appveyor.yml

index 34165faa239ccad4a9401b8171dce089dccf1702..e351c24651b6ec4642de9889de13976be1a91ad6 100644 (file)
@@ -26,9 +26,6 @@
     <OutputPath>$(SolutionDir)build\$(Configuration)</OutputPath>
     <IntermediateOutputPath>$(SolutionDir)build\obj\$(Configuration)</IntermediateOutputPath>
   </PropertyGroup>
-  <PropertyGroup Condition="'$(OS)' != 'Unix'">
-       <CscToolPath>C:\Program Files (x86)\Mono\lib\mono\4.5\</CscToolPath>
-  </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
       <HintPath>$(SolutionDir)packages\GtkSharp.3.1.3\lib\net45\glib-sharp.dll</HintPath>
     </Reference>
   </ItemGroup>
-  <Import Project="C:\Program Files (x86)\Mono\lib\mono\4.5\Microsoft.CSharp.targets" />
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Import Project="$(SolutionDir)packages\GtkSharp.3.1.3\build\net45\GtkSharp.targets" Condition="Exists('$(SolutionDir)packages\GtkSharp.3.1.3\build\net45\GtkSharp.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.
index ddd1edfd95efde5ec0e86072cc40777468170812..042e202f1a26dfd54595384d5b80dd29f449ae23 100644 (file)
@@ -52,7 +52,6 @@
     </Reference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Import Project="$(SolutionDir)packages\GtkSharp.3.1.3\build\net45\GtkSharp.targets" Condition="Exists('$(SolutionDir)packages\GtkSharp.3.1.3\build\net45\GtkSharp.targets')" />
   <ItemGroup>
     <Compile Include="Interfaces\testBorder.goml.cs">
index 43afbdd5c931d366fa52571632cc1fede7ecd8ff..cffb757311576bdfc1fe30bb25c4269592e376b4 100644 (file)
@@ -24,7 +24,7 @@ build_script:
     - echo building...
     - dir C:\"Program Files (x86)"\Mono\lib\mono\4.5\
     - set path=%path%;C:\"Program Files (x86)"\Mono\lib\mono\4.5\
-    - xbuild /p:Configuration=Release Crow.sln 
+    - xbuild /p:Configuration=Release Crow.sln /p:BuildWithMono="true" 
 
 #build: off