From 473b7ebee1d747fa966ef586795454a48136dddc Mon Sep 17 00:00:00 2001 From: Kojo Date: Wed, 16 Aug 2023 09:33:37 +0200 Subject: [PATCH] =?UTF-8?q?SKMAachen=20zu=20BeWoAllReports=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWoAllReports.sln | 27 ++++ ReportImp/SKMAachen/SKMAachen.csproj | 226 +++++++++++++-------------- 2 files changed, 140 insertions(+), 113 deletions(-) diff --git a/BeWoAllReports.sln b/BeWoAllReports.sln index 49b5ea93f..4a3d2eef7 100644 --- a/BeWoAllReports.sln +++ b/BeWoAllReports.sln @@ -794,6 +794,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZuhauseWohnenIrisThimm", "R EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PetraWagnerMatthes", "ReportImp\PetraWagnerMatthes\PetraWagnerMatthes.csproj", "{644F73A6-7EA0-456D-B7BC-22F44B851812}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SKMAachen", "ReportImp\SKMAachen\SKMAachen.csproj", "{95342759-C161-4A44-8130-9740E57FE3A1}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -9705,6 +9707,30 @@ Global {644F73A6-7EA0-456D-B7BC-22F44B851812}.Release|Mixed Platforms.Build.0 = Release|Any CPU {644F73A6-7EA0-456D-B7BC-22F44B851812}.Release|x86.ActiveCfg = Release|Any CPU {644F73A6-7EA0-456D-B7BC-22F44B851812}.Release|x86.Build.0 = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|.NET.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|.NET.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|x86.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Debug|x86.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|.NET.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|.NET.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|Mixed Platforms.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|Mixed Platforms.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|x86.ActiveCfg = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.DebugRemote|x86.Build.0 = Debug|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|.NET.ActiveCfg = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|.NET.Build.0 = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|Any CPU.Build.0 = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|x86.ActiveCfg = Release|Any CPU + {95342759-C161-4A44-8130-9740E57FE3A1}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -10100,6 +10126,7 @@ Global {D2821E8E-76BE-4865-B5B3-381457BB5D71} = {D8A691C5-146D-4613-86CC-438F02FE9106} {22E7F5F8-BB34-4243-896B-221F78837F83} = {D8A691C5-146D-4613-86CC-438F02FE9106} {644F73A6-7EA0-456D-B7BC-22F44B851812} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {95342759-C161-4A44-8130-9740E57FE3A1} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9} diff --git a/ReportImp/SKMAachen/SKMAachen.csproj b/ReportImp/SKMAachen/SKMAachen.csproj index 6726efc90..3aa1b7027 100644 --- a/ReportImp/SKMAachen/SKMAachen.csproj +++ b/ReportImp/SKMAachen/SKMAachen.csproj @@ -1,114 +1,114 @@ - - - - - Debug - AnyCPU - {C1FED668-ADB9-47E0-B589-1389618E1B6E} - Library - Properties - SKMAachen - 7564067748_Reports - v4.7.2 - 512 - - - - true - full - false - ..\..\Host\bin\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - ..\..\Host\bin\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - Component - - - Mitarbeiterarbeitszeitkonto.cs - - - Component - - - Mitarbeiterstundenkonto.cs - - - Component - - - MitarbeiterstundenkontoJahr.cs - - - - Component - - - Teamstundenkonto.cs - - - - - {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE} - Data - - - {40d8b312-ea64-49e3-a31a-5e57ed4d5654} - Report - - - {094331c3-ecee-4c89-bbfd-4c9ded89f0ef} - Service - - - {2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4} - Shared - - - - - Mitarbeiterarbeitszeitkonto.cs - - - Mitarbeiterstundenkonto.cs - Designer - - - MitarbeiterstundenkontoJahr.cs - Designer - - - Teamstundenkonto.cs - - - + + + + + Debug + AnyCPU + {95342759-C161-4A44-8130-9740E57FE3A1} + Library + Properties + SKMAachen + 7564067748_Reports + v4.7.2 + 512 + + + + true + full + false + ..\..\Host\bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + ..\..\Host\bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + Component + + + Mitarbeiterarbeitszeitkonto.cs + + + Component + + + Mitarbeiterstundenkonto.cs + + + Component + + + MitarbeiterstundenkontoJahr.cs + + + + Component + + + Teamstundenkonto.cs + + + + + {B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE} + Data + + + {40d8b312-ea64-49e3-a31a-5e57ed4d5654} + Report + + + {094331c3-ecee-4c89-bbfd-4c9ded89f0ef} + Service + + + {2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4} + Shared + + + + + Mitarbeiterarbeitszeitkonto.cs + + + Mitarbeiterstundenkonto.cs + Designer + + + MitarbeiterstundenkontoJahr.cs + Designer + + + Teamstundenkonto.cs + + + \ No newline at end of file