2012-10-13 14:15:46 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-06-08 20:33:18 +00:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2012-10-13 14:15:46 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectGuid>{3BF1D531-8840-4F15-8066-A9788D8C398B}</ProjectGuid>
|
2013-09-23 23:06:57 +00:00
|
|
|
<OutputType>Library</OutputType>
|
2012-10-13 14:15:46 +00:00
|
|
|
<RootNamespace>glib</RootNamespace>
|
2014-09-21 13:07:38 +00:00
|
|
|
<AssemblyName>glib-sharp</AssemblyName>
|
2015-10-29 14:24:44 +00:00
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
<TargetFrameworkProfile />
|
2012-10-13 14:15:46 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2013-09-23 23:16:02 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2012-10-13 14:15:46 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2013-09-23 23:16:02 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2012-10-13 14:15:46 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="Argv.cs" />
|
2014-07-19 15:36:12 +00:00
|
|
|
<Compile Include="Bytes.cs" />
|
2012-10-13 14:15:46 +00:00
|
|
|
<Compile Include="ConnectBeforeAttribute.cs" />
|
|
|
|
<Compile Include="DefaultSignalHandlerAttribute.cs" />
|
|
|
|
<Compile Include="DestroyNotify.cs" />
|
|
|
|
<Compile Include="ExceptionManager.cs" />
|
|
|
|
<Compile Include="FileUtils.cs" />
|
|
|
|
<Compile Include="GException.cs" />
|
|
|
|
<Compile Include="GInterfaceAdapter.cs" />
|
|
|
|
<Compile Include="GInterfaceAttribute.cs" />
|
|
|
|
<Compile Include="Global.cs" />
|
|
|
|
<Compile Include="GString.cs" />
|
|
|
|
<Compile Include="GType.cs" />
|
|
|
|
<Compile Include="GTypeAttribute.cs" />
|
|
|
|
<Compile Include="Idle.cs" />
|
|
|
|
<Compile Include="InitiallyUnowned.cs" />
|
|
|
|
<Compile Include="IOChannel.cs" />
|
|
|
|
<Compile Include="IWrapper.cs" />
|
|
|
|
<Compile Include="KeyFile.cs" />
|
|
|
|
<Compile Include="List.cs" />
|
|
|
|
<Compile Include="ListBase.cs" />
|
|
|
|
<Compile Include="Log.cs" />
|
|
|
|
<Compile Include="MainContext.cs" />
|
|
|
|
<Compile Include="MainLoop.cs" />
|
|
|
|
<Compile Include="ManagedValue.cs" />
|
|
|
|
<Compile Include="Markup.cs" />
|
|
|
|
<Compile Include="Marshaller.cs" />
|
|
|
|
<Compile Include="MissingIntPtrCtorException.cs" />
|
|
|
|
<Compile Include="NotifyHandler.cs" />
|
|
|
|
<Compile Include="Object.cs" />
|
|
|
|
<Compile Include="ObjectManager.cs" />
|
|
|
|
<Compile Include="Opaque.cs" />
|
|
|
|
<Compile Include="ParamSpec.cs" />
|
|
|
|
<Compile Include="Priority.cs" />
|
|
|
|
<Compile Include="PropertyAttribute.cs" />
|
|
|
|
<Compile Include="PtrArray.cs" />
|
|
|
|
<Compile Include="Signal.cs" />
|
|
|
|
<Compile Include="SignalArgs.cs" />
|
|
|
|
<Compile Include="SignalAttribute.cs" />
|
|
|
|
<Compile Include="SignalClosure.cs" />
|
|
|
|
<Compile Include="SList.cs" />
|
|
|
|
<Compile Include="Source.cs" />
|
|
|
|
<Compile Include="Spawn.cs" />
|
|
|
|
<Compile Include="Thread.cs" />
|
|
|
|
<Compile Include="Timeout.cs" />
|
|
|
|
<Compile Include="ToggleRef.cs" />
|
|
|
|
<Compile Include="TypeFundamentals.cs" />
|
|
|
|
<Compile Include="TypeInitializerAttribute.cs" />
|
|
|
|
<Compile Include="Value.cs" />
|
|
|
|
<Compile Include="ValueArray.cs" />
|
|
|
|
<Compile Include="Variant.cs" />
|
|
|
|
<Compile Include="VariantType.cs" />
|
2012-11-08 21:26:09 +00:00
|
|
|
<Compile Include="GLibSynchronizationContext.cs" />
|
2013-10-09 11:09:34 +00:00
|
|
|
<Compile Include="Mutex.cs" />
|
|
|
|
<Compile Include="RecMutex.cs" />
|
|
|
|
<Compile Include="Cond.cs" />
|
2013-10-09 16:30:10 +00:00
|
|
|
<Compile Include="Date.cs" />
|
|
|
|
<Compile Include="DateTime.cs" />
|
|
|
|
<Compile Include="TimeVal.cs" />
|
|
|
|
<Compile Include="TimeZone.cs" />
|
2013-10-22 10:34:08 +00:00
|
|
|
<Compile Include="PollFD.cs" />
|
|
|
|
<Compile Include="SourceCallbackFuncs.cs" />
|
|
|
|
<Compile Include="SourceDummyMarshal.cs" />
|
|
|
|
<Compile Include="SourceFunc.cs" />
|
|
|
|
<Compile Include="SourceFuncs.cs" />
|
|
|
|
<Compile Include="GLibSharp.SourceDummyMarshalNative.cs" />
|
|
|
|
<Compile Include="GLibSharp.SourceFuncNative.cs" />
|
2015-10-29 15:10:23 +00:00
|
|
|
<Compile Include="TypeNameAttribute.cs" />
|
|
|
|
<Compile Include="..\AssemblyInfo.cs">
|
|
|
|
<Link>Properties\AssemblyInfo.cs</Link>
|
|
|
|
</Compile>
|
2012-10-13 14:15:46 +00:00
|
|
|
</ItemGroup>
|
2013-09-23 23:21:28 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
</ItemGroup>
|
2014-09-21 13:07:38 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="glib-sharp.dll.config">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
2013-10-09 16:30:10 +00:00
|
|
|
</Project>
|