2020-03-05 12:59:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{C8939821-BA5C-4988-A3D0-BF53B74865C7}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Common</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Common</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2024-11-12 08:52:41 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2020-03-05 12:59:43 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2024-11-12 08:52:41 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2020-03-05 12:59:43 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2024-02-12 20:44:42 +00:00
|
|
|
|
<Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\log4net.2.0.15\lib\net45\log4net.dll</HintPath>
|
2021-05-27 15:30:04 +00:00
|
|
|
|
</Reference>
|
2020-03-05 12:59:43 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<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>
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<Compile Include="BackgroundBeep.cs" />
|
|
|
|
|
|
<Compile Include="DatabaseSettings.cs" />
|
|
|
|
|
|
<Compile Include="DBSettings.cs" />
|
|
|
|
|
|
<Compile Include="Enums.cs" />
|
|
|
|
|
|
<Compile Include="Forms\ListViewEx.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Forms\ListViewExtensions.cs" />
|
2022-01-06 18:25:56 +00:00
|
|
|
|
<Compile Include="Forms\LviDateTimeColumnComparer.cs" />
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<Compile Include="Forms\LviIntColumnComparer.cs" />
|
|
|
|
|
|
<Compile Include="Forms\LviNameSurnameColumnComparer.cs" />
|
|
|
|
|
|
<Compile Include="Forms\LviTextColumnComparer.cs" />
|
|
|
|
|
|
<Compile Include="Forms\MessageEventArgs.cs" />
|
|
|
|
|
|
<Compile Include="Forms\ModelessForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Forms\ModelessForm.designer.cs">
|
|
|
|
|
|
<DependentUpon>ModelessForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Formulas.cs" />
|
2022-05-23 09:53:48 +00:00
|
|
|
|
<Compile Include="CurrentUser.cs" />
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<Compile Include="GlobalData.cs" />
|
|
|
|
|
|
<Compile Include="IMeasurementCorrection.cs" />
|
2021-12-07 09:15:59 +00:00
|
|
|
|
<Compile Include="IOrderInfo.cs" />
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<Compile Include="IParamsProvider.cs" />
|
2021-07-13 11:08:29 +00:00
|
|
|
|
<Compile Include="Iperl\OptoTelegramRaw.cs" />
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<Compile Include="IUncertainty.cs" />
|
|
|
|
|
|
<Compile Include="IUser.cs" />
|
2021-11-18 12:41:56 +00:00
|
|
|
|
<Compile Include="Printers\PrintersCommon.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
2022-01-06 17:47:23 +00:00
|
|
|
|
<Compile Include="QuitAppException.cs" />
|
2020-04-27 10:24:54 +00:00
|
|
|
|
<Compile Include="SerializableDictionary.cs" />
|
2022-01-20 12:51:57 +00:00
|
|
|
|
<Compile Include="StatisticalMetrics.cs" />
|
2021-02-18 12:38:10 +00:00
|
|
|
|
<Compile Include="Telegram.cs" />
|
2020-03-05 12:59:43 +00:00
|
|
|
|
<Compile Include="UIControls\CoolButtonCtrl.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UIControls\CoolButtonCtrl.Designer.cs">
|
|
|
|
|
|
<DependentUpon>CoolButtonCtrl.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UIControls\RoundedRectangle.cs" />
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<Compile Include="Units.cs" />
|
2020-03-05 12:59:43 +00:00
|
|
|
|
<Compile Include="Utils.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup />
|
2021-05-27 15:30:04 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Forms\ListViewEx.resx">
|
|
|
|
|
|
<DependentUpon>ListViewEx.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Forms\ModelessForm.resx">
|
|
|
|
|
|
<DependentUpon>ModelessForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2020-03-05 12:59:43 +00:00
|
|
|
|
<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>
|