GCHR.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1F2176BE-09E4-4D43-87DB-E61E7F4913DF}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>GCHR</RootNamespace>
  12. <AssemblyName>GCHR</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <OldToolsVersion>3.5</OldToolsVersion>
  23. <StartupObject>GCHR.App</StartupObject>
  24. <ApplicationIcon>GCHR.ico</ApplicationIcon>
  25. <NoWin32Manifest>true</NoWin32Manifest>
  26. <PublishUrl>publish\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>false</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <DocumentationFile>
  50. </DocumentationFile>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Debug\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <DocumentationFile>bin\Debug\GCEHRep_doc.xml</DocumentationFile>
  62. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="System" />
  66. <Reference Include="System.Core">
  67. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml.Linq">
  72. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="System.Data.DataSetExtensions">
  75. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="UIAutomationProvider">
  80. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  81. </Reference>
  82. <Reference Include="WindowsBase">
  83. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  84. </Reference>
  85. <Reference Include="PresentationCore">
  86. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="PresentationFramework">
  89. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ApplicationDefinition Include="App.xaml">
  94. <SubType>Designer</SubType>
  95. <SubType>Designer</SubType>
  96. </ApplicationDefinition>
  97. <Page Include="View\Ampel.xaml">
  98. <SubType>Designer</SubType>
  99. <Generator>MSBuild:Compile</Generator>
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </Page>
  103. <Page Include="View\Einstellungen.xaml">
  104. <SubType>Designer</SubType>
  105. <Generator>MSBuild:Compile</Generator>
  106. <Generator>MSBuild:Compile</Generator>
  107. <SubType>Designer</SubType>
  108. </Page>
  109. <Page Include="Main.xaml">
  110. <Generator>MSBuild:Compile</Generator>
  111. <SubType>Designer</SubType>
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. <Page Include="View\ManuelleKontenBearbeiten.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="Themes\Generic.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Compile Include="App.xaml.cs">
  124. <DependentUpon>App.xaml</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="Control\IO\ConfigIO.cs" />
  128. <Compile Include="Control\IO\GchrConfigIO.cs" />
  129. <Compile Include="Control\IO\KontenIO.cs" />
  130. <Compile Include="Control\Logger.cs" />
  131. <Compile Include="Main.xaml.cs">
  132. <DependentUpon>Main.xaml</DependentUpon>
  133. <SubType>Code</SubType>
  134. </Compile>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Compile Include="Control\Tasks\Export.cs" />
  138. <Compile Include="Mandantenschnittstelle\Honda.cs" />
  139. <Compile Include="Mandantenschnittstelle\IMandant.cs" />
  140. <Compile Include="Mandantenschnittstelle\Volkswagen.cs" />
  141. <Compile Include="Model\DateipfadeXml.cs" />
  142. <Compile Include="Model\Konto\IKonto.cs" />
  143. <Compile Include="Model\Konto\KontoTypen.cs" />
  144. <Compile Include="Model\Uebersetzung\Eintrag.cs" />
  145. <Compile Include="Model\Uebersetzung\Exceptions.cs" />
  146. <Compile Include="Model\Uebersetzung\HerstellerKontenrahmen.cs" />
  147. <Compile Include="Model\Uebersetzung\HerstellerKonto.cs" />
  148. <Compile Include="Model\Uebersetzung\KontoTyp.cs" />
  149. <Compile Include="Model\Uebersetzung\Regel.cs" />
  150. <Compile Include="Model\Uebersetzung\Uebersetzungstabelle.cs" />
  151. <Compile Include="View\Ampel.xaml.cs">
  152. <DependentUpon>Ampel.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="Model\Constants.cs" />
  155. <Compile Include="Model\CTripleDES.cs" />
  156. <Compile Include="Control\DepartmentCase.cs" />
  157. <Compile Include="View\Einstellungen.xaml.cs">
  158. <DependentUpon>Einstellungen.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="Model\GchrConfig.cs" />
  161. <Compile Include="Control\Tasks\Verrechnung.cs" />
  162. <Compile Include="Model\Konfiguration.cs" />
  163. <Compile Include="Model\Konto\Konten.cs" />
  164. <Compile Include="Model\Konto\Saldo.cs" />
  165. <Compile Include="Mandantenschnittstelle\Fiat.cs" />
  166. <Compile Include="View\ManuelleKontenBearbeiten.xaml.cs">
  167. <DependentUpon>ManuelleKontenBearbeiten.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Model\Periode.cs" />
  170. <Compile Include="Control\Tasks\TaskManager.cs" />
  171. <None Include="Tests.cs" />
  172. <Compile Include="Model\Konto\HaendlerKonto.cs" />
  173. <Compile Include="Mandantenschnittstelle\Mandanten.cs" />
  174. <Compile Include="Mandantenschnittstelle\Citroen.cs" />
  175. <Compile Include="Mandantenschnittstelle\Ford.cs" />
  176. <Compile Include="Mandantenschnittstelle\Opel.cs" />
  177. <Compile Include="Mandantenschnittstelle\Peugeot.cs" />
  178. <Compile Include="Mandantenschnittstelle\Test.cs" />
  179. <Compile Include="Control\Printing\PageElement.cs" />
  180. <Compile Include="Control\Printing\Paginator.cs" />
  181. <Compile Include="Properties\AssemblyInfo.cs">
  182. <SubType>Code</SubType>
  183. </Compile>
  184. <Compile Include="Properties\Resources.Designer.cs">
  185. <AutoGen>True</AutoGen>
  186. <DesignTime>True</DesignTime>
  187. <DependentUpon>Resources.resx</DependentUpon>
  188. </Compile>
  189. <Compile Include="Properties\Settings.Designer.cs">
  190. <AutoGen>True</AutoGen>
  191. <DependentUpon>Settings.settings</DependentUpon>
  192. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  193. </Compile>
  194. <Compile Include="Control\Tasks\Datenimport.cs" />
  195. <Compile Include="Control\Tasks\Kontenrahmen.cs" />
  196. <Compile Include="Control\Tasks\ManuelleKonten.cs" />
  197. <Compile Include="Control\Tasks\Task.cs" />
  198. <Compile Include="Control\Tasks\Uebersetzung.cs" />
  199. <Compile Include="Control\Tasks\UebersetzungStat.cs" />
  200. <Compile Include="Control\Tasks\UebersetzungSuSa.cs" />
  201. <Compile Include="Control\Tasks\Verarbeitung.cs" />
  202. <Compile Include="Control\ThreadXData.cs" />
  203. <EmbeddedResource Include="Properties\Resources.resx">
  204. <Generator>ResXFileCodeGenerator</Generator>
  205. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  206. <SubType>Designer</SubType>
  207. </EmbeddedResource>
  208. <None Include="Properties\Settings.settings">
  209. <Generator>SettingsSingleFileGenerator</Generator>
  210. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  211. </None>
  212. <AppDesigner Include="Properties\" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  216. <Visible>False</Visible>
  217. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  218. <Install>false</Install>
  219. </BootstrapperPackage>
  220. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  221. <Visible>False</Visible>
  222. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  223. <Install>false</Install>
  224. </BootstrapperPackage>
  225. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  226. <Visible>False</Visible>
  227. <ProductName>.NET Framework 3.5</ProductName>
  228. <Install>false</Install>
  229. </BootstrapperPackage>
  230. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  231. <Visible>False</Visible>
  232. <ProductName>.NET Framework 3.5 SP1</ProductName>
  233. <Install>true</Install>
  234. </BootstrapperPackage>
  235. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  236. <Visible>False</Visible>
  237. <ProductName>Windows Installer 3.1</ProductName>
  238. <Install>true</Install>
  239. </BootstrapperPackage>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Resource Include="GCHR.ico" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <Resource Include="Resources\GlobalCube.png" />
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  249. Other similar extension points exist, see Microsoft.Common.targets.
  250. <Target Name="BeforeBuild">
  251. </Target>
  252. <Target Name="AfterBuild">
  253. </Target>
  254. -->
  255. <PropertyGroup>
  256. <PreBuildEvent>cd $(ProjectDir)
  257. AssemblyVersion.exe</PreBuildEvent>
  258. </PropertyGroup>
  259. </Project>