зеркало из
1
0
Форкнуть 0
This commit is contained in:
Alp Toker 2009-04-20 16:27:25 +01:00
Родитель 3587e6468d
Коммит 8aefa2028d
2 изменённых файлов: 70 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDesk.DBus.GLib", "src\NDes
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDesk.DBus", "..\dbus-sharp\src\NDesk.DBus.csproj", "{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GtkDemo", "examples\GtkDemo.csproj", "{BDCEADCA-1573-4CAC-9605-DCEDBE80C3A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -18,6 +20,10 @@ Global
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}.Release|Any CPU.Build.0 = Release|Any CPU
{BDCEADCA-1573-4CAC-9605-DCEDBE80C3A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDCEADCA-1573-4CAC-9605-DCEDBE80C3A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDCEADCA-1573-4CAC-9605-DCEDBE80C3A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDCEADCA-1573-4CAC-9605-DCEDBE80C3A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

64
examples/GtkDemo.csproj Normal file
Просмотреть файл

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="Windows-1252"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BDCEADCA-1573-4CAC-9605-DCEDBE80C3A4}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>GtkDemo</RootNamespace>
<AssemblyName>GtkDemo</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<ItemGroup>
<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="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gtk-dotnet, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Test.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\dbus-sharp\src\NDesk.DBus.csproj">
<Project>{09A0200F-F3AF-4BD6-9EC4-E7D80D273E4C}</Project>
<Name>NDesk.DBus</Name>
</ProjectReference>
<ProjectReference Include="..\src\NDesk.DBus.GLib.csproj">
<Project>{BBA7585E-BAC9-4798-ACED-E4B537024AA2}</Project>
<Name>NDesk.DBus.GLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>
-->
</Project>