]> O.S.I.I.S - jp/crow.git/commitdiff
clean csproj files
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 11 Jul 2016 04:44:31 +0000 (06:44 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 11 Jul 2016 04:44:31 +0000 (06:44 +0200)
Crow.csproj
GLCrow/GLCrow.csproj
Tests/Tests.csproj

index db122bb86fb6b57a0e3560705db5fb1289e20f7d..eaae1e2e487d1a821ee9ca49eebb61d76d12070d 100644 (file)
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     <DefineConstants>DEBUG_FOCUS0;DEBUG_LAYOUTING0;TRACE;DEBUG;__linux__;MEASURE_TIME;DEBUG_LOAD0;DEBUG_BINDING0;DEBUG_CLIP_RECTANGLE0</DefineConstants>
     <Optimize>false</Optimize>
-    <OutputPath>/mnt/data2/devel/Crow/build/e6fff453-f739-4ceb-bc28-57249f654fcd</OutputPath>
-    <IntermediateOutputPath>/mnt/data2/devel/Crow/build/obj/e6fff453-f739-4ceb-bc28-57249f654fcd</IntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <Optimize>True</Optimize>
-    <OutputPath>/mnt/data2/devel/Crow/build/e6fff453-f739-4ceb-bc28-57249f654fcd</OutputPath>
     <DebugType>None</DebugType>
     <DefineConstants>__linux__;MEASURE_TIME</DefineConstants>
-    <IntermediateOutputPath>/mnt/data2/devel/Crow/build/obj/e6fff453-f739-4ceb-bc28-57249f654fcd</IntermediateOutputPath>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="src\Colors.cs">
index 1f46cc57f0de396a5e1a6154f7749fee147f2e63..a5ab35ab8c9a37f2e93ef93ad1c098910fa3e633 100644 (file)
@@ -9,6 +9,8 @@
     <OutputType>Library</OutputType>
     <RootNamespace>GLC</RootNamespace>
     <AssemblyName>GLCrow</AssemblyName>
+       <OutputPath>$(SolutionDir)/build/$(Configuration)</OutputPath>
+    <IntermediateOutputPath>$(SolutionDir)/build/obj/$(Configuration)</IntermediateOutputPath>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <ReleaseVersion>0.4</ReleaseVersion>
   </PropertyGroup>
@@ -16,7 +18,6 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug</OutputPath>
     <DefineConstants>DEBUG;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -29,7 +30,6 @@
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Linux_x86' ">
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>
index 0a839765b9bd12db5ae53faa115fc58301d2b3af..eba8a6ee3c6950eb502dd285c99bad0a9837e887 100644 (file)
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ReleaseVersion>0.4</ReleaseVersion>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <DefineConstants>DEBUG;TRACE;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>
+    <DefineConstants>DEBUG;TRACE;MEASURE_TIME</DefineConstants>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <WarningLevel>0</WarningLevel>
     <ConsolePause>false</ConsolePause>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>DEBUG;TRACE;MEASURE_TIME</DefineConstants>
-    <IntermediateOutputPath>/mnt/data2/devel/Crow/build/obj/Debug</IntermediateOutputPath>
-    <OutputPath>/mnt/data2/devel/Crow/build/Debug</OutputPath>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <OutputPath>/mnt/data2/devel/Crow/build/Release</OutputPath>
-    <IntermediateOutputPath>/mnt/data2/devel/Crow/build/obj/Release</IntermediateOutputPath>
-  </PropertyGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
     <Reference Include="System" />