Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Switching to sln based building
Browse files Browse the repository at this point in the history
svn path=/trunk/monsoon/; revision=114705
  • Loading branch information
alanmcgovern committed Oct 2, 2008
1 parent f5ba837 commit f0aab20
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 153 deletions.
17 changes: 0 additions & 17 deletions Monsoon.mds

This file was deleted.

41 changes: 41 additions & 0 deletions Monsoon.sln
@@ -0,0 +1,41 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monsoon", "Monsoon\Monsoon.csproj", "{73EA8DDD-A84A-4796-8DAC-31D9BEF28024}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoTorrent", "bitsharp\MonoTorrent.csproj", "{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Nat", "mono.nat\Mono.Nat.csproj", "{F5D74163-145F-47BF-83DC-D0E07249C6CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Stats|Any CPU = Stats|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}.Release|Any CPU.Build.0 = Release|Any CPU
{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}.Stats|Any CPU.ActiveCfg = Stats|Any CPU
{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}.Stats|Any CPU.Build.0 = Stats|Any CPU
{73EA8DDD-A84A-4796-8DAC-31D9BEF28024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73EA8DDD-A84A-4796-8DAC-31D9BEF28024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73EA8DDD-A84A-4796-8DAC-31D9BEF28024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73EA8DDD-A84A-4796-8DAC-31D9BEF28024}.Release|Any CPU.Build.0 = Release|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Release|Any CPU.Build.0 = Release|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Stats|Any CPU.ActiveCfg = Stats|Any CPU
{F5D74163-145F-47BF-83DC-D0E07249C6CA}.Stats|Any CPU.Build.0 = Stats|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
name = Monsoon
version = 0.1
StartupItem = Monsoon\Monsoon.csproj
MonoDevelop.ChangeLogAddIn.ChangeLogInfo = $0
$0.policy = OneChangeLogInProjectRootDirectory
EndGlobalSection
EndGlobal
188 changes: 188 additions & 0 deletions Monsoon/Monsoon.csproj
@@ -0,0 +1,188 @@
<?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>9.0.21022</ProductVersion>
<ProjectGuid>{73EA8DDD-A84A-4796-8DAC-31D9BEF28024}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>Monsoon</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Debug</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<StartupObject />
<ApplicationIcon>.</ApplicationIcon>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<AssemblyKeyFile>.</AssemblyKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<StartupObject />
<ApplicationIcon>.</ApplicationIcon>
<AssemblyKeyFile>.</AssemblyKeyFile>
<Commandlineparameters>-d</Commandlineparameters>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="NLog, Version=1.0.0.505, Culture=neutral, PublicKeyToken=5120e14c03d0593c">
<SpecificVersion>False</SpecificVersion>
<HintPath>NLog.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="NDesk.DBus.GLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
<Reference Include="Mono.Posix" />
<Reference Include="gconf-sharp-peditors, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="NDesk.DBus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f6716e4f9b2ed099" />
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gconf-sharp, Version=2.20.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="gtk-gui\gui.stetic">
<LogicalName>gui.stetic</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="gtk-gui\objects.xml">
<LogicalName>objects.xml</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Include="gtk-gui\generated.cs" />
<Compile Include="MainWindow.cs" />
<Compile Include="Main.cs" />
<Compile Include="LabelTreeView.cs" />
<Compile Include="TorrentTreeView.cs" />
<Compile Include="AboutDialog.cs" />
<Compile Include="PreferencesDialog.cs" />
<Compile Include="TorrentController.cs" />
<Compile Include="PeerTreeView.cs" />
<Compile Include="ByteConverter.cs" />
<Compile Include="CreateTorrentDialog.cs" />
<Compile Include="FileTreeView.cs" />
<Compile Include="TorrentLabel.cs" />
<Compile Include="TorrentFilterModel.cs" />
<Compile Include="ListenPortController.cs" />
<Compile Include="EditColumnsDialog.cs" />
<Compile Include="PiecesTreeView.cs" />
<Compile Include="TorrentContextMenu.cs" />
<Compile Include="UnhandledExceptionDialog.cs" />
<Compile Include="TorrentStorage.cs" />
<Compile Include="CreateTorrentProgressDialog.cs" />
<Compile Include="CellRendererPiece.cs" />
<Compile Include="libs\NotifySharp\Global.cs" />
<Compile Include="libs\NotifySharp\Notification.cs" />
<Compile Include="libs\TrayLib.cs" />
<Compile Include="RssManager\RssManagerDialog.cs" />
<Compile Include="RssManager\RssFilter.cs" />
<Compile Include="RssManager\RssReader.cs" />
<Compile Include="RssManager\TorrentRssWatcher.cs" />
<Compile Include="RssManager\RssManagerController.cs" />
<Compile Include="RssManager\TorrentRssWatcherEventArgs.cs" />
<Compile Include="Menus\SpeedLimitMenu.cs" />
<Compile Include="TorrentFileSettingsModel.cs" />
<Compile Include="Menus\SpeedMenuItem.cs" />
<Compile Include="Settings\GconfSettingsStorage.cs" />
<Compile Include="Settings\InterfaceSettings.cs" />
<Compile Include="Settings\SettingNotFoundException.cs" />
<Compile Include="Settings\SettingsController.cs" />
<Compile Include="Settings\GConfInterfaceSettingsController.cs" />
<Compile Include="Settings\GconfTorrentSettingsController.cs" />
<Compile Include="Settings\GconfEngineSettingsController.cs" />
<Compile Include="Settings\PreferencesSettings.cs" />
<Compile Include="Settings\GconfPreferencesSettingsController.cs" />
<Compile Include="Settings\XmlTorrentLabelController.cs" />
<Compile Include="Settings\XmlTorrentStorageController.cs" />
<Compile Include="Settings\XmlRssFeedsController.cs" />
<Compile Include="Settings\XmlRssFiltersController.cs" />
<Compile Include="Settings\XmlRssHistoryController.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Defines.cs" />
<Compile Include="LoadTorrentDialog.cs" />
<Compile Include="Model\TorrentFileModel.cs" />
<Compile Include="Dbus\DBusInstance.cs" />
<Compile Include="Dbus\ICommandParser.cs" />
<Compile Include="Dbus\CommandsReceivedEventArgs.cs" />
<Compile Include="Ticker.cs" />
<Compile Include="View\NatWidget.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="icons\rss.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\donotdownload.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\high.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\highest.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\immediate.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\low.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\lowest.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="icons\normal.png">
<DeployService.UseProjectRelativePath>true</DeployService.UseProjectRelativePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="monsoon.desktop">
<DeployService.TargetDirectoryId>Linux.DesktopApplications</DeployService.TargetDirectoryId>
</Content>
<Content Include="Monsoon.exe.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>
<GtkDesignInfo />
<MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile.am" IsAutotoolsProject="true" RelativeConfigureInPath="..">
<BuildFilesVar Name="FILES" />
<DeployFilesVar />
<ResourcesVar Name="RESOURCES" />
<OthersVar />
<GacRefVar Name="REFERENCES" />
<AsmRefVar Name="REFERENCES" />
<ProjectRefVar Name="REFERENCES" />
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<ProjectReference Include="..\mono.nat\Mono.Nat.csproj">
<Project>{F5D74163-145F-47BF-83DC-D0E07249C6CA}</Project>
<Name>Mono.Nat</Name>
</ProjectReference>
<ProjectReference Include="..\bitsharp\MonoTorrent.csproj">
<Project>{411A9E0E-FDC6-4E25-828A-0C2CD1CD96F8}</Project>
<Name>MonoTorrent</Name>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit f0aab20

Please sign in to comment.