Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MSBuild / VS2019 to build Bless #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 158 additions & 0 deletions Bless.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Buffers", "src\buffers\Bless.Buffers.csproj", "{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Util", "src\util\Bless.Util.csproj", "{0F44980F-B4D0-4FD0-8847-3C79F4212F16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Tools", "src\tools\Bless.Tools.csproj", "{10160ED9-A54B-42E6-8A3F-CFE99E91337C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Tools.Export", "src\tools\export\Bless.Tools.Export.csproj", "{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Tools.Export.Plugins", "src\tools\export\plugins\Bless.Tools.Export.Plugins.csproj", "{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}"
ProjectSection(ProjectDependencies) = postProject
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF} = {1B06C403-201B-4612-A2A5-1B6CCBC91ADF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Tools.Find", "src\tools\find\Bless.Tools.Find.csproj", "{09C961F5-105B-493E-8B4D-9809EC5FAFDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Plugins", "src\plugins\Bless.Plugins.csproj", "{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Gui.Areas.Plugins", "src\gui\areas\Bless.Gui.Areas.Plugins.csproj", "{EC118447-3242-48E4-90BD-72063E90D812}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Gui.Areas", "src\gui\areas\Bless.Gui.Areas.csproj", "{95DC598D-FB85-4D03-87DA-C00B0FF44E71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Gui", "src\gui\Bless.Gui.csproj", "{9BBAC7B3-69BE-48E7-9169-98AB34290A73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Gui.Drawers", "src\gui\drawers\Bless.Gui.Drawers.csproj", "{E0985E69-FB0C-453B-99E7-F81AF82A7E76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless.Gui.Plugins", "src\gui\plugins\Bless.Gui.Plugins.csproj", "{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}"
ProjectSection(ProjectDependencies) = postProject
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8} = {E76ED85C-0E09-47DA-A1B7-109E5FB748F8}
{9BBAC7B3-69BE-48E7-9169-98AB34290A73} = {9BBAC7B3-69BE-48E7-9169-98AB34290A73}
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2} = {4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bless", "src\Bless.csproj", "{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Debug|x86.ActiveCfg = Debug|x86
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Debug|x86.Build.0 = Debug|x86
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Release|Any CPU.Build.0 = Release|Any CPU
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Release|x86.ActiveCfg = Release|x86
{E76ED85C-0E09-47DA-A1B7-109E5FB748F8}.Release|x86.Build.0 = Release|x86
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Debug|x86.ActiveCfg = Debug|x86
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Debug|x86.Build.0 = Debug|x86
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Release|Any CPU.Build.0 = Release|Any CPU
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Release|x86.ActiveCfg = Release|x86
{0F44980F-B4D0-4FD0-8847-3C79F4212F16}.Release|x86.Build.0 = Release|x86
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Debug|x86.ActiveCfg = Debug|x86
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Debug|x86.Build.0 = Debug|x86
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Release|Any CPU.Build.0 = Release|Any CPU
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Release|x86.ActiveCfg = Release|x86
{10160ED9-A54B-42E6-8A3F-CFE99E91337C}.Release|x86.Build.0 = Release|x86
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Debug|x86.ActiveCfg = Debug|x86
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Debug|x86.Build.0 = Debug|x86
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Release|Any CPU.Build.0 = Release|Any CPU
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Release|x86.ActiveCfg = Release|x86
{1B06C403-201B-4612-A2A5-1B6CCBC91ADF}.Release|x86.Build.0 = Release|x86
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Debug|x86.ActiveCfg = Debug|x86
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Debug|x86.Build.0 = Debug|x86
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Release|Any CPU.Build.0 = Release|Any CPU
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Release|x86.ActiveCfg = Release|x86
{6EEE79F4-7228-4C7A-81F3-ED9CB108DD0F}.Release|x86.Build.0 = Release|x86
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Debug|x86.ActiveCfg = Debug|x86
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Debug|x86.Build.0 = Debug|x86
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Release|Any CPU.Build.0 = Release|Any CPU
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Release|x86.ActiveCfg = Release|x86
{09C961F5-105B-493E-8B4D-9809EC5FAFDA}.Release|x86.Build.0 = Release|x86
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Debug|x86.ActiveCfg = Debug|x86
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Debug|x86.Build.0 = Debug|x86
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Release|Any CPU.Build.0 = Release|Any CPU
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Release|x86.ActiveCfg = Release|x86
{4E2E4CC9-52EE-43F5-93DC-C4997DCF52B2}.Release|x86.Build.0 = Release|x86
{EC118447-3242-48E4-90BD-72063E90D812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC118447-3242-48E4-90BD-72063E90D812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC118447-3242-48E4-90BD-72063E90D812}.Debug|x86.ActiveCfg = Debug|x86
{EC118447-3242-48E4-90BD-72063E90D812}.Debug|x86.Build.0 = Debug|x86
{EC118447-3242-48E4-90BD-72063E90D812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC118447-3242-48E4-90BD-72063E90D812}.Release|Any CPU.Build.0 = Release|Any CPU
{EC118447-3242-48E4-90BD-72063E90D812}.Release|x86.ActiveCfg = Release|x86
{EC118447-3242-48E4-90BD-72063E90D812}.Release|x86.Build.0 = Release|x86
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Debug|x86.ActiveCfg = Debug|x86
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Debug|x86.Build.0 = Debug|x86
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Release|Any CPU.Build.0 = Release|Any CPU
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Release|x86.ActiveCfg = Release|x86
{95DC598D-FB85-4D03-87DA-C00B0FF44E71}.Release|x86.Build.0 = Release|x86
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Debug|x86.ActiveCfg = Debug|x86
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Debug|x86.Build.0 = Debug|x86
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Release|Any CPU.Build.0 = Release|Any CPU
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Release|x86.ActiveCfg = Release|x86
{9BBAC7B3-69BE-48E7-9169-98AB34290A73}.Release|x86.Build.0 = Release|x86
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Debug|x86.ActiveCfg = Debug|x86
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Debug|x86.Build.0 = Debug|x86
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Release|Any CPU.Build.0 = Release|Any CPU
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Release|x86.ActiveCfg = Release|x86
{E0985E69-FB0C-453B-99E7-F81AF82A7E76}.Release|x86.Build.0 = Release|x86
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Debug|x86.ActiveCfg = Debug|x86
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Debug|x86.Build.0 = Debug|x86
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Release|Any CPU.Build.0 = Release|Any CPU
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Release|x86.ActiveCfg = Release|x86
{4E2E4CB9-52EE-43F5-93DC-C4997DCF52B2}.Release|x86.Build.0 = Release|x86
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Debug|x86.ActiveCfg = Debug|x86
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Debug|x86.Build.0 = Debug|x86
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Release|Any CPU.Build.0 = Release|Any CPU
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Release|x86.ActiveCfg = Release|x86
{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {049E784A-9C18-4D1B-8EEF-2DA834E94D5A}
EndGlobalSection
EndGlobal
177 changes: 177 additions & 0 deletions src/Bless.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>2</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkProfile />
<ProjectGuid>{70EA5D81-FA36-4C2C-9896-BAC73D6DC400}</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Bless</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\bin\x86\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<BaseAddress>285212672</BaseAddress>
<FileAlignment>4096</FileAlignment>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<RunCodeAnalysis>true</RunCodeAnalysis>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>..\bin\x86\Release\</OutputPath>
<DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
<BaseAddress>285212672</BaseAddress>
<Optimize>true</Optimize>
<WarningLevel>2</WarningLevel>
<FileAlignment>4096</FileAlignment>
<PlatformTarget>x86</PlatformTarget>
<RunCodeAnalysis>true</RunCodeAnalysis>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
<Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
<Reference Include="Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f, processorArchitecture=MSIL" />
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="gui\MainWindow.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="buffers\Bless.Buffers.csproj">
<Project>{e76ed85c-0e09-47da-a1b7-109e5fb748f8}</Project>
<Name>Bless.Buffers</Name>
</ProjectReference>
<ProjectReference Include="gui\areas\Bless.Gui.Areas.csproj">
<Project>{95dc598d-fb85-4d03-87da-c00b0ff44e71}</Project>
<Name>Bless.Gui.Areas</Name>
</ProjectReference>
<ProjectReference Include="gui\areas\Bless.Gui.Areas.Plugins.csproj">
<Project>{ec118447-3242-48e4-90bd-72063e90d812}</Project>
<Name>Bless.Gui.Areas.Plugins</Name>
</ProjectReference>
<ProjectReference Include="gui\Bless.Gui.csproj">
<Project>{9bbac7b3-69be-48e7-9169-98ab34290a73}</Project>
<Name>Bless.Gui</Name>
</ProjectReference>
<ProjectReference Include="gui\drawers\Bless.Gui.Drawers.csproj">
<Project>{e0985e69-fb0c-453b-99e7-f81af82a7e76}</Project>
<Name>Bless.Gui.Drawers</Name>
</ProjectReference>
<ProjectReference Include="gui\plugins\Bless.Gui.Plugins.csproj">
<Project>{4e2e4cb9-52ee-43f5-93dc-c4997dcf52b2}</Project>
<Name>Bless.Gui.Plugins</Name>
</ProjectReference>
<ProjectReference Include="plugins\Bless.Plugins.csproj">
<Project>{4e2e4cc9-52ee-43f5-93dc-c4997dcf52b2}</Project>
<Name>Bless.Plugins</Name>
</ProjectReference>
<ProjectReference Include="tools\Bless.Tools.csproj">
<Project>{10160ed9-a54b-42e6-8a3f-cfe99e91337c}</Project>
<Name>Bless.Tools</Name>
</ProjectReference>
<ProjectReference Include="tools\export\Bless.Tools.Export.csproj">
<Project>{1b06c403-201b-4612-a2a5-1b6ccbc91adf}</Project>
<Name>Bless.Tools.Export</Name>
</ProjectReference>
<ProjectReference Include="tools\export\plugins\Bless.Tools.Export.Plugins.csproj">
<Project>{6eee79f4-7228-4c7a-81f3-ed9cb108dd0f}</Project>
<Name>Bless.Tools.Export.Plugins</Name>
</ProjectReference>
<ProjectReference Include="tools\find\Bless.Tools.Find.csproj">
<Project>{09c961f5-105b-493e-8b4d-9809ec5fafda}</Project>
<Name>Bless.Tools.Find</Name>
</ProjectReference>
<ProjectReference Include="util\Bless.Util.csproj">
<Project>{0f44980f-b4d0-4fd0-8847-3c79f4212f16}</Project>
<Name>Bless.Util</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
Loading