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.
339 lines
14 KiB
XML
339 lines
14 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>{D061040C-E4C0-4B7A-8348-88D4315B4889}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Mesnac.Gui.Edit</RootNamespace>
|
|
<AssemblyName>Mesnac.Gui.Edit</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>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="FastReport">
|
|
<HintPath>..\..\Libraries\FastReport\FastReport.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FastReport.Bars">
|
|
<HintPath>..\..\Libraries\FastReport\FastReport.Bars.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FastReport.Editor">
|
|
<HintPath>..\..\Libraries\FastReport\FastReport.Editor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FastReport.VSDesign">
|
|
<HintPath>..\..\Libraries\FastReport\FastReport.VSDesign.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mesnac.Codd, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Libraries\Mesnac.Codd\bin\Debug\Mesnac.Codd.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mesnac.Controls.Sulf">
|
|
<HintPath>..\..\Controls\Mesnac.Controls.Sulf\obj\Debug\Mesnac.Controls.Sulf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing.Design" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="TeeChart, Version=2.0.1992.14011, Culture=neutral, PublicKeyToken=9c8126276c77bdb7" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Common\CustomProperty.cs" />
|
|
<Compile Include="Common\DelIntakeControl.cs" />
|
|
<Compile Include="Common\FormDesignerHelper.cs" />
|
|
<Compile Include="Common\FormKeyHandler.cs" />
|
|
<Compile Include="Dialog\FrmDataItem.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmDataItem.Designer.cs">
|
|
<DependentUpon>FrmDataItem.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmEventAction.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmEventAction.Designer.cs">
|
|
<DependentUpon>FrmEventAction.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmStation.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmStation.Designer.cs">
|
|
<DependentUpon>FrmStation.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmMachine.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmMachine.Designer.cs">
|
|
<DependentUpon>FrmMachine.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmNew.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmNew.Designer.cs">
|
|
<DependentUpon>FrmNew.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmNewDataSource.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmNewDataSource.Designer.cs">
|
|
<DependentUpon>FrmNewDataSource.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmNewProject.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmNewProject.Designer.cs">
|
|
<DependentUpon>FrmNewProject.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmRegister.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmRegister.designer.cs">
|
|
<DependentUpon>FrmRegister.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmStationData.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmStationData.Designer.cs">
|
|
<DependentUpon>FrmStationData.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmTemplateList.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmTemplateList.Designer.cs">
|
|
<DependentUpon>FrmTemplateList.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmVar.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Dialog\FrmVar.Designer.cs">
|
|
<DependentUpon>FrmVar.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pad\ActionWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Pad\ActionWindow.Designer.cs">
|
|
<DependentUpon>ActionWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pad\EventWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Pad\EventWindow.Designer.cs">
|
|
<DependentUpon>EventWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pad\ProjectWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Pad\ProjectWindow.Designer.cs">
|
|
<DependentUpon>ProjectWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pad\PropertyWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Pad\PropertyWindow.Designer.cs">
|
|
<DependentUpon>PropertyWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pad\ToolBoxWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Pad\ToolBoxWindow.Designer.cs">
|
|
<DependentUpon>ToolBoxWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ViewContent\BrowserCommand.cs" />
|
|
<Compile Include="ViewContent\FrmContainer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ViewContent\FrmContainer.Designer.cs">
|
|
<DependentUpon>FrmContainer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewContent\FrmDataSource.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ViewContent\FrmDataSource.Designer.cs">
|
|
<DependentUpon>FrmDataSource.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewContent\ReportDesiger.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ViewContent\ReportDesiger.Designer.cs">
|
|
<DependentUpon>ReportDesiger.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Action\Mesnac.ActionService\Mesnac.ActionService.csproj">
|
|
<Project>{4f366487-d407-48eb-9aad-e13c177bc788}</Project>
|
|
<Name>Mesnac.ActionService</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Comprosser\Data\Mesnac.Compressor.Data.csproj">
|
|
<Project>{6e29452d-9da9-4e67-82ae-1ccf09038d2c}</Project>
|
|
<Name>Mesnac.Compressor.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Base\Mesnac.Controls.Base.csproj">
|
|
<Project>{18BCAA9F-D601-43B6-B443-E6B126ADF540}</Project>
|
|
<Name>Mesnac.Controls.Base</Name>
|
|
</ProjectReference>
|
|
<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="..\..\Libraries\Host\Host.csproj">
|
|
<Project>{E31DDB71-F07C-49F5-BB3C-8B52ADE42AB8}</Project>
|
|
<Name>Host</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\Loder\Loder.csproj">
|
|
<Project>{74E4263D-D3AA-411D-9D15-EB6F2225C53C}</Project>
|
|
<Name>Loder</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\Mesnac.Docking\Mesnac.Docking.csproj">
|
|
<Project>{ED8F690A-F97C-4C56-B94C-D055A8815BD8}</Project>
|
|
<Name>Mesnac.Docking</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Equips\Mesnac.Equips\Mesnac.Equips.csproj">
|
|
<Project>{7fa4febd-51e5-47d6-9db1-147bb8b3df4d}</Project>
|
|
<Name>Mesnac.Equips</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\Mesnac.UI.ToolBox\Mesnac.UI.ToolBox.csproj">
|
|
<Project>{04783BF0-7A41-47A7-8D8C-E57ECAC61189}</Project>
|
|
<Name>Mesnac.UI.ToolBox</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\PropertyGridEx\PropertyGridEx.csproj">
|
|
<Project>{98626862-5AEC-4D68-A58E-BFCEDE83691A}</Project>
|
|
<Name>PropertyGridEx</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Core\ICSharpCode.Core.csproj">
|
|
<Project>{113C657D-1CEC-471B-BB2E-3237A8A68428}</Project>
|
|
<Name>ICSharpCode.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Data.Core\ICSharpCode.Data.Core.csproj">
|
|
<Project>{C7F9BE76-A209-4871-ACB7-8E18B6CA2DD9}</Project>
|
|
<Name>ICSharpCode.Data.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.Core\Mesnac.Core.csproj">
|
|
<Project>{FC8A87DF-9314-4A7C-821E-E577E209D2F8}</Project>
|
|
<Name>Mesnac.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.Gui\Mesnac.Gui.csproj">
|
|
<Project>{170F7E89-A9C1-48F5-BB5A-4AAD2775B1E3}</Project>
|
|
<Name>Mesnac.Gui</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.PlugIn\Mesnac.PlugIn.csproj">
|
|
<Project>{B6723835-7CFE-4BE6-9D5C-B1C1C4CD60FC}</Project>
|
|
<Name>Mesnac.PlugIn</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mesnac.Basic\Mesnac.Basic.csproj">
|
|
<Project>{28ACACF1-9936-4E97-A866-F84366EC5286}</Project>
|
|
<Name>Mesnac.Basic</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mesnac.Gui.Common\Mesnac.Gui.Common.csproj">
|
|
<Project>{235DF851-9EA7-43D4-B3F9-0CAB7F60AD17}</Project>
|
|
<Name>Mesnac.Gui.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mesnac.Gui.Edit.Global\Mesnac.Gui.Edit.Global.csproj">
|
|
<Project>{E7FE3BD9-0D1D-497B-AA59-CE46159CEFBC}</Project>
|
|
<Name>Mesnac.Gui.Edit.Global</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Dialog\FrmDataItem.resx">
|
|
<DependentUpon>FrmDataItem.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmEventAction.resx">
|
|
<DependentUpon>FrmEventAction.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmStation.resx">
|
|
<DependentUpon>FrmStation.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmMachine.resx">
|
|
<DependentUpon>FrmMachine.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmNew.resx">
|
|
<DependentUpon>FrmNew.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmNewDataSource.resx">
|
|
<DependentUpon>FrmNewDataSource.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmNewProject.resx">
|
|
<DependentUpon>FrmNewProject.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmRegister.resx">
|
|
<DependentUpon>FrmRegister.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmStationData.resx">
|
|
<DependentUpon>FrmStationData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmTemplateList.resx">
|
|
<DependentUpon>FrmTemplateList.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Dialog\FrmVar.resx">
|
|
<DependentUpon>FrmVar.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pad\ActionWindow.resx">
|
|
<DependentUpon>ActionWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pad\EventWindow.resx">
|
|
<DependentUpon>EventWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pad\ProjectWindow.resx">
|
|
<DependentUpon>ProjectWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pad\PropertyWindow.resx">
|
|
<DependentUpon>PropertyWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Pad\ToolBoxWindow.resx">
|
|
<DependentUpon>ToolBoxWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ViewContent\FrmContainer.resx">
|
|
<DependentUpon>FrmContainer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ViewContent\FrmDataSource.resx">
|
|
<DependentUpon>FrmDataSource.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ViewContent\ReportDesiger.resx">
|
|
<DependentUpon>ReportDesiger.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> |