165 lines
7.3 KiB
XML
165 lines
7.3 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>{09CBCD8A-C729-4AB6-9C39-1510774509D6}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>Sensus.MiniPrf.Ui</RootNamespace>
|
|
<AssemblyName>MiniPrf</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>false</Deterministic>
|
|
</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>
|
|
<DocumentationFile>bin\Debug\MiniPrf.xml</DocumentationFile>
|
|
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\Library\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\Library\MiniPrf.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="FrmHistory.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmHistory.Designer.cs">
|
|
<DependentUpon>FrmHistory.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FrmMainMiniPrf.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmMainMiniPrf.Designer.cs">
|
|
<DependentUpon>FrmMainMiniPrf.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="FrmHistory.resx">
|
|
<DependentUpon>FrmHistory.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmMainMiniPrf.resx">
|
|
<DependentUpon>FrmMainMiniPrf.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.de.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.de.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.de.Designer.cs">
|
|
<DependentUpon>Resources.de.resx</DependentUpon>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="Docu\MiniPrf Kurzanleitung.docx" />
|
|
<None Include="Docu\MiniPrf Kurzanleitung.pdf">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="NlogConfig.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="Resources\FM2014 58x172.jpg" />
|
|
<None Include="Resources\FM2014 117x344.jpg" />
|
|
<None Include="Resources\FM2014_small.jpg" />
|
|
<None Include="Resources\Sensus_A.jpg" />
|
|
<None Include="Resources\Sensus Logo.JPG" />
|
|
</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\WaterMeter\MechanicalMeter\FM2014\FM2014Config\FM2014Config.csproj">
|
|
<Project>{3862D89C-E32D-4182-BB58-38777D43EDD9}</Project>
|
|
<Name>FM2014Config</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\Hardware\WaterMeter\MechanicalMeter\FM2014\FM2014Core\FM2014Core.csproj">
|
|
<Project>{0B205BE7-90CD-4C3A-8EBD-1E414E39528A}</Project>
|
|
<Name>FM2014Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\Metrology\Measurements\Measurements.csproj">
|
|
<Project>{6ccdb656-c676-4360-baba-c4596aad175d}</Project>
|
|
<Name>Measurements</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\Utils\Logging\Logging.csproj">
|
|
<Project>{4B88B0D3-E791-4774-9521-EABEACDC420E}</Project>
|
|
<Name>Logging</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\Utils\ProcessExec\ProcessExec.csproj">
|
|
<Project>{2FD60CF1-45CD-4060-B8E5-4F39FBA7F1CB}</Project>
|
|
<Name>ProcessExec</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>if $(ConfigurationName) == Release mkdir "$(TargetDir)..\Config"
|
|
if $(ConfigurationName) == Release move "$(TargetDir)MiniPrf.application" "$(TargetDir)..\Config\"
|
|
if $(ConfigurationName) == Release move "$(TargetDir)MiniPrf.exe.manifest" "$(TargetDir)..\Config\"
|
|
if $(ConfigurationName) == Release move "$(TargetDir)*.xml" "$(TargetDir)..\Config\"
|
|
if $(ConfigurationName) == Release erase "$(TargetDir)*.pdb"
|
|
if $(ConfigurationName) == Release move "$(TargetDir)MiniPrf.exe" "$(TargetDir)..\"
|
|
if $(ConfigurationName) == Release move "$(TargetDir)MiniPrf.exe.config" "$(TargetDir)..\"
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |