285 lines
11 KiB
XML
285 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>{6C5CFB90-BE10-4824-997D-B494A7CFF565}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<StartupObject>VERAGMonitoring.My.MyApplication</StartupObject>
|
|
<RootNamespace>VERAGMonitoring</RootNamespace>
|
|
<AssemblyName>VERAGMonitoring</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>WindowsForms</MyType>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>VERAGMonitoring.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>VERAGMonitoring.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>admin_monitoring.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DocumentationFile>VERAGMonitoring.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DocumentationFile>VERAGMonitoring.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Drawing" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows.Forms" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="System.Threading.Tasks" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AtlasAufschubDatenEinlesen.vb" />
|
|
<Compile Include="cClasses.vb" />
|
|
<Compile Include="cClient.vb" />
|
|
<Compile Include="cGlobal.vb" />
|
|
<Compile Include="cSqlDb.vb" />
|
|
<Compile Include="cUserSettings.vb" />
|
|
<Compile Include="frmEinzahlung.Designer.vb">
|
|
<DependentUpon>frmEinzahlung.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmEinzahlung.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmMRNStorno.Designer.vb">
|
|
<DependentUpon>frmMRNStorno.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmMRNStorno.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmKtoStandAkt.Designer.vb">
|
|
<DependentUpon>frmKtoStandAkt.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmKtoStandAkt.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmMain.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmMain.Designer.vb">
|
|
<DependentUpon>frmMain.vb</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmAlert.Designer.vb">
|
|
<DependentUpon>frmAlert.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmAlert.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmSettings.Designer.vb">
|
|
<DependentUpon>frmSettings.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmSettings.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmShowData.Designer.vb">
|
|
<DependentUpon>frmShowData.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmShowData.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmShowDataDouble.Designer.vb">
|
|
<DependentUpon>frmShowDataDouble.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmShowDataDouble.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmBelastAufheben.Designer.vb">
|
|
<DependentUpon>frmBelastAufheben.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmBelastAufheben.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmZusBelast.Designer.vb">
|
|
<DependentUpon>frmZusBelast.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmZusBelast.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="frmEinzahlung.resx">
|
|
<DependentUpon>frmEinzahlung.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmMRNStorno.resx">
|
|
<DependentUpon>frmMRNStorno.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmKtoStandAkt.resx">
|
|
<DependentUpon>frmKtoStandAkt.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmMain.resx">
|
|
<DependentUpon>frmMain.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmAlert.resx">
|
|
<DependentUpon>frmAlert.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmSettings.resx">
|
|
<DependentUpon>frmSettings.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmShowData.resx">
|
|
<DependentUpon>frmShowData.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmShowDataDouble.resx">
|
|
<DependentUpon>frmShowDataDouble.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmBelastAufheben.resx">
|
|
<DependentUpon>frmBelastAufheben.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmZusBelast.resx">
|
|
<DependentUpon>frmZusBelast.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="admin_monitoring.ico" />
|
|
<None Include="Resources\refresh.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\SDL\SDL\VERAG_PROG_ALLGEMEIN\VERAG_PROG_ALLGEMEIN.vbproj">
|
|
<Project>{a3b497bd-842c-4a2b-b398-ed1976849df1}</Project>
|
|
<Name>VERAG_PROG_ALLGEMEIN</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<COMReference Include="Microsoft.Office.Core">
|
|
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
|
|
<VersionMajor>2</VersionMajor>
|
|
<VersionMinor>7</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>primary</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
<COMReference Include="Microsoft.Office.Interop.Excel">
|
|
<Guid>{00020813-0000-0000-C000-000000000046}</Guid>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>8</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>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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> |