2020-09-10 15:05:08 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-10 16:14:15 +02:00
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2022-12-07 21:14:42 +01:00
<Import Project= "..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.props" Condition= "Exists('..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.props')" />
2020-09-10 15:05:08 +02:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {61D956D2-5819-4736-BBD8-AD8208DE6A62}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Borepin.GTK</RootNamespace>
<AssemblyName > Borepin.GTK</AssemblyName>
2020-11-12 22:16:55 +01:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
2020-09-10 15:05:08 +02:00
<FileAlignment > 512</FileAlignment>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2020-11-06 21:36:37 +01:00
<TargetFrameworkProfile />
2020-09-10 15:05:08 +02:00
</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>
<PropertyGroup >
<StartupObject />
</PropertyGroup>
<ItemGroup >
<Reference Include= "atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\atk-sharp.dll</HintPath>
</Reference>
2025-02-22 14:30:35 +01:00
<Reference Include= "DryIoc, Version=4.8.8.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL" >
2022-12-07 21:14:42 +01:00
<HintPath > ..\..\packages\DryIoc.dll.5.3.1\lib\net45\DryIoc.dll</HintPath>
2020-11-12 22:16:55 +01:00
</Reference>
2020-09-10 15:05:08 +02:00
<Reference Include= "gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\gdk-sharp.dll</HintPath>
</Reference>
<Reference Include= "glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\glade-sharp.dll</HintPath>
</Reference>
<Reference Include= "glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\glib-sharp.dll</HintPath>
</Reference>
<Reference Include= "gtk-dotnet, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\gtk-dotnet.dll</HintPath>
</Reference>
<Reference Include= "gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\gtk-sharp.dll</HintPath>
</Reference>
<Reference Include= "OpenTK, Version=3.2.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\OpenTK.3.2\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include= "pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\..\..\..\..\..\Program Files (x86)\GtkSharp\2.12\lib\gtk-sharp-2.0\pango-sharp.dll</HintPath>
</Reference>
2021-09-07 15:38:12 +02:00
<Reference Include= "Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
2020-11-12 22:16:55 +01:00
</Reference>
2021-09-07 15:38:12 +02:00
<Reference Include= "Prism.DryIoc.Forms, Version=8.1.97.5141, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Prism.DryIoc.Forms.8.1.97\lib\netstandard2.0\Prism.DryIoc.Forms.dll</HintPath>
2020-11-12 22:16:55 +01:00
</Reference>
2021-09-07 15:38:12 +02:00
<Reference Include= "Prism.Forms, Version=8.1.97.5141, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Prism.Forms.8.1.97\lib\netstandard2.0\Prism.Forms.dll</HintPath>
2020-11-12 22:16:55 +01:00
</Reference>
2020-09-10 15:05:08 +02:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2022-04-17 22:57:32 +02:00
<Reference Include= "System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
2020-09-10 15:05:08 +02:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xml" />
2022-01-03 21:13:03 +00:00
<Reference Include= "webkit-sharp, Version=1.1.15.0, Culture=neutral, PublicKeyToken=eaa1d335d2e19745, processorArchitecture=MSIL" >
2022-12-07 21:14:42 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.Platform.GTK.5.0.0.2545\lib\net45\webkit-sharp.dll</HintPath>
2020-11-06 21:36:37 +01:00
</Reference>
2022-01-03 21:13:03 +00:00
<Reference Include= "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-12-07 21:14:42 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2545\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
2020-09-10 15:05:08 +02:00
</Reference>
2022-01-03 21:13:03 +00:00
<Reference Include= "Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-12-07 21:14:42 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2545\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
2020-09-10 15:05:08 +02:00
</Reference>
2022-01-03 21:13:03 +00:00
<Reference Include= "Xamarin.Forms.Platform.GTK, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-12-07 21:14:42 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.Platform.GTK.5.0.0.2545\lib\net45\Xamarin.Forms.Platform.GTK.dll</HintPath>
2020-09-10 15:05:08 +02:00
</Reference>
2022-01-03 21:13:03 +00:00
<Reference Include= "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2022-12-07 21:14:42 +01:00
<HintPath > ..\..\packages\Xamarin.Forms.5.0.0.2545\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
2020-09-10 15:05:08 +02:00
</Reference>
</ItemGroup>
<ItemGroup >
2022-01-03 21:13:03 +00:00
<Compile Include= "GlobalSuppressions.cs" />
2021-03-30 20:54:53 +02:00
<Compile Include= "PlatformInitializer.cs" />
2020-09-10 15:05:08 +02:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
2022-01-03 21:13:03 +00:00
<None Include= "..\..\.editorconfig" >
<Link > .editorconfig</Link>
</None>
2020-09-10 15:05:08 +02:00
<None Include= "app.config" />
<None Include= "OpenTK.dll.config" />
<None Include= "packages.config" />
<None Include= "webkit-sharp.dll.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Borepin\Borepin.csproj" >
<Project > {f93856bd-0c8d-4469-a8db-6e513002bfd7}</Project>
<Name > Borepin</Name>
</ProjectReference>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2022-01-03 21:13:03 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
2022-12-07 21:14:42 +01:00
<ErrorText > Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
2022-01-03 21:13:03 +00:00
</PropertyGroup>
2022-12-07 21:14:42 +01:00
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.props'))" />
<Error Condition= "!Exists('..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.targets'))" />
2022-01-03 21:13:03 +00:00
</Target>
2022-12-07 21:14:42 +01:00
<Import Project= "..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.targets" Condition= "Exists('..\..\packages\Xamarin.Forms.5.0.0.2545\build\Xamarin.Forms.targets')" />
2025-02-22 14:30:35 +01:00
</Project>