2018-12-10 20:17:00 +00:00
|
|
|
|
<?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)' == '' ">x86</Platform>
|
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{36755E1D-6FC3-4D9C-8DD3-0250D51532E0}</ProjectGuid>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Statistics</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Statistics</AssemblyName>
|
2020-01-08 13:46:06 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2021-10-07 09:26:02 +00:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-01-08 13:46:06 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
2021-10-07 09:26:02 +00:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-01-08 13:46:06 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="FluentNHibernate">
|
|
|
|
|
|
<HintPath>..\packages\FluentNHibernate.2.0.3.0\lib\net40\FluentNHibernate.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Iesi.Collections">
|
|
|
|
|
|
<HintPath>..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="MySql.Data">
|
|
|
|
|
|
<HintPath>..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="NHibernate">
|
|
|
|
|
|
<HintPath>..\packages\NHibernate.4.0.4.4000\lib\net40\NHibernate.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
2018-12-19 11:23:41 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-12-19 11:23:41 +00:00
|
|
|
|
<Compile Include="Forms\ModelessForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Forms\ModelessForm.designer.cs">
|
|
|
|
|
|
<DependentUpon>ModelessForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2018-12-21 07:14:42 +00:00
|
|
|
|
<Compile Include="LocalSettings.cs" />
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<Compile Include="Resources\Strings.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="StatisticsDlg.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="StatisticsDlg.Designer.cs">
|
|
|
|
|
|
<DependentUpon>StatisticsDlg.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="UserControls\MidOrWaterMetersCtrl.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UserControls\MidOrWaterMetersCtrl.Designer.cs">
|
|
|
|
|
|
<DependentUpon>MidOrWaterMetersCtrl.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UserControls\StatisticsCtrl.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="UserControls\StatisticsCtrl.Designer.cs">
|
|
|
|
|
|
<DependentUpon>StatisticsCtrl.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2018-12-19 11:23:41 +00:00
|
|
|
|
<EmbeddedResource Include="Forms\ModelessForm.resx">
|
|
|
|
|
|
<DependentUpon>ModelessForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Strings.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Strings.sk.resx" />
|
|
|
|
|
|
<EmbeddedResource Include="StatisticsDlg.resx">
|
|
|
|
|
|
<DependentUpon>StatisticsDlg.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<EmbeddedResource Include="UserControls\MidOrWaterMetersCtrl.resx">
|
|
|
|
|
|
<DependentUpon>MidOrWaterMetersCtrl.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="UserControls\StatisticsCtrl.resx">
|
|
|
|
|
|
<DependentUpon>StatisticsCtrl.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-05-22 10:38:55 +00:00
|
|
|
|
<ProjectReference Include="..\Common\Common.csproj">
|
|
|
|
|
|
<Project>{c8939821-ba5c-4988-a3d0-bf53b74865c7}</Project>
|
|
|
|
|
|
<Name>Common</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-12-10 20:17:00 +00:00
|
|
|
|
<ProjectReference Include="..\Results\Results.csproj">
|
|
|
|
|
|
<Project>{9D0DCC88-DC81-47EB-9FDD-4C3907871BFB}</Project>
|
|
|
|
|
|
<Name>Results</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</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>
|