You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
5.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{170F7E89-A9C1-48F5-BB5A-4AAD2775B1E3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mesnac.Gui</RootNamespace>
<AssemblyName>Mesnac.Gui</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</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>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PlugIn\PlugInDescriptor.cs" />
<Compile Include="PlugIn\PlugInService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Workbench\DefaultWorkbench.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Workbench\DefaultWorkbench.Designer.cs">
<DependentUpon>DefaultWorkbench.cs</DependentUpon>
</Compile>
<Compile Include="Workbench\PadContentWrapper.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Workbench\PadContentWrapper.Designer.cs">
<DependentUpon>PadContentWrapper.cs</DependentUpon>
</Compile>
<Compile Include="Workbench\WorkbenchLayout.cs" />
<Compile Include="Workbench\WorkbenchSingleton.cs" />
<Compile Include="Workbench\WorkspaceWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Workbench\WorkspaceWindow.Designer.cs">
<DependentUpon>WorkspaceWindow.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Default\Mesnac.Controls.Default.csproj">
<Project>{f022c0e6-2819-4fb1-bb86-0f389f061a44}</Project>
<Name>Mesnac.Controls.Default</Name>
</ProjectReference>
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Feeding\Mesnac.Controls.Feeding.csproj">
<Project>{d0c0324f-434e-47eb-8f7c-ba6cd7f233b4}</Project>
<Name>Mesnac.Controls.Feeding</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mesnac.Docking\Mesnac.Docking.csproj">
<Project>{ed8f690a-f97c-4c56-b94c-d055a8815bd8}</Project>
<Name>Mesnac.Docking</Name>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Core\ICSharpCode.Core.csproj">
<Project>{113C657D-1CEC-471B-BB2E-3237A8A68428}</Project>
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.PlugIn\Mesnac.PlugIn.csproj">
<Project>{B6723835-7CFE-4BE6-9D5C-B1C1C4CD60FC}</Project>
<Name>Mesnac.PlugIn</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Mesnac.Core\Mesnac.Core.csproj">
<Project>{FC8A87DF-9314-4A7C-821E-E577E209D2F8}</Project>
<Name>Mesnac.Core</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="Workbench\DefaultWorkbench.resx">
<DependentUpon>DefaultWorkbench.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Workbench\PadContentWrapper.resx">
<DependentUpon>PadContentWrapper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Workbench\WorkspaceWindow.resx">
<DependentUpon>WorkspaceWindow.cs</DependentUpon>
</EmbeddedResource>
</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>