neu
This commit is contained in:
@@ -51,6 +51,25 @@
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>admin_monitoring.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>RoutineManager.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>RoutineManager.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="Dynamsoft.Forms.Viewer, Version=7.0.0.320, Culture=neutral, PublicKeyToken=298ad97013b423eb, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
@@ -81,6 +100,16 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\dll\itextsharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
<HintPath>C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Excel\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Excel.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OFFICE, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
<HintPath>C:\Windows\assembly\GAC_MSIL\office\15.0.0.0__71e9bce111e9429c\OFFICE.DLL</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Renci.SshNet">
|
||||
<HintPath>..\..\..\dll\Renci.SshNet.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -116,11 +145,18 @@
|
||||
<Compile Include="cBuergschaften.vb" />
|
||||
<Compile Include="cEDI.vb" />
|
||||
<Compile Include="cGetMsgType.vb" />
|
||||
<Compile Include="cOREGONWorker.vb" />
|
||||
<Compile Include="cMAVIWorker.vb" />
|
||||
<Compile Include="frmTRNCTS_NachrichtenVerarbeitung.Designer.vb">
|
||||
<DependentUpon>frmTRNCTS_NachrichtenVerarbeitung.vb</DependentUpon>
|
||||
<Compile Include="frmTRNCTS_NachrichtenVerarbeitung_OREGON.Designer.vb">
|
||||
<DependentUpon>frmTRNCTS_NachrichtenVerarbeitung_OREGON.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmTRNCTS_NachrichtenVerarbeitung.vb">
|
||||
<Compile Include="frmTRNCTS_NachrichtenVerarbeitung_OREGON.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmTRNCTS_NachrichtenVerarbeitung_MAVI.Designer.vb">
|
||||
<DependentUpon>frmTRNCTS_NachrichtenVerarbeitung_MAVI.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmTRNCTS_NachrichtenVerarbeitung_MAVI.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="VERAG_Interface\cVERAG_Interface.vb" />
|
||||
@@ -176,8 +212,11 @@
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="frmTRNCTS_NachrichtenVerarbeitung.resx">
|
||||
<DependentUpon>frmTRNCTS_NachrichtenVerarbeitung.vb</DependentUpon>
|
||||
<EmbeddedResource Include="frmTRNCTS_NachrichtenVerarbeitung_OREGON.resx">
|
||||
<DependentUpon>frmTRNCTS_NachrichtenVerarbeitung_OREGON.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmTRNCTS_NachrichtenVerarbeitung_MAVI.resx">
|
||||
<DependentUpon>frmTRNCTS_NachrichtenVerarbeitung_MAVI.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmMDMNachrichtenVerarbeitung.resx">
|
||||
<DependentUpon>frmMDMNachrichtenVerarbeitung.vb</DependentUpon>
|
||||
|
||||
Reference in New Issue
Block a user