2015-12-04 16:17:20 +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)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{743DF7DB-C7B6-42EB-986D-0F485E5588E4}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Config</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Config</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.0</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;MUNICH</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-12-06 19:24:22 +00:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-12-12 20:44:36 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2015-12-04 16:17:20 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE;MUNICH</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="FluentNHibernate">
|
|
|
|
|
|
<HintPath>..\packages\FluentNHibernate.1.3.0.733\lib\FluentNHibernate.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Iesi.Collections">
|
|
|
|
|
|
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2016-01-01 23:54:21 +00:00
|
|
|
|
<Reference Include="log4net">
|
|
|
|
|
|
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2015-12-06 19:24:22 +00:00
|
|
|
|
<Reference Include="MySql.Data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
2015-12-04 16:17:20 +00:00
|
|
|
|
<HintPath>..\packages\MySql.Data.6.6.5\lib\net20\MySql.Data.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2015-12-06 19:24:22 +00:00
|
|
|
|
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
2015-12-04 16:17:20 +00:00
|
|
|
|
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
2015-12-06 19:24:22 +00:00
|
|
|
|
<Reference Include="System.Data.SQLite">
|
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.1.0.90.0\lib\net40\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Data.SQLite.Linq">
|
|
|
|
|
|
<HintPath>..\packages\System.Data.SQLite.1.0.90.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2015-12-04 16:17:20 +00:00
|
|
|
|
<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>
|
|
|
|
|
|
<Compile Include="Data.cs" />
|
|
|
|
|
|
<Compile Include="DatabaseSettings.cs" />
|
|
|
|
|
|
<Compile Include="DBSettings.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BenchPath.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Component.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ComponentProcedure.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ComponentTest.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Entities\FeedingPath.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Group.cs" />
|
|
|
|
|
|
<Compile Include="Entities\IHasItemNr.cs" />
|
|
|
|
|
|
<Compile Include="Entities\IHasValves.cs" />
|
|
|
|
|
|
<Compile Include="Entities\MeasurementCorrection.cs" />
|
|
|
|
|
|
<Compile Include="Entities\MetersPath.cs" />
|
|
|
|
|
|
<Compile Include="Entities\MeterTestResult.cs" />
|
|
|
|
|
|
<Compile Include="Entities\OutputPath.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Procedure.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ProcedureHistory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Test.cs" />
|
|
|
|
|
|
<Compile Include="Entities\TestResult.cs" />
|
|
|
|
|
|
<Compile Include="Entities\TransitionSequence.cs" />
|
|
|
|
|
|
<Compile Include="Entities\TransitionStep.cs" />
|
|
|
|
|
|
<Compile Include="Entities\User.cs" />
|
|
|
|
|
|
<Compile Include="Entities\VirtualBenchSequence.cs" />
|
|
|
|
|
|
<Compile Include="Entities\VirtualBenchStep.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Watermeter.cs" />
|
|
|
|
|
|
<Compile Include="Entities\WMType.cs" />
|
|
|
|
|
|
<Compile Include="FluentCommon.cs" />
|
|
|
|
|
|
<Compile Include="Grp.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\BenchPathMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\ComponentMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\ComponentProcedureMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\ComponentTestMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\FeedingPathMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\GroupMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\MeasurementCorrectionMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\MetersPathMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\MeterTestResultMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\OutputPathMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\ProcedureMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\TestMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\TestResultMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\TransitionSequenceMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\TransitionStepMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\UserMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\VirtualBenchSequenceMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\VirtualBenchStepMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\WatermeterMap.cs" />
|
|
|
|
|
|
<Compile Include="Mappings\WMTypeMap.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Resources\Strings.Designer.cs" />
|
2015-12-14 17:11:53 +00:00
|
|
|
|
<Compile Include="ResultItemSpec.cs" />
|
2015-12-04 16:17:20 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Strings.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</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>
|