231 lines
9.8 KiB
XML
231 lines
9.8 KiB
XML
<?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>{211B5E3F-9996-48A7-ABDE-C878DD2D71C2}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SharedDatabase</RootNamespace>
|
|
<AssemblyName>SharedDatabase</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>
|
|
<DefineConstants>TRACE;DEBUG;LANG_PL</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;LANG_PL</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</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="log4net">
|
|
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\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="Entities\Batch.cs" />
|
|
<Compile Include="Entities\Components.cs" />
|
|
<Compile Include="Entities\Event.cs" />
|
|
<Compile Include="Entities\Group.cs" />
|
|
<Compile Include="Entities\MeterTestRslt.cs" />
|
|
<Compile Include="Entities\OrderInfo.cs" />
|
|
<Compile Include="Entities\Part.cs" />
|
|
<Compile Include="Entities\Process.cs" />
|
|
<Compile Include="Entities\Record.cs" />
|
|
<Compile Include="Entities\ReferenceRecord.cs" />
|
|
<Compile Include="Entities\StepRecord.cs" />
|
|
<Compile Include="Entities\Subscriber.cs" />
|
|
<Compile Include="Entities\TestData.cs" />
|
|
<Compile Include="Entities\TestRslt.cs" />
|
|
<Compile Include="Entities\User.cs" />
|
|
<Compile Include="Entities\WaterMeter.cs" />
|
|
<Compile Include="Entities\WaterMeterData.cs" />
|
|
<Compile Include="Entities\WorkplaceRegistration.cs" />
|
|
<Compile Include="Entities\Workstep.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="EventsDB.cs" />
|
|
<Compile Include="Forms\DoubleLoginDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\DoubleLoginDlg.designer.cs">
|
|
<DependentUpon>DoubleLoginDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\EditSelectedUser.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\EditSelectedUser.designer.cs">
|
|
<DependentUpon>EditSelectedUser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\LoginDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\LoginDlg.designer.cs">
|
|
<DependentUpon>LoginDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\PasswordChangeDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\PasswordChangeDlg.designer.cs">
|
|
<DependentUpon>PasswordChangeDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\PlainLoginDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\PlainLoginDlg.Designer.cs">
|
|
<DependentUpon>PlainLoginDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\TripleLoginDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\TripleLoginDlg.designer.cs">
|
|
<DependentUpon>TripleLoginDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\UserManagementDlg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\UserManagementDlg.designer.cs">
|
|
<DependentUpon>UserManagementDlg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ItemID.cs" />
|
|
<Compile Include="Mappings\BatchMap.cs" />
|
|
<Compile Include="Mappings\ComponentsMap.cs" />
|
|
<Compile Include="Mappings\EventMap.cs" />
|
|
<Compile Include="Mappings\GroupMap.cs" />
|
|
<Compile Include="Mappings\MeterTestRsltMap.cs" />
|
|
<Compile Include="Mappings\OrderInfoMap.cs" />
|
|
<Compile Include="Mappings\PartMap.cs" />
|
|
<Compile Include="Mappings\ProcessMap.cs" />
|
|
<Compile Include="Mappings\RecordMap.cs" />
|
|
<Compile Include="Mappings\ReferenceRecordMap.cs" />
|
|
<Compile Include="Mappings\StepRecordMap.cs" />
|
|
<Compile Include="Mappings\SubscriberMap.cs" />
|
|
<Compile Include="Mappings\TestDataMap.cs" />
|
|
<Compile Include="Mappings\TestRsltMap.cs" />
|
|
<Compile Include="Mappings\UserMap.cs" />
|
|
<Compile Include="Mappings\WaterMeterDataMap.cs" />
|
|
<Compile Include="Mappings\WaterMeterMap.cs" />
|
|
<Compile Include="Mappings\WorkplaceRegistrationMap.cs" />
|
|
<Compile Include="Mappings\WorkstepMap.cs" />
|
|
<Compile Include="Output\Printers\Enums.cs" />
|
|
<Compile Include="Output\Printers\PrintersCommon.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Output\SensusTestInfo.cs" />
|
|
<Compile Include="Output\Table.cs" />
|
|
<Compile Include="Output\WMChart.cs" />
|
|
<Compile Include="WorkflowSummary.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="ScanVerificationInfo.cs" />
|
|
<Compile Include="TracingDB.cs" />
|
|
<Compile Include="UsersDB.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="WMeterRsltItemSpec.cs" />
|
|
<Compile Include="WPlaceRegistrationMgmt.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="..\GemCard\GemCard.csproj">
|
|
<Project>{8b10d15a-39de-4b56-8dd1-710c1eb3a697}</Project>
|
|
<Name>GemCard</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Forms\DoubleLoginDlg.resx">
|
|
<DependentUpon>DoubleLoginDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\EditSelectedUser.resx">
|
|
<DependentUpon>EditSelectedUser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\LoginDlg.resx">
|
|
<DependentUpon>LoginDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\PasswordChangeDlg.resx">
|
|
<DependentUpon>PasswordChangeDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\PlainLoginDlg.resx">
|
|
<DependentUpon>PlainLoginDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\TripleLoginDlg.resx">
|
|
<DependentUpon>TripleLoginDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\UserManagementDlg.resx">
|
|
<DependentUpon>UserManagementDlg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.cs.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.de.resx" />
|
|
<EmbeddedResource Include="Resources\Strings.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\Strings.zh-CN.resx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Pictures\accepted.bmp" />
|
|
<None Include="Pictures\questionMark.bmp" />
|
|
<None Include="Pictures\rejected.bmp" />
|
|
</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> |