This commit is contained in:
SchreiberM
2016-08-31 13:09:10 +02:00
parent cea9afcc22
commit ed3f4a1cd2
14 changed files with 2274 additions and 54 deletions

View File

@@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4591D818-6F38-4FBB-918D-76259EBBD7C6}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>ZSG_Import.Service1</StartupObject>
<StartupObject>ZSG_Import.MyService</StartupObject>
<RootNamespace>ZSG_Import</RootNamespace>
<AssemblyName>ZSG_Import</AssemblyName>
<FileAlignment>512</FileAlignment>
@@ -47,6 +47,18 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.WINDREAMLib">
<HintPath>..\..\lib\Interop.WINDREAMLib.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Interop.WMOBRWSLib">
<HintPath>..\..\lib\Interop.WMOBRWSLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Interop.WMOTOOLLib">
<HintPath>..\..\lib\Interop.WMOTOOLLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
@@ -68,15 +80,19 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="clsDatabase.vb" />
<Compile Include="clsLogger.vb" />
<Compile Include="clsWindream.vb" />
<Compile Include="CURRENT.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="Service1.vb">
<Compile Include="MyService.vb">
<SubType>Component</SubType>
</Compile>
<Compile Include="Service1.Designer.vb">
<DependentUpon>Service1.vb</DependentUpon>
<Compile Include="MyService.Designer.vb">
<DependentUpon>MyService.vb</DependentUpon>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Resources.Designer.vb">