401 lines
21 KiB
XML
401 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.props" Condition="Exists('packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.props')" />
|
|
<Import Project="packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.props" Condition="Exists('packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.props')" />
|
|
<Import Project="packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.props" Condition="Exists('packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.props')" />
|
|
<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>{38BE240B-8153-47DA-9F0D-81CBB5CE649F}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>GenesisDisplayTool</RootNamespace>
|
|
<AssemblyName>GenesisDisplayTool</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<CodeAnalysisRuleSet>GenesisZeroFlow.ruleset</CodeAnalysisRuleSet>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<NoWarn>1591;1587</NoWarn>
|
|
<CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<CodeAnalysisRuleSet>GenesisZeroFlow.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GenesisDisplayTool_V01|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\GenesisDisplayTool_V01\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>GenesisZeroFlow.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PerformTest|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\PerformTest\</OutputPath>
|
|
<DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
|
|
<NoWarn>1591;1587</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>GenesisZeroFlow.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="MigraDoc.DocumentObjectModel, Version=1.32.3879.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
|
|
<HintPath>..\Common\packages\PDFsharp-MigraDoc-GDI.1.32.3879.0\lib\net20\MigraDoc.DocumentObjectModel.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MigraDoc.Rendering, Version=1.32.3879.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
|
|
<HintPath>..\Common\packages\PDFsharp-MigraDoc-GDI.1.32.3879.0\lib\net20\MigraDoc.Rendering.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MigraDoc.RtfRendering, Version=1.32.3879.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
|
|
<HintPath>..\Common\packages\PDFsharp-MigraDoc-GDI.1.32.3879.0\lib\net20\MigraDoc.RtfRendering.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\Common\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\Common\packages\NLog.4.5.5\lib\net45\NLog.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="PdfSharp, Version=1.50.5147.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
|
|
<HintPath>packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PdfSharp.Charting, Version=1.50.5147.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
|
|
<HintPath>packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.Charting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Transactions" />
|
|
<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.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Xylem.Common.Metrology.Measurements">
|
|
<HintPath>..\Common\Metrology\Measurements\bin\Debug\Xylem.Common.Metrology.Measurements.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Xylem.Common.Utils.Logging">
|
|
<HintPath>..\Common\Utils\Logging\bin\Debug\Xylem.Common.Utils.Logging.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Common\.shared\SharedAssemblyInfo.cs">
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="BaseProcess.cs" />
|
|
<Compile Include="frmTempCalibration.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmTempCalibration.Designer.cs">
|
|
<DependentUpon>frmTempCalibration.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Itinerary\PrepareTest.cs" />
|
|
<Compile Include="Amplitude.cs" />
|
|
<Compile Include="Completion.cs" />
|
|
<Compile Include="Display.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DecodedData.cs" />
|
|
<Compile Include="DecodeTelegram.cs" />
|
|
<Compile Include="EmptyPipeCheck.cs" />
|
|
<Compile Include="ErrorLog.cs" />
|
|
<Compile Include="Files.cs" />
|
|
<Compile Include="Form1.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmStartup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmStartup.Designer.cs">
|
|
<DependentUpon>frmStartup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FutureReports.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="GP30.cs" />
|
|
<Compile Include="Itinerary\ProcessProgress.cs" />
|
|
<Compile Include="LastUsage.cs" />
|
|
<Compile Include="Logging.cs" />
|
|
<Compile Include="LogOn.cs" />
|
|
<Compile Include="Preparation.cs" />
|
|
<Compile Include="Maths.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Miscellanous.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Report.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ReportPages.cs" />
|
|
<Compile Include="SerialConfig.cs" />
|
|
<Compile Include="TempCalDisplay.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Temperature.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="TemperatureField.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="TemperatureField.Designer.cs">
|
|
<DependentUpon>TemperatureField.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TemperatureFieldTempCal.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="TemperatureFieldTempCal.Designer.cs">
|
|
<DependentUpon>TemperatureFieldTempCal.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestComon.cs" />
|
|
<Compile Include="TestComon.Designer.cs">
|
|
<DependentUpon>TestComon.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ZeroFlowGenesisMeter.cs" />
|
|
<Compile Include="ZeroFlowTest.cs" />
|
|
<EmbeddedResource Include="Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmStartup.resx">
|
|
<DependentUpon>frmStartup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmTempCalibration.resx">
|
|
<DependentUpon>frmTempCalibration.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="TemperatureField.resx">
|
|
<DependentUpon>TemperatureField.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="TemperatureFieldTempCal.resx">
|
|
<DependentUpon>TemperatureFieldTempCal.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="TestComon.resx">
|
|
<DependentUpon>TestComon.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="GenesisZeroFlow.ruleset" />
|
|
<Content Include="..\Common\.shared\NlogConfig.xml">
|
|
<Link>NlogConfig.xml</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="NLog.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="NLog.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="packages.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>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<COMReference Include="Microsoft.Office.Core">
|
|
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
|
|
<VersionMajor>2</VersionMajor>
|
|
<VersionMinor>5</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>primary</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
<COMReference Include="VBIDE">
|
|
<Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
|
|
<VersionMajor>5</VersionMajor>
|
|
<VersionMinor>3</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>primary</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="bin\Debug\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\CommonCore\CommonCore.csproj">
|
|
<Project>{1B02C79E-0B19-43E2-8F6B-71EF0C786C97}</Project>
|
|
<Name>CommonCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\Interfaces\Ports\PortCore\PortCore.csproj">
|
|
<Project>{2e139f63-b6fe-4ea9-a098-85364fe9b26c}</Project>
|
|
<Name>PortCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\Interfaces\Ports\SerialPorts\SerialPorts.csproj">
|
|
<Project>{72037e89-4f63-4b3f-beff-4138e578ce99}</Project>
|
|
<Name>SerialPorts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\DataPackages\DataPackages.csproj">
|
|
<Project>{0E524D43-7B66-45CD-AA74-41D51AFC3D99}</Project>
|
|
<Name>DataPackages</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\GenesisConfig\GenesisConfig.csproj">
|
|
<Project>{f013a56b-7be6-4852-9cd8-b971cd1add0c}</Project>
|
|
<Name>GenesisConfig</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\GenesisCore\GenesisCore.csproj">
|
|
<Project>{04201e95-90a0-4b73-a72f-379739b2a3ae}</Project>
|
|
<Name>GenesisCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\Protocols\ProtocolCore\ProtocolCore.csproj">
|
|
<Project>{8bdd2789-96d4-43ea-aad7-0f49d0347998}</Project>
|
|
<Name>ProtocolCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\Protocols\RequestProtocol\RequestProtocol.csproj">
|
|
<Project>{d32ed790-7e1e-435b-8619-9f906c992066}</Project>
|
|
<Name>RequestProtocol</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\Protocols\StreamingProtocol\StreamingProtocol.csproj">
|
|
<Project>{29617814-313e-409e-aa5d-59c78a9d4df1}</Project>
|
|
<Name>StreamingProtocol</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\Genesis\Registers\Registers.csproj">
|
|
<Project>{f4aaf7e6-7333-4284-b735-e32deb076c64}</Project>
|
|
<Name>Registers</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\WaterMeterCore\WaterMeterCore.csproj">
|
|
<Project>{8203abb8-38e5-472e-a742-33f38b7a74a6}</Project>
|
|
<Name>WaterMeterCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Hardware\WaterMeter\WaterMeterCore\WaterMeterRegisters\WaterMeterRegisters.csproj">
|
|
<Project>{26afcf1e-1287-48b8-a506-32b1e8a0dd0e}</Project>
|
|
<Name>WaterMeterRegisters</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Ui\GenesisToolBox\GenesisToolBox.csproj">
|
|
<Project>{95A50087-99EE-4349-9A17-C547290DB42F}</Project>
|
|
<Name>GenesisToolBox</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Utils\Logging\Logging.csproj">
|
|
<Project>{4b88b0d3-e791-4774-9521-eabeacdc420e}</Project>
|
|
<Name>Logging</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<Import Project="packages\System.Data.SQLite.Core.1.0.104.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('packages\System.Data.SQLite.Core.1.0.104.0\build\net451\System.Data.SQLite.Core.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('packages\System.Data.SQLite.Core.1.0.104.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\System.Data.SQLite.Core.1.0.104.0\build\net451\System.Data.SQLite.Core.targets'))" />
|
|
<Error Condition="!Exists('packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.props'))" />
|
|
<Error Condition="!Exists('packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.targets'))" />
|
|
<Error Condition="!Exists('packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.props'))" />
|
|
<Error Condition="!Exists('packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.targets'))" />
|
|
<Error Condition="!Exists('packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.props'))" />
|
|
<Error Condition="!Exists('packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.targets'))" />
|
|
</Target>
|
|
<Import Project="packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.targets" Condition="Exists('packages\Microsoft.Net.Native.SharedLibrary-arm.1.6.0\build\Microsoft.Net.Native.SharedLibrary-arm.targets')" />
|
|
<Import Project="packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.targets" Condition="Exists('packages\Microsoft.Net.Native.SharedLibrary-x64.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x64.targets')" />
|
|
<Import Project="packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.targets" Condition="Exists('packages\Microsoft.Net.Native.SharedLibrary-x86.1.6.0\build\Microsoft.Net.Native.SharedLibrary-x86.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> |