312 lines
14 KiB
XML
312 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{FDE234FD-FF24-479F-B5CA-DFB74B4636DA}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Common.UI</RootNamespace>
|
|
<AssemblyName>Common.UI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<TargetFrameworkProfile />
|
|
<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>1</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<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>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn>IDE0003;IDE0049;</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>false</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>false</SignManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>false</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>2318B4E3B5AD878BDF8E04B8398B82FB777C4ACB</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>Common.UI_TemporaryKey.pfx</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="LaaPackages.SqlClient, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\laapackages\LaaPackages.SqlClient\bin\Debug\LaaPackages.SqlClient.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NLog.5.4.0\lib\net46\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationFramework.Aero2" />
|
|
<Reference Include="SQLite-net, Version=1.10.196.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\sqlite-net-pcl.1.10.196-beta\lib\netstandard2.0\SQLite-net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SQLitePCLRaw.batteries_v2, Version=2.1.11.2622, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\SQLitePCLRaw.bundle_green.2.1.11\lib\net461\SQLitePCLRaw.batteries_v2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SQLitePCLRaw.core, Version=2.1.11.2622, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\SQLitePCLRaw.core.2.1.11\lib\netstandard2.0\SQLitePCLRaw.core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SQLitePCLRaw.provider.dynamic_cdecl, Version=2.1.11.2622, Culture=neutral, PublicKeyToken=b68184102cba0b3b, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\SQLitePCLRaw.provider.dynamic_cdecl.2.1.11\lib\netstandard2.0\SQLitePCLRaw.provider.dynamic_cdecl.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="Controls\Clock.xaml.cs">
|
|
<DependentUpon>Clock.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\EregisterDebug.xaml.cs">
|
|
<DependentUpon>EregisterDebug.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\GridLayout.xaml.cs">
|
|
<DependentUpon>GridLayout.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\MainMenu.xaml.cs">
|
|
<DependentUpon>MainMenu.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\SIRT.xaml.cs">
|
|
<DependentUpon>SIRT.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Infrastructure\BooleanToBorderConverter.cs" />
|
|
<Compile Include="Infrastructure\SIRTMessageLogger.cs" />
|
|
<Compile Include="Models\AuftragDbContext.cs" />
|
|
<Compile Include="Models\Eregister_Shared.cs" />
|
|
<Compile Include="Models\P2000_Shared.cs" />
|
|
<Compile Include="Pages\EregisterFinalize.xaml.cs">
|
|
<DependentUpon>EregisterFinalize.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Infrastructure\BooleanToBackgroundConverter.cs" />
|
|
<Compile Include="Infrastructure\BooleanToVisibilityConverter.cs" />
|
|
<Compile Include="Infrastructure\VM.cs" />
|
|
<Compile Include="Pages\EregisterInitialize.xaml.cs">
|
|
<DependentUpon>EregisterInitialize.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Eregister\History.xaml.cs">
|
|
<DependentUpon>History.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Eregister\M\Data\EregisterSqlite.cs" />
|
|
<Compile Include="Pages\Eregister\M\Data\Message.cs" />
|
|
<Compile Include="Pages\Eregister\M\HistoryM.cs" />
|
|
<Compile Include="Pages\Eregister\M\MessageM.cs" />
|
|
<Compile Include="Pages\Eregister\VM\AddressVM.cs" />
|
|
<Compile Include="Pages\Eregister\VM\HistoryVM.cs" />
|
|
<Compile Include="Infrastructure\VMLocator.cs" />
|
|
<Compile Include="Pages\Eregister\VM\EregisterLocator.cs" />
|
|
<Compile Include="Pages\Eregister\V\AddressesItemsControl.xaml.cs">
|
|
<DependentUpon>AddressesItemsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Pages\Home.xaml.cs">
|
|
<DependentUpon>Home.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewModels\Controls\EregisterDebugVM.cs" />
|
|
<Compile Include="ViewModels\Controls\SIRTVM.cs" />
|
|
<Compile Include="ViewModels\EregisterFinalizeVM.cs" />
|
|
<Compile Include="ViewModels\EregisterHeaderVM.cs" />
|
|
<Compile Include="ViewModels\EregisterInitializeVM.cs" />
|
|
<Compile Include="ViewModels\EregisterTaskVM.cs" />
|
|
<Compile Include="ViewModels\GridItem.cs" />
|
|
<Compile Include="ViewModels\GridItem[T].cs" />
|
|
<Compile Include="ViewModels\HomeViewModel.cs" />
|
|
<Compile Include="ViewModels\MainMenuVM.cs" />
|
|
<Compile Include="ViewModels\SIRTBroadcasterVM.cs" />
|
|
<Compile Include="ViewModels\SIRTConnectionVM.cs" />
|
|
<Compile Include="Controls\SIRTBroadcasters.xaml.cs">
|
|
<DependentUpon>SIRTBroadcasters.xaml</DependentUpon>
|
|
</Compile>
|
|
<Page Include="Controls\Clock.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Controls\EregisterDebug.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\GridLayout.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\MainMenu.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Controls\SIRT.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\EregisterFinalize.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Infrastructure\AppHost.cs" />
|
|
<Compile Include="Infrastructure\Appsettings.cs" />
|
|
<Compile Include="Infrastructure\VM[T].cs" />
|
|
<Compile Include="Infrastructure\Command.cs" />
|
|
<Compile Include="Infrastructure\Command[T].cs" />
|
|
<Compile Include="Infrastructure\TaskStateToBackgroundBrushConverter.cs" />
|
|
<Compile Include="Infrastructure\TaskStateToForegroundBrushConverter.cs" />
|
|
<Compile Include="Infrastructure\User32DllImports.cs" />
|
|
<Compile Include="Infrastructure\User32Commands.cs" />
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="Pages\EregisterInitialize.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Pages\Eregister\History.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Eregister\V\AddressesItemsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Pages\Home.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Controls\SIRTBroadcasters.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Hardware\Common.Hardware.SIRT\Common.Hardware.SIRT.csproj">
|
|
<Project>{8de8e742-ee0a-4004-aa49-3d08d748e5ac}</Project>
|
|
<Name>Common.Hardware.SIRT</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Hardware\WaterMeter\eRegister\Common.Hardware.WaterMeter.eRegister\Common.Hardware.WaterMeter.eRegister.csproj">
|
|
<Project>{4e8bb839-d40a-488c-88ce-f21811f1f476}</Project>
|
|
<Name>Common.Hardware.WaterMeter.eRegister</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>xcopy $(SolutionDir)packages\SQLitePCLRaw.lib.e_sqlite3.2.1.11\runtimes runtimes /S /I /R /Y /Q /C</PreBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |