123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1F2176BE-09E4-4D43-87DB-E61E7F4913DF}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>GCHR</RootNamespace>
- <AssemblyName>GCHR</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
- <StartupObject>GCHR.App</StartupObject>
- <ApplicationIcon>GCHR.ico</ApplicationIcon>
- <NoWin32Manifest>true</NoWin32Manifest>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>
- </DocumentationFile>
- <PlatformTarget>x86</PlatformTarget>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Debug\GCEHRep_doc.xml</DocumentationFile>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="UIAutomationProvider">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="PresentationCore">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="PresentationFramework">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <SubType>Designer</SubType>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Page Include="View\Ampel.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\Einstellungen.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Main.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="View\ManuelleKontenBearbeiten.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Themes\Generic.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Control\IO\ConfigIO.cs" />
- <Compile Include="Control\IO\GchrConfigIO.cs" />
- <Compile Include="Control\IO\KontenIO.cs" />
- <Compile Include="Control\Logger.cs" />
- <Compile Include="Main.xaml.cs">
- <DependentUpon>Main.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Control\Tasks\Export.cs" />
- <Compile Include="Mandantenschnittstelle\Honda.cs" />
- <Compile Include="Mandantenschnittstelle\IMandant.cs" />
- <Compile Include="Mandantenschnittstelle\Volkswagen.cs" />
- <Compile Include="Model\DateipfadeXml.cs" />
- <Compile Include="Model\Konto\IKonto.cs" />
- <Compile Include="Model\Konto\KontoTypen.cs" />
- <Compile Include="Model\Uebersetzung\Eintrag.cs" />
- <Compile Include="Model\Uebersetzung\Exceptions.cs" />
- <Compile Include="Model\Uebersetzung\HerstellerKontenrahmen.cs" />
- <Compile Include="Model\Uebersetzung\HerstellerKonto.cs" />
- <Compile Include="Model\Uebersetzung\KontoTyp.cs" />
- <Compile Include="Model\Uebersetzung\Regel.cs" />
- <Compile Include="Model\Uebersetzung\Uebersetzungstabelle.cs" />
- <Compile Include="View\Ampel.xaml.cs">
- <DependentUpon>Ampel.xaml</DependentUpon>
- </Compile>
- <Compile Include="Model\Constants.cs" />
- <Compile Include="Model\CTripleDES.cs" />
- <Compile Include="Control\DepartmentCase.cs" />
- <Compile Include="View\Einstellungen.xaml.cs">
- <DependentUpon>Einstellungen.xaml</DependentUpon>
- </Compile>
- <Compile Include="Model\GchrConfig.cs" />
- <Compile Include="Control\Tasks\Verrechnung.cs" />
- <Compile Include="Model\Konfiguration.cs" />
- <Compile Include="Model\Konto\Konten.cs" />
- <Compile Include="Model\Konto\Saldo.cs" />
- <Compile Include="Mandantenschnittstelle\Fiat.cs" />
- <Compile Include="View\ManuelleKontenBearbeiten.xaml.cs">
- <DependentUpon>ManuelleKontenBearbeiten.xaml</DependentUpon>
- </Compile>
- <Compile Include="Model\Periode.cs" />
- <Compile Include="Control\Tasks\TaskManager.cs" />
- <None Include="Tests.cs" />
- <Compile Include="Model\Konto\HaendlerKonto.cs" />
- <Compile Include="Mandantenschnittstelle\Mandanten.cs" />
- <Compile Include="Mandantenschnittstelle\Citroen.cs" />
- <Compile Include="Mandantenschnittstelle\Ford.cs" />
- <Compile Include="Mandantenschnittstelle\Opel.cs" />
- <Compile Include="Mandantenschnittstelle\Peugeot.cs" />
- <Compile Include="Mandantenschnittstelle\Test.cs" />
- <Compile Include="Control\Printing\PageElement.cs" />
- <Compile Include="Control\Printing\Paginator.cs" />
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <Compile Include="Control\Tasks\Datenimport.cs" />
- <Compile Include="Control\Tasks\Kontenrahmen.cs" />
- <Compile Include="Control\Tasks\ManuelleKonten.cs" />
- <Compile Include="Control\Tasks\Task.cs" />
- <Compile Include="Control\Tasks\Uebersetzung.cs" />
- <Compile Include="Control\Tasks\UebersetzungStat.cs" />
- <Compile Include="Control\Tasks\UebersetzungSuSa.cs" />
- <Compile Include="Control\Tasks\Verarbeitung.cs" />
- <Compile Include="Control\ThreadXData.cs" />
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <AppDesigner Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="GCHR.ico" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\GlobalCube.png" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
- -->
- <PropertyGroup>
- <PreBuildEvent>cd $(ProjectDir)
- AssemblyVersion.exe</PreBuildEvent>
- </PropertyGroup>
- </Project>
|