[tasque/xbuild] [xbuild] Format and clean up some proj files



commit f6b187e5f468d3afd43b7d2c48c70a4bd280c448
Author: Antonius Riha <antoniusriha gmail com>
Date:   Tue Sep 18 10:23:30 2012 +0200

    [xbuild] Format and clean up some proj files
    
    * also fix OutputPath on some

 build/build.csproj             |   17 +++--------------
 data/data.mdproj               |    1 +
 src/libtasque/libtasque.csproj |    1 +
 tests/tests.csproj             |   25 +++++++------------------
 4 files changed, 12 insertions(+), 32 deletions(-)
---
diff --git a/build/build.csproj b/build/build.csproj
index f792f54..22a4599 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -10,38 +10,27 @@
     <OutputPath>.</OutputPath>
     <RootNamespace>Tasque.Build</RootNamespace>
     <AssemblyName>build</AssemblyName>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <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>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <ConsolePause>false</ConsolePause>
     <DefineConstants>TRACE</DefineConstants>
   </PropertyGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
     <Reference Include="System" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="AssemblyInfo.cs" />
   </ItemGroup>
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <ProjectExtensions>
-    <MonoDevelop>
-      <Properties>
-        <Deployment.LinuxDeployData generatePcFile="false" />
-      </Properties>
-    </MonoDevelop>
-  </ProjectExtensions>
   <ItemGroup>
     <None Include="build.csproj" />
     <None Include="..\src\Gtk.Tasque\Gtk.Tasque.csproj">
diff --git a/data/data.mdproj b/data/data.mdproj
index df24be9..56949d8 100644
--- a/data/data.mdproj
+++ b/data/data.mdproj
@@ -7,6 +7,7 @@
     <ProductVersion>10.0.0</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{6F2F4BAA-3C60-464D-B757-9DD18FED0BAA}</ProjectGuid>
+    <OutputPath>.</OutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Linux|AnyCPU' ">
     <Prefix Condition=" '$(Prefix)' == '' ">..\build\bin</Prefix>
diff --git a/src/libtasque/libtasque.csproj b/src/libtasque/libtasque.csproj
index eb7a256..48d9c93 100644
--- a/src/libtasque/libtasque.csproj
+++ b/src/libtasque/libtasque.csproj
@@ -7,6 +7,7 @@
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}</ProjectGuid>
     <OutputType>Library</OutputType>
+    <OutputPath>.</OutputPath>
     <RootNamespace>Tasque</RootNamespace>
     <AssemblyName>libtasque</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
diff --git a/tests/tests.csproj b/tests/tests.csproj
index 511150d..dca27e6 100644
--- a/tests/tests.csproj
+++ b/tests/tests.csproj
@@ -3,26 +3,22 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>9.0.21022</ProductVersion>
+    <ProductVersion>10.0.0</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{6DC908EC-E7C2-46CD-A21D-832C0D81D946}</ProjectGuid>
     <OutputType>Library</OutputType>
+    <OutputPath>.</OutputPath>
     <RootNamespace>Tasque.Tests</RootNamespace>
-    <AssemblyName>tasque.tests</AssemblyName>
+    <AssemblyName>Tasque.Tests</AssemblyName>
+    <PackageName>tasque</PackageName>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <CustomCommands>
-      <CustomCommands>
-        <Command type="Build" command="echo &quot;&quot;" />
-      </CustomCommands>
-    </CustomCommands>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -41,11 +37,4 @@
       <Name>libtasque</Name>
     </ProjectReference>
   </ItemGroup>
-  <ProjectExtensions>
-    <MonoDevelop>
-      <Properties>
-        <Deployment.LinuxDeployData generatePcFile="false" />
-      </Properties>
-    </MonoDevelop>
-  </ProjectExtensions>
-</Project>
\ No newline at end of file
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]