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.
179 lines
7.9 KiB
XML
179 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<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>{BFAC7B49-1FBA-4C45-A3B7-F7C456545528}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CompressorXN_ControlLib</RootNamespace>
|
|
<AssemblyName>CompressorXN_ControlLib</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</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="DevExpress.Data.Desktop.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Data.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Drawing.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Printing.v22.1.Core, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Sparkline.v22.1.Core, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.Utils.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.XtraEditors.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.XtraGrid.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.XtraLayout.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.XtraPrinting.v22.1, Version=22.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="SeeSharpTools.JY.GUI">
|
|
<HintPath>..\..\HVC\OP17\OP17-0\ProductionSystem\Dll\SeeSharpTools.JY.GUI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.Linq" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GridPage.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GridPage.Designer.cs">
|
|
<DependentUpon>GridPage.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GroupBoxEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="GroupBoxEx.Designer.cs">
|
|
<DependentUpon>GroupBoxEx.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MyParaControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="MyParaControl.Designer.cs">
|
|
<DependentUpon>MyParaControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MyResultControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="MyResultControl.Designer.cs">
|
|
<DependentUpon>MyResultControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NaviButton.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="NaviButton.Designer.cs">
|
|
<DependentUpon>NaviButton.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="PanelEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="PanelEx.Designer.cs">
|
|
<DependentUpon>PanelEx.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ParaItem.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="ParaItem.Designer.cs">
|
|
<DependentUpon>ParaItem.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Title.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Title.Designer.cs">
|
|
<DependentUpon>Title.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="GridPage.resx">
|
|
<DependentUpon>GridPage.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MyParaControl.resx">
|
|
<DependentUpon>MyParaControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MyResultControl.resx">
|
|
<DependentUpon>MyResultControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ParaItem.resx">
|
|
<DependentUpon>ParaItem.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\licenses.licx" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Title.resx">
|
|
<DependentUpon>Title.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CompressorXN_Communication\CompressorXN_Communication.csproj">
|
|
<Project>{764BC6A4-A720-49BA-9FC5-09CC9BF4DE49}</Project>
|
|
<Name>CompressorXN_Communication</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CompressorXN_Log\CompressorXN_Log.csproj">
|
|
<Project>{1A1B3A50-FDEE-47CA-BD50-BEC82BAE6289}</Project>
|
|
<Name>CompressorXN_Log</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CompressorXN_Model\CompressorXN_Model.csproj">
|
|
<Project>{48CC969D-C674-46FA-966E-1C95E47FA3CB}</Project>
|
|
<Name>CompressorXN_Model</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CompressorXN_Service\CompressorXN_Service.csproj">
|
|
<Project>{0135D3FB-1EF5-41F8-ABC6-E9345DDD05A4}</Project>
|
|
<Name>CompressorXN_Service</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\LeftSelected.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\LeftUnSelected.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\RightSelected.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\RightUnSelected.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\Title.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |