266 lines
12 KiB
XML
266 lines
12 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>{9D0DCC88-DC81-47EB-9FDD-4C3907871BFB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Results</RootNamespace>
|
|
<AssemblyName>Results</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;LANG_PL</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;LANG_PL</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="FluentNHibernate">
|
|
<HintPath>..\packages\FluentNHibernate.2.0.3.0\lib\net40\FluentNHibernate.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Gma.QrCodeNet.Encoding">
|
|
<HintPath>..\packages\QrCode.Net.0.4.0.0\net40\Gma.QrCodeNet.Encoding.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Iesi.Collections">
|
|
<HintPath>..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath>
|
|
</Reference>
|
|
<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>
|
|
</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" />
|
|
<Reference Include="System.Drawing" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BatchResults.cs" />
|
|
<Compile Include="DBase.cs" />
|
|
<Compile Include="Entities\Batch.cs" />
|
|
<Compile Include="Entities\Components.cs" />
|
|
<Compile Include="Entities\MeterTestRslt.cs" />
|
|
<Compile Include="Entities\PurchaseBox.cs" />
|
|
<Compile Include="Entities\PurchaseOrder.cs" />
|
|
<Compile Include="Entities\PurchaseWaterMeterData.cs" />
|
|
<Compile Include="Entities\TestData.cs" />
|
|
<Compile Include="Entities\TestRslt.cs" />
|
|
<Compile Include="Entities\WaterMeterData.cs" />
|
|
<Compile Include="Entities\WaterMeter.cs" />
|
|
<Compile Include="DB.cs" />
|
|
<Compile Include="Forms\BatchResultsDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\BatchResultsDlg.Designer.cs">
|
|
<DependentUpon>BatchResultsDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\IOneWMResultsCtrl.cs" />
|
|
<Compile Include="Forms\ManualEntryConfigCtrl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\ManualEntryConfigCtrl.designer.cs">
|
|
<DependentUpon>ManualEntryConfigCtrl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\ManualEntryConfigDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\ManualEntryConfigDlg.designer.cs">
|
|
<DependentUpon>ManualEntryConfigDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\MoreWMResultsDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\MoreWMResultsDlg.Designer.cs">
|
|
<DependentUpon>MoreWMResultsDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\OneWMResultsColumnsCtrl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\OneWMResultsColumnsCtrl.designer.cs">
|
|
<DependentUpon>OneWMResultsColumnsCtrl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\OneWMResultsRowsCtrl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\OneWMResultsRowsCtrl.Designer.cs">
|
|
<DependentUpon>OneWMResultsRowsCtrl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\ResultsConfigCtrl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\ResultsConfigCtrl.Designer.cs">
|
|
<DependentUpon>ResultsConfigCtrl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\ResultsConfigDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\ResultsConfigDlg.designer.cs">
|
|
<DependentUpon>ResultsConfigDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\WaterMeterEventArgs.cs" />
|
|
<Compile Include="ItemID.cs" />
|
|
<Compile Include="ManualEntryItemSpec.cs" />
|
|
<Compile Include="Mappings\BatchMap.cs" />
|
|
<Compile Include="Mappings\ComponentsMap.cs" />
|
|
<Compile Include="Mappings\MeterTestRsltMap.cs" />
|
|
<Compile Include="Mappings\PurchaseBoxMap.cs" />
|
|
<Compile Include="Mappings\PurchaseOrderMap.cs" />
|
|
<Compile Include="Mappings\PurchaseWaterMeterDataMap.cs" />
|
|
<Compile Include="Mappings\TestDataMap.cs" />
|
|
<Compile Include="Mappings\TestRsltMap.cs" />
|
|
<Compile Include="Mappings\WaterMeterDataMap.cs" />
|
|
<Compile Include="Mappings\WaterMeterMap.cs" />
|
|
<Compile Include="Output\Cell.cs" />
|
|
<Compile Include="Output\Printers\Enhanced\EnhancedPrintDocument.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\Printers\Enhanced\EnhancedPrinterCfg.cs" />
|
|
<Compile Include="Output\Printers\Enums.cs" />
|
|
<Compile Include="Output\Printers\Label\LabelPrintDocument.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\Printers\Label\LabelPrinterCfg.cs" />
|
|
<Compile Include="Output\Printers\MultiLabel\MultiLabelPrintDocument.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\Printers\MultiLabel\MultiLabelPrinterCfg.cs" />
|
|
<Compile Include="Output\Printers\OnePerBatch\OnePerBatchPrintDocument.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\Printers\OnePerBatch\OnePerBatchPrinterCfg.cs" />
|
|
<Compile Include="Output\Printers\OnePerMeter\OnePerMeterPrintDocument.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\Printers\OnePerMeter\OnePerMeterPrinterCfg.cs" />
|
|
<Compile Include="Output\Printers\Zapiska\ZapiskaPrintDocument.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\Printers\Zapiska\ZapiskaPrinterCfg.cs" />
|
|
<Compile Include="Output\SensusTestInfo.cs" />
|
|
<Compile Include="Output\Table.cs" />
|
|
<Compile Include="Output\WMChart.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\Strings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Strings.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="WMeterRsltItemSpec.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.csproj">
|
|
<Project>{c8939821-ba5c-4988-a3d0-bf53b74865c7}</Project>
|
|
<Name>Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Config\Config.csproj">
|
|
<Project>{743DF7DB-C7B6-42EB-986D-0F485E5588E4}</Project>
|
|
<Name>Config</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GenCode128\GenCode128.csproj">
|
|
<Project>{32817bf9-e380-4467-9c7f-936f4b122bc7}</Project>
|
|
<Name>GenCode128</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SharedDatabase\SharedDatabase.csproj">
|
|
<Project>{211b5e3f-9996-48a7-abde-c878dd2d71c2}</Project>
|
|
<Name>SharedDatabase</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Output\FileWriters\Basic\" />
|
|
<Folder Include="Output\FileWriters\Enhanced\" />
|
|
<Folder Include="Output\FileWriters\OneFilePerMeter\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Forms\BatchResultsDlg.resx">
|
|
<DependentUpon>BatchResultsDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\ManualEntryConfigCtrl.resx">
|
|
<DependentUpon>ManualEntryConfigCtrl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\ManualEntryConfigDlg.resx">
|
|
<DependentUpon>ManualEntryConfigDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\MoreWMResultsDlg.resx">
|
|
<DependentUpon>MoreWMResultsDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\OneWMResultsColumnsCtrl.resx">
|
|
<DependentUpon>OneWMResultsColumnsCtrl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\OneWMResultsRowsCtrl.resx">
|
|
<DependentUpon>OneWMResultsRowsCtrl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\ResultsConfigCtrl.resx">
|
|
<DependentUpon>ResultsConfigCtrl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\ResultsConfigDlg.resx">
|
|
<DependentUpon>ResultsConfigDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.cs.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.de.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.fr.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.it.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.pl.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.ru.resx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\Headpic.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Entities\PurchaseEntities\createPurchaseTables.sql" />
|
|
<Content Include="Entities\PurchaseEntities\ImportPurchaseOrderTestData.sql" />
|
|
</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> |