Files
Chat/ChatController/ChatController.csproj

190 lines
8.4 KiB
XML
Raw Normal View History

2017-09-12 14:32:34 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8A83C4DC-A0B1-4A51-AE1D-366D7A05B298}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ChatController</RootNamespace>
<AssemblyName>ChatController</AssemblyName>
2024-02-21 16:54:57 +01:00
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
2017-09-12 14:32:34 +02:00
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
2017-10-12 12:54:33 +02:00
<PropertyGroup>
<ApplicationIcon>ownchat_favicon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
2017-09-12 14:32:34 +02:00
<ItemGroup>
<Reference Include="Newtonsoft.Json">
2017-09-12 14:44:54 +02:00
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
2017-09-12 14:32:34 +02:00
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\PrototypChat\packages\RestSharp.105.2.3\lib\net45\RestSharp.dll</HintPath>
2020-04-17 13:01:23 +02:00
</Reference>
2017-09-12 14:32:34 +02:00
<Reference Include="System" />
2023-06-28 19:04:03 +02:00
<Reference Include="System.Configuration" />
2017-09-12 14:32:34 +02:00
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="ChatEmojiiControl.xaml.cs">
<DependentUpon>ChatEmojiiControl.xaml</DependentUpon>
</Compile>
<Compile Include="ChatKlassen\ChatControlExtensions.cs" />
2019-04-04 13:00:10 +02:00
<Compile Include="ChatKlassen\Contact.cs" />
2017-12-11 14:32:56 +01:00
<Compile Include="ChatKlassen\ChatMessage.cs" />
2017-09-12 14:32:34 +02:00
<Compile Include="ChatKlassen\MessageCounter.cs" />
<Compile Include="ChatMainControl.xaml.cs">
<DependentUpon>ChatMainControl.xaml</DependentUpon>
</Compile>
<Compile Include="Converter\BoolToVisibilityConverter.cs" />
<Compile Include="Converter\BroadcastCheckBoxVisibilityMultiConverter.cs" />
<Compile Include="Converter\ChatBoxInfoVisibilityConverter.cs" />
<Compile Include="Converter\OwnChatNullVisibilityConverter.cs" />
<Compile Include="Converter\StringEmptyToVisibilityConverter.cs" />
<Compile Include="Converter\StringToBoolConverter.cs" />
<Compile Include="Converter\UserProfilePictureVisibilityConverter.cs" />
<Compile Include="Core\BindableTextBlock.cs" />
<Compile Include="Core\FlowDocumentExtensions.cs" />
<Compile Include="Core\OwnChatCache.cs" />
<Compile Include="Core\OwnChatRichTextBox.cs" />
<Compile Include="Data\LookupResult.cs" />
2023-03-03 21:23:48 +01:00
<Compile Include="ExceptionViewControl.xaml.cs">
<DependentUpon>ExceptionViewControl.xaml</DependentUpon>
</Compile>
<Compile Include="Extensions\IDictionaryTExtensions.cs" />
<Compile Include="Extensions\IListTExtensions.cs" />
2017-09-12 14:32:34 +02:00
<Compile Include="HauptKlassen\Chat.cs" />
<Compile Include="HauptKlassen\ChatEmoji.cs" />
<Compile Include="LoginControl.xaml.cs">
<DependentUpon>LoginControl.xaml</DependentUpon>
</Compile>
<Compile Include="LoginKlassen\AuthenticationData.cs" />
2017-09-12 14:32:34 +02:00
<Compile Include="LoginKlassen\ChatDatenUebergabe.cs" />
<Compile Include="LoginKlassen\ChatGruppenDaten.cs" />
<Compile Include="HauptKlassen\Login.cs" />
<Compile Include="LoginKlassen\TimeStampConverter.cs" />
2017-09-12 14:32:34 +02:00
<Compile Include="LoginKlassen\UserDaten.cs" />
<Compile Include="LoginKlassen\UserMessages.cs" />
<Compile Include="Properties\Annotations1.cs" />
2017-09-12 14:32:34 +02:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ChatControlWaitLayer.xaml.cs">
<DependentUpon>ChatControlWaitLayer.xaml</DependentUpon>
</Compile>
2019-04-04 13:00:10 +02:00
<Compile Include="Resource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
<Compile Include="OwnChatMessageBox.xaml.cs">
<DependentUpon>OwnChatMessageBox.xaml</DependentUpon>
</Compile>
<Compile Include="Security\CertificateChecker.cs" />
<Compile Include="Utilities\ChatMessageFileWrapper.cs" />
<Compile Include="Utilities\BroadcastProgressReportModel.cs" />
2019-04-02 13:43:30 +02:00
<Compile Include="Utilities\Constants.cs" />
<Compile Include="Utilities\Extensions\ControlExtensions.cs" />
<Compile Include="Utilities\Extensions\DateTimeExtensions.cs" />
<Compile Include="Utilities\Extensions\ObservableSortCollection.cs" />
<Compile Include="Utilities\FileUtils.cs" />
<Compile Include="Utilities\ListItemHelper.cs" />
<Compile Include="Utilities\OwnChatEnums.cs" />
<Compile Include="Utilities\SyncFileInfoStruct.cs" />
2019-04-02 13:43:30 +02:00
<Compile Include="Utilities\Utils.cs" />
<Compile Include="Utilities\WpfUtils.cs" />
2017-09-12 14:32:34 +02:00
</ItemGroup>
<ItemGroup>
<Page Include="ChatEmojiiControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ChatMainControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2023-03-03 21:23:48 +01:00
<Page Include="ExceptionViewControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2017-09-12 14:32:34 +02:00
<Page Include="LoginControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ChatControlWaitLayer.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="OwnChatMessageBox.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2017-09-12 14:32:34 +02:00
</ItemGroup>
<ItemGroup>
<Resource Include="Ressourcen\mitarbeiter-avatar.png" />
<Resource Include="Ressourcen\mitarbeiter-team-avatar.png" />
2017-10-06 12:08:05 +02:00
</ItemGroup>
2017-10-12 12:54:33 +02:00
<ItemGroup>
<Resource Include="Ressourcen\ownChat-Background.png" />
<Resource Include="Ressourcen\ownchat_favicon.png" />
<Resource Include="Ressourcen\ownchat_icon.png" />
<Resource Include="Ressourcen\ownchat_logo.png" />
</ItemGroup>
<ItemGroup>
<Content Include="ownchat_favicon.ico" />
<Resource Include="Ressourcen\times-solid.png" />
<Resource Include="Ressourcen\tasks-solid-inverted.png" />
<Resource Include="Ressourcen\tasks-solid.png" />
<Resource Include="Ressourcen\paper-plane-solid.png" />
<Resource Include="Ressourcen\paperclip-solid.png" />
<Resource Include="Ressourcen\smile-regular.png" />
<Resource Include="Ressourcen\sync-alt.png" />
<Resource Include="Ressourcen\ownchat_image_placeholder.png" />
<Resource Include="Ressourcen\warning-exclamation-mark.png" />
2020-04-17 13:01:23 +02:00
<None Include="packages.config" />
<None Include="Resources\oC-favico_NewMessage.ico" />
2019-04-04 13:00:10 +02:00
<Content Include="Resources\ownchat_favicon.ico" />
<Resource Include="Ressourcen\ownchat_favicon.ico" />
2017-11-16 15:38:30 +01:00
<Resource Include="Ressourcen\client_default.png" />
<Resource Include="Ressourcen\employee_default.png" />
<Resource Include="Ressourcen\team_default.png" />
2017-10-12 12:54:33 +02:00
</ItemGroup>
2019-04-04 13:00:10 +02:00
<ItemGroup>
<EmbeddedResource Include="Resource.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
2019-04-04 13:00:10 +02:00
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
2017-09-12 14:32:34 +02:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>