Files
Lehrlingsparcours/_archiv/LP/.svn/pristine/9a/9a7e10ff656343710c4864938d232a35b57e86a4.svn-base
2019-12-21 10:58:30 +01:00

211 lines
8.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{02E4BEEC-3DA7-4BCC-B86B-4D71BADB038A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>LP.My.MyApplication</StartupObject>
<RootNamespace>LP</RootNamespace>
<AssemblyName>LP</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>LP.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>LP.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="C1.Win.C1TrueDBGrid.2, Version=2.0.20083.61151, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da, processorArchitecture=MSIL" />
<Reference Include="FastReport, Version=1.5.44.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL" />
<Reference Include="PureComponents.ActionSet, Version=2010.1.310.0, Culture=neutral, PublicKeyToken=c2e8ae8887ee9ba3, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" />
<Reference Include="System.Deployment" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</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" />
</ItemGroup>
<ItemGroup>
<Compile Include="Klassen\clsdbkey.vb" />
<Compile Include="Firmen\frmFirma.Designer.vb">
<DependentUpon>frmFirma.vb</DependentUpon>
</Compile>
<Compile Include="Firmen\frmFirma.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.vb">
<DependentUpon>Form1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="Klassen\clsAllgemein.vb" />
<Compile Include="Klassen\DocMgMt.vb" />
<Compile Include="Klassen\Globals.vb" />
<Compile Include="Klassen\MySpalten.vb" />
<Compile Include="LPDataSet.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>LPDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="LPDataSet.vb">
<DependentUpon>LPDataSet.xsd</DependentUpon>
</Compile>
<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>
<Compile Include="Reorting\frmReportView.Designer.vb">
<DependentUpon>frmReportView.vb</DependentUpon>
</Compile>
<Compile Include="Reorting\frmReportView.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Reorting\FrmReportauswahl.Designer.vb">
<DependentUpon>FrmReportauswahl.vb</DependentUpon>
</Compile>
<Compile Include="Reorting\FrmReportauswahl.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Schueler\frmSchueler.Designer.vb">
<DependentUpon>frmSchueler.vb</DependentUpon>
</Compile>
<Compile Include="Schueler\frmSchueler.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Sysadmin\FrmDomainEditor.Designer.vb">
<DependentUpon>FrmDomainEditor.vb</DependentUpon>
</Compile>
<Compile Include="Sysadmin\FrmDomainEditor.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Sysadmin\FrmSpaltenTitel.Designer.vb">
<DependentUpon>FrmSpaltenTitel.vb</DependentUpon>
</Compile>
<Compile Include="Sysadmin\FrmSpaltenTitel.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Firmen\frmFirma.resx">
<DependentUpon>frmFirma.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\licenses.licx" />
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Reorting\frmReportView.resx">
<DependentUpon>frmReportView.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Reorting\FrmReportauswahl.resx">
<DependentUpon>FrmReportauswahl.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Schueler\frmSchueler.resx">
<DependentUpon>frmSchueler.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Sysadmin\FrmDomainEditor.resx">
<DependentUpon>FrmDomainEditor.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Sysadmin\FrmSpaltenTitel.resx">
<DependentUpon>FrmSpaltenTitel.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="LPDataSet.xsc">
<DependentUpon>LPDataSet.xsd</DependentUpon>
</None>
<None Include="LPDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>LPDataSet.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="LPDataSet.xss">
<DependentUpon>LPDataSet.xsd</DependentUpon>
</None>
<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="$(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>