GCHR.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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. <TargetFrameworkProfile>
  41. </TargetFrameworkProfile>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>bin\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <DocumentationFile>
  52. </DocumentationFile>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <DebugType>pdbonly</DebugType>
  58. <Optimize>true</Optimize>
  59. <OutputPath>bin\Debug\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <DocumentationFile>bin\Debug\GCEHRep_doc.xml</DocumentationFile>
  64. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="System" />
  68. <Reference Include="System.Core">
  69. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml.Linq">
  74. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="System.Data.DataSetExtensions">
  77. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  78. </Reference>
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="UIAutomationProvider">
  82. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  83. </Reference>
  84. <Reference Include="WindowsBase">
  85. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  86. </Reference>
  87. <Reference Include="PresentationCore">
  88. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="PresentationFramework">
  91. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  92. </Reference>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ApplicationDefinition Include="App.xaml">
  96. <SubType>Designer</SubType>
  97. <SubType>Designer</SubType>
  98. </ApplicationDefinition>
  99. <Compile Include="View\PeriodenEintrag.cs">
  100. <SubType>UserControl</SubType>
  101. </Compile>
  102. <Compile Include="View\PeriodenEintrag.Designer.cs">
  103. <DependentUpon>PeriodenEintrag.cs</DependentUpon>
  104. </Compile>
  105. <Page Include="View\Ampel.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </Page>
  111. <Page Include="View\Einstellungen.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. <Page Include="Main.xaml">
  118. <Generator>MSBuild:Compile</Generator>
  119. <SubType>Designer</SubType>
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Page Include="View\ManuelleKontenBearbeiten.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="Themes\Generic.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. <Compile Include="App.xaml.cs">
  132. <DependentUpon>App.xaml</DependentUpon>
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="Control\IO\ConfigIO.cs" />
  136. <Compile Include="Control\IO\GchrConfigIO.cs" />
  137. <Compile Include="Control\IO\KontenIO.cs" />
  138. <Compile Include="Control\Logger.cs" />
  139. <Compile Include="Main.xaml.cs">
  140. <DependentUpon>Main.xaml</DependentUpon>
  141. <SubType>Code</SubType>
  142. </Compile>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="Control\Tasks\Export.cs" />
  146. <Compile Include="Mandantenschnittstelle\Honda.cs" />
  147. <Compile Include="Mandantenschnittstelle\IMandant.cs" />
  148. <Compile Include="Mandantenschnittstelle\Volvo.cs" />
  149. <Compile Include="Mandantenschnittstelle\Volkswagen.cs" />
  150. <Compile Include="Model\DateipfadeXml.cs" />
  151. <Compile Include="Model\Konto\IKonto.cs" />
  152. <Compile Include="Model\Konto\KontoTypen.cs" />
  153. <Compile Include="Model\Uebersetzung\Eintrag.cs" />
  154. <Compile Include="Model\Uebersetzung\Exceptions.cs" />
  155. <Compile Include="Model\Uebersetzung\HerstellerKontenrahmen.cs" />
  156. <Compile Include="Model\Uebersetzung\HerstellerKonto.cs" />
  157. <Compile Include="Model\Uebersetzung\KontoTyp.cs" />
  158. <Compile Include="Model\Uebersetzung\Regel.cs" />
  159. <Compile Include="Model\Uebersetzung\Uebersetzungstabelle.cs" />
  160. <Compile Include="View\Ampel.xaml.cs">
  161. <DependentUpon>Ampel.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Model\Constants.cs" />
  164. <Compile Include="Model\CTripleDES.cs" />
  165. <Compile Include="Control\DepartmentCase.cs" />
  166. <Compile Include="View\Einstellungen.xaml.cs">
  167. <DependentUpon>Einstellungen.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Model\GchrConfig.cs" />
  170. <Compile Include="Control\Tasks\Verrechnung.cs" />
  171. <Compile Include="Model\Konfiguration.cs" />
  172. <Compile Include="Model\Konto\Konten.cs" />
  173. <Compile Include="Model\Konto\Saldo.cs" />
  174. <Compile Include="Mandantenschnittstelle\Fiat.cs" />
  175. <Compile Include="View\ManuelleKontenBearbeiten.xaml.cs">
  176. <DependentUpon>ManuelleKontenBearbeiten.xaml</DependentUpon>
  177. </Compile>
  178. <Compile Include="Model\Periode.cs" />
  179. <Compile Include="Control\Tasks\TaskManager.cs" />
  180. <EmbeddedResource Include="View\PeriodenEintrag.resx">
  181. <DependentUpon>PeriodenEintrag.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <None Include="app.config" />
  184. <None Include="Tests.cs" />
  185. <Compile Include="Model\Konto\HaendlerKonto.cs" />
  186. <Compile Include="Mandantenschnittstelle\Mandanten.cs" />
  187. <Compile Include="Mandantenschnittstelle\Citroen.cs" />
  188. <Compile Include="Mandantenschnittstelle\Ford.cs" />
  189. <Compile Include="Mandantenschnittstelle\Opel.cs" />
  190. <Compile Include="Mandantenschnittstelle\Peugeot.cs" />
  191. <Compile Include="Mandantenschnittstelle\Test.cs" />
  192. <Compile Include="Control\Printing\PageElement.cs" />
  193. <Compile Include="Control\Printing\Paginator.cs" />
  194. <Compile Include="Properties\AssemblyInfo.cs">
  195. <SubType>Code</SubType>
  196. </Compile>
  197. <Compile Include="Properties\Resources.Designer.cs">
  198. <AutoGen>True</AutoGen>
  199. <DesignTime>True</DesignTime>
  200. <DependentUpon>Resources.resx</DependentUpon>
  201. </Compile>
  202. <Compile Include="Properties\Settings.Designer.cs">
  203. <AutoGen>True</AutoGen>
  204. <DependentUpon>Settings.settings</DependentUpon>
  205. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  206. </Compile>
  207. <Compile Include="Control\Tasks\Datenimport.cs" />
  208. <Compile Include="Control\Tasks\Kontenrahmen.cs" />
  209. <Compile Include="Control\Tasks\ManuelleKonten.cs" />
  210. <Compile Include="Control\Tasks\Task.cs" />
  211. <Compile Include="Control\Tasks\Uebersetzung.cs" />
  212. <Compile Include="Control\Tasks\UebersetzungStat.cs" />
  213. <Compile Include="Control\Tasks\UebersetzungSuSa.cs" />
  214. <Compile Include="Control\Tasks\Verarbeitung.cs" />
  215. <Compile Include="Control\ThreadXData.cs" />
  216. <EmbeddedResource Include="Properties\Resources.resx">
  217. <Generator>ResXFileCodeGenerator</Generator>
  218. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  219. <SubType>Designer</SubType>
  220. </EmbeddedResource>
  221. <None Include="Properties\Settings.settings">
  222. <Generator>SettingsSingleFileGenerator</Generator>
  223. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  224. </None>
  225. <AppDesigner Include="Properties\" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  229. <Visible>False</Visible>
  230. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  231. <Install>false</Install>
  232. </BootstrapperPackage>
  233. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  234. <Visible>False</Visible>
  235. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  236. <Install>false</Install>
  237. </BootstrapperPackage>
  238. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  239. <Visible>False</Visible>
  240. <ProductName>.NET Framework 3.5</ProductName>
  241. <Install>false</Install>
  242. </BootstrapperPackage>
  243. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  244. <Visible>False</Visible>
  245. <ProductName>.NET Framework 3.5 SP1</ProductName>
  246. <Install>true</Install>
  247. </BootstrapperPackage>
  248. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  249. <Visible>False</Visible>
  250. <ProductName>Windows Installer 3.1</ProductName>
  251. <Install>true</Install>
  252. </BootstrapperPackage>
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Resource Include="GCHR.ico" />
  256. </ItemGroup>
  257. <ItemGroup>
  258. <Resource Include="Resources\GlobalCube.png" />
  259. </ItemGroup>
  260. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  261. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  262. Other similar extension points exist, see Microsoft.Common.targets.
  263. <Target Name="BeforeBuild">
  264. </Target>
  265. <Target Name="AfterBuild">
  266. </Target>
  267. -->
  268. <PropertyGroup>
  269. <PreBuildEvent>cd $(ProjectDir)
  270. AssemblyVersion.exe</PreBuildEvent>
  271. </PropertyGroup>
  272. </Project>