[hyena] [build] Sync makefiles and csproj
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] [build] Sync makefiles and csproj
- Date: Wed, 27 Oct 2010 21:06:26 +0000 (UTC)
commit 7727f081c25879a00fcdbcffda15477402674346
Author: Gabriel Burt <gabriel burt gmail com>
Date: Wed Oct 27 16:06:12 2010 -0500
[build] Sync makefiles and csproj
Hyena.Gui/Hyena.Gui.csproj | 27 ++++++++++++++++++++++++++-
Hyena/Hyena.csproj | 5 ++++-
2 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Gui.csproj b/Hyena.Gui/Hyena.Gui.csproj
index 83efa84..04b3b47 100644
--- a/Hyena.Gui/Hyena.Gui.csproj
+++ b/Hyena.Gui/Hyena.Gui.csproj
@@ -29,6 +29,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
+ <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
<OutputPath>..\..\..\bin\</OutputPath>
@@ -38,6 +39,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
+ <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
@@ -191,15 +193,38 @@
<Compile Include="Hyena.Gui.Canvas\Thickness.cs" />
<Compile Include="Hyena.Gui.Canvas\Point.cs" />
<Compile Include="Hyena.Gui.Theming\ThemeTestModule.cs" />
+ <Compile Include="Hyena.Gui.Canvas\AnimationManager.cs" />
+ <Compile Include="Hyena.Gui.Canvas\Brush.cs" />
+ <Compile Include="Hyena.Gui.Canvas\CanvasHost.cs" />
+ <Compile Include="Hyena.Gui.Canvas\CanvasItem.cs" />
+ <Compile Include="Hyena.Gui.Canvas\CanvasItemCollection.cs" />
+ <Compile Include="Hyena.Gui.Canvas\CanvasManager.cs" />
+ <Compile Include="Hyena.Gui.Canvas\FixedPanel.cs" />
+ <Compile Include="Hyena.Gui.Canvas\FontWeight.cs" />
+ <Compile Include="Hyena.Gui.Canvas\FpsCalculator.cs" />
+ <Compile Include="Hyena.Gui.Canvas\ICanvasHost.cs" />
+ <Compile Include="Hyena.Gui.Canvas\Image.cs" />
+ <Compile Include="Hyena.Gui.Canvas\ImageBrush.cs" />
+ <Compile Include="Hyena.Gui.Canvas\MarginStyle.cs" />
+ <Compile Include="Hyena.Gui.Canvas\Orientation.cs" />
+ <Compile Include="Hyena.Gui.Canvas\Panel.cs" />
+ <Compile Include="Hyena.Gui.Canvas\Prelight.cs" />
+ <Compile Include="Hyena.Gui.Canvas\ShadowMarginStyle.cs" />
+ <Compile Include="Hyena.Gui.Canvas\Slider.cs" />
+ <Compile Include="Hyena.Gui.Canvas\StackPanel.cs" />
+ <Compile Include="Hyena.Gui.Canvas\TestTile.cs" />
+ <Compile Include="Hyena.Gui.Canvas\TextBlock.cs" />
+ <Compile Include="Hyena.Gui.Canvas\TextWrap.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
- <Properties InternalTargetFrameworkVersion="3.5">
+ <Properties>
<Deployment.LinuxDeployData generateScript="false" />
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="">
<BuildFilesVar Sync="true" Name="SOURCES" />
<DeployFilesVar />
+ <ResourcesVar />
<OthersVar />
<GacRefVar />
<AsmRefVar />
diff --git a/Hyena/Hyena.csproj b/Hyena/Hyena.csproj
index 248d536..bc25f46 100644
--- a/Hyena/Hyena.csproj
+++ b/Hyena/Hyena.csproj
@@ -17,7 +17,6 @@
<RootNamespace>Hyena</RootNamespace>
<Optimize>true</Optimize>
<WarningLevel>4</WarningLevel>
- <ReleaseVersion>1.3</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -163,6 +162,10 @@
<Compile Include="Hyena\EventArgs.cs" />
<Compile Include="Hyena.Downloader\HttpStringDownloader.cs" />
<Compile Include="Hyena.Downloader\Tests\HttpTestServer.cs" />
+ <Compile Include="Hyena.Data\IDataBinder.cs" />
+ <Compile Include="Hyena.Data\ObjectBinder.cs" />
+ <Compile Include="Hyena.Downloader\DownloadManagerJob.cs" />
+ <Compile Include="Hyena.Downloader\Tests\Tests.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]