Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mautil
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2008-04-10 03:24:39 +0400
committerLluis Sanchez <lluis@novell.com>2008-04-10 03:24:39 +0400
commit19cc35762c205395759d3c25ec91f1cc91790689 (patch)
tree1908f2173f55f077be6f3eb156f27578297d7522 /mautil
parente5389d592d1b893279b12713141eb8957f3759c3 (diff)
* mautil/mautil.csproj: Fix project file.
svn path=/trunk/mono-addins/; revision=100291
Diffstat (limited to 'mautil')
-rw-r--r--mautil/ChangeLog4
-rw-r--r--mautil/mautil.csproj177
2 files changed, 4 insertions, 177 deletions
diff --git a/mautil/ChangeLog b/mautil/ChangeLog
index 1e340c2..369a7db 100644
--- a/mautil/ChangeLog
+++ b/mautil/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-10 Lluis Sanchez Gual <lluis@novell.com>
+
+ * mautil.csproj: Fix project file.
+
2008-01-17 Lluis Sanchez Gual <lluis@novell.com>
* mautil.csproj: Add missing project file.
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index b7f4850..f2a5637 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -58,180 +58,3 @@
</Target>
-->
</Project>
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{9B60C369-9A80-495C-AA83-58BFBF6FAF43}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>mautil</RootNamespace>
- <AssemblyName>mautil</AssemblyName>
- </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>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="Main.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
- <Project>{0AF6E8A8-3D48-46FD-955D-DEC206E83217}</Project>
- <Name>Mono.Addins.Setup</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- </ItemGroup>
-</Project>
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{9B60C369-9A80-495C-AA83-58BFBF6FAF43}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>mautil</RootNamespace>
- <AssemblyName>mautil</AssemblyName>
- </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>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="Main.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
- <Project>{0AF6E8A8-3D48-46FD-955D-DEC206E83217}</Project>
- <Name>Mono.Addins.Setup</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- </ItemGroup>
-</Project>
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{9B60C369-9A80-495C-AA83-58BFBF6FAF43}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>mautil</RootNamespace>
- <AssemblyName>mautil</AssemblyName>
- <StartupObject>
- </StartupObject>
- </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>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <DocumentationFile>
- </DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!--<Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.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">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="Main.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
- <Project>{0AF6E8A8-3D48-46FD-955D-DEC206E83217}</Project>
- <Name>Mono.Addins.Setup</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
- </ItemGroup>
-</Project> \ No newline at end of file