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.
ITSM/.svn/pristine/1c/1cb9e093288f32f162ee244bf94...

207 lines
9.3 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>{04B90B96-082A-4ED3-98E8-C785B9CAAEDE}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>MigrVDB.My.MyApplication</StartupObject>
<RootNamespace>MigrVDB</RootNamespace>
<AssemblyName>MigrVDB</AssemblyName>
<MyType>WindowsForms</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>MigrVDB.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>MigrVDB.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="csvadapter, Version=1.0.2062.15511, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\EDOKA\Tools\Loader\Loader\Loader\bin\Debug\csvadapter.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<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.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="CSVHelper.vb" />
<Compile Include="db\clsAktivitaet.vb" />
<Compile Include="db\clsAktivitaetStatus.vb" />
<Compile Include="db\clsApplication.vb" />
<Compile Include="db\clsApplikation.vb" />
<Compile Include="db\clsApplikationabhaengigkeit.vb" />
<Compile Include="db\clsApplikationEreignis.vb" />
<Compile Include="db\clsApplikationInstallationAls.vb" />
<Compile Include="db\clsApplikationInstallationFuer.vb" />
<Compile Include="db\clsApplikationInstallationTyp.vb" />
<Compile Include="db\clsApplikationKategorie.vb" />
<Compile Include="db\clsApplikationKontakt.vb" />
<Compile Include="db\clsApplikationKritikalitaetTyp.vb" />
<Compile Include="db\clsApplikationLogbuch.vb" />
<Compile Include="db\clsApplikationSLMTyp.vb" />
<Compile Include="db\clsApplikationStandardTyp.vb" />
<Compile Include="db\clsApplikationTeam.vb" />
<Compile Include="db\clsApplikationTestAZ.vb" />
<Compile Include="db\clsApplikationVerantwortung.vb" />
<Compile Include="db\clsAuswertungAuswertungParameter.vb" />
<Compile Include="db\clsAuswertungGruppe.vb" />
<Compile Include="db\clsAuswertungGruppeAuswertung.vb" />
<Compile Include="db\clsAuswertungsparameter.vb" />
<Compile Include="db\clsBeziehungstyp.vb" />
<Compile Include="db\clsConnectionProvider.vb" />
<Compile Include="db\clsDBInteractionBase.vb" />
<Compile Include="db\clsDokument.vb" />
<Compile Include="db\clsDokumentAblageort.vb" />
<Compile Include="db\clsDokumentAblageTyp.vb" />
<Compile Include="db\clsDokumenttyp.vb" />
<Compile Include="db\clsEreignistyp.vb" />
<Compile Include="db\clsFunktionsgruppe.vb" />
<Compile Include="db\clsFunktionsgruppe_auswertungGruppe.vb" />
<Compile Include="db\clsFunktionsgruppe_rolle.vb" />
<Compile Include="db\clsFunktion_AuswertungGruppe.vb" />
<Compile Include="db\clsGremium.vb" />
<Compile Include="db\clsGremiumBereich.vb" />
<Compile Include="db\clsGremiumGruppierung.vb" />
<Compile Include="db\clsGremiumPerson.vb" />
<Compile Include="db\clsHistory.vb" />
<Compile Include="db\clsHistoryTyp.vb" />
<Compile Include="db\clsInstallationAlsTyp.vb" />
<Compile Include="db\clsInstallationTyp.vb" />
<Compile Include="db\clsKey_tabelle.vb" />
<Compile Include="db\clsKontakttyp.vb" />
<Compile Include="db\clsKostenart.vb" />
<Compile Include="db\clsKuendigungsfrist.vb" />
<Compile Include="db\clsKuendigungsfristen.vb" />
<Compile Include="db\clsLizenzkauf.vb" />
<Compile Include="db\clsLizenzschluessel.vb" />
<Compile Include="db\clsLizenztyp.vb" />
<Compile Include="db\clsMandant.vb" />
<Compile Include="db\clsMarktbereich.vb" />
<Compile Include="db\clsMeldungstexte.vb" />
<Compile Include="db\clsMitarbeiter.vb" />
<Compile Include="db\clsMitarbeitereinstellung.vb" />
<Compile Include="db\clsMitarbeiter_Auswertungsparameter.vb" />
<Compile Include="db\clsMitarbeiter_funktionsgruppe.vb" />
<Compile Include="db\clsPendenz.vb" />
<Compile Include="db\clsPendenzstatus.vb" />
<Compile Include="db\clsPeriodizitaet.vb" />
<Compile Include="db\clsPerson.vb" />
<Compile Include="db\clsPersonFunktion.vb" />
<Compile Include="db\clsProfil.vb" />
<Compile Include="db\clsReleaseArt.vb" />
<Compile Include="db\clsRfcBoard.vb" />
<Compile Include="db\clsRfcBoard_Mitarbeiter.vb" />
<Compile Include="db\clsRolle.vb" />
<Compile Include="db\clsRolle_securitylevel.vb" />
<Compile Include="db\clsRolle_SecurityObject.vb" />
<Compile Include="db\clsRolle_sysadminfunktion.vb" />
<Compile Include="db\clsSDAdministrator.vb" />
<Compile Include="db\clsSecurityLevel.vb" />
<Compile Include="db\clsSecurityObject.vb" />
<Compile Include="db\clsServiceKatalog.vb" />
<Compile Include="db\clsServiceKatalog_SLAKatalog.vb" />
<Compile Include="db\clsSLA.vb" />
<Compile Include="db\clsSLAKatalog.vb" />
<Compile Include="db\clsSLASubTyp.vb" />
<Compile Include="db\clsSLATyp.vb" />
<Compile Include="db\clsSpalten.vb" />
<Compile Include="db\clsSysadminfunktion.vb" />
<Compile Include="db\clsTooltip.vb" />
<Compile Include="db\clsVertragselement.vb" />
<Compile Include="db\clsVertragselementApplikation.vb" />
<Compile Include="db\clsVertragselement_Referenz.vb" />
<Compile Include="db\clsVertragsereignis.vb" />
<Compile Include="db\clsVertragskontakt.vb" />
<Compile Include="db\clsVertragsleistung.vb" />
<Compile Include="db\clsVertragspartner.vb" />
<Compile Include="db\clsVertragstyp.vb" />
<Compile Include="db\clsZeiteinheittyp.vb" />
<Compile Include="db\clsZzz_testa.vb" />
<Compile Include="Form1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.vb">
<DependentUpon>Form1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="globals.vb" />
<Compile Include="Klassen\clsMyKey_Tabelle.vb" />
<Compile Include="Klassen\mdbconnection.vb" />
<Compile Include="Klassen\MySysadmin.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</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="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.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>
</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>