You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
6.1 KiB
143 lines
6.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{0EBB5244-26B9-4E3D-929E-C3CF31F350AE}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<StartupObject>EDKB12WS.Service1</StartupObject>
|
|
<RootNamespace>EDKB12WS</RootNamespace>
|
|
<AssemblyName>EDKB12WS</AssemblyName>
|
|
<MyType>Console</MyType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>EDKB12WS.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>EDKB12WS.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Interop.Microsoft.Office.Core, Version=2.3.0.0, Culture=neutral" />
|
|
<Reference Include="Interop.Office, Version=2.1.0.0, Culture=neutral" />
|
|
<Reference Include="Interop.VBIDE, Version=5.3.0.0, Culture=neutral" />
|
|
<Reference Include="Interop.Word, Version=8.1.0.0, Culture=neutral" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</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.Diagnostics" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Action.vb" />
|
|
<Compile Include="AvaloqDokumentWert.vb" />
|
|
<Compile Include="AvaloqDokumentWerte.vb" />
|
|
<Compile Include="clsDivFnkt.vb" />
|
|
<Compile Include="Datenbank\clsApplikation.vb" />
|
|
<Compile Include="Datenbank\clsConnectionProvider.vb" />
|
|
<Compile Include="Datenbank\clsDBInteractionBase.vb" />
|
|
<Compile Include="Datenbank\clsDokument.vb" />
|
|
<Compile Include="Datenbank\clsDokumenttyp.vb" />
|
|
<Compile Include="Datenbank\clsIdvmakro_office_vorlage.vb" />
|
|
<Compile Include="Datenbank\clsJournaleintrag.vb" />
|
|
<Compile Include="Datenbank\clsKey_tabelle.vb" />
|
|
<Compile Include="Datenbank\clsMitarbeiter.vb" />
|
|
<Compile Include="Datenbank\clsMyDokumentDaten.vb" />
|
|
<Compile Include="Datenbank\clsMyKey_Tabelle.vb" />
|
|
<Compile Include="Datenbank\clsMyMitarbeiter.vb" />
|
|
<Compile Include="Datenbank\clsMyPartner.vb" />
|
|
<Compile Include="Datenbank\clsOffice_vorlage.vb" />
|
|
<Compile Include="Datenbank\clsOffice_Vorlage_Datei.vb" />
|
|
<Compile Include="Datenbank\clsPartner.vb" />
|
|
<Compile Include="Datenbank\clsStatushistory.vb" />
|
|
<Compile Include="Datenbank\clsVorlagenfeld.vb" />
|
|
<Compile Include="Globals.vb" />
|
|
<Compile Include="ModMain.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Parameters.vb" />
|
|
<Compile Include="ProjectInstaller.Designer.vb">
|
|
<DependentUpon>ProjectInstaller.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProjectInstaller.vb">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Service1.vb">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Service1.Designer.vb">
|
|
<DependentUpon>Service1.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<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="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ProjectInstaller.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>ProjectInstaller.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Service1.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>Service1.vb</DependentUpon>
|
|
</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>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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> |