Files
Chat/PrototypChat/PrototypChat.csproj

204 lines
8.1 KiB
XML
Raw Permalink 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>{A9A69B34-2CEE-411F-8CD3-507DC6A5B77E}</ProjectGuid>
<OutputType>WinExe</OutputType>
2017-09-15 16:39:07 +02:00
<RootNamespace>ownChat</RootNamespace>
<AssemblyName>ownChat</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
2017-09-12 14:32:34 +02:00
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2017-09-15 16:39:07 +02:00
<TargetFrameworkProfile />
<IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>D:\Projects\beyondSoft\Chat\publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>true</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
2023-07-25 11:33:53 +02:00
<InstallUrl>https://app.ownsoft.de/ownChat/</InstallUrl>
2017-09-15 16:39:07 +02:00
<ProductName>ownChat Desktop</ProductName>
2023-07-25 11:33:53 +02:00
<PublisherName>ownSoft GmbH</PublisherName>
2026-04-01 19:15:20 +02:00
<MinimumRequiredVersion>1.0.0.44</MinimumRequiredVersion>
<ApplicationRevision>45</ApplicationRevision>
2017-09-15 16:39:07 +02:00
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
2017-09-12 14:32:34 +02:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
2017-09-15 16:39:07 +02:00
<PropertyGroup>
2026-03-25 17:18:58 +01:00
<ManifestCertificateThumbprint>8E3A8E81F1C6F67A1C6D239593544EA33D8AC6A7</ManifestCertificateThumbprint>
2017-09-15 16:39:07 +02:00
</PropertyGroup>
<PropertyGroup>
2017-12-11 14:32:56 +01:00
<ManifestKeyFile>
</ManifestKeyFile>
2017-09-15 16:39:07 +02:00
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
2026-03-25 17:18:58 +01:00
<SignManifests>true</SignManifests>
2017-09-15 16:39:07 +02:00
</PropertyGroup>
2017-10-18 09:29:46 +02:00
<PropertyGroup>
<ApplicationIcon>ownchat_favicon.ico</ApplicationIcon>
</PropertyGroup>
2017-09-12 14:32:34 +02:00
<ItemGroup>
<Reference Include="Newtonsoft.Json">
2017-09-14 12:36:48 +02:00
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
2017-09-12 14:32:34 +02:00
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="ChatEmojisView.xaml.cs">
<DependentUpon>ChatEmojisView.xaml</DependentUpon>
</Compile>
<Page Include="ChatEmojisView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2023-03-03 21:23:48 +01:00
<Page Include="ExceptionWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2017-09-12 14:32:34 +02:00
<Page Include="LoginMaske.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
2023-03-03 21:23:48 +01:00
<Compile Include="ExceptionWindow.xaml.cs">
<DependentUpon>ExceptionWindow.xaml</DependentUpon>
</Compile>
2017-09-12 14:32:34 +02:00
<Compile Include="LoginMaske.xaml.cs">
<DependentUpon>LoginMaske.xaml</DependentUpon>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\Annotations.cs" />
2017-09-12 14:32:34 +02:00
<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>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
2017-09-15 16:39:07 +02:00
<None Include="PrototypChat_TemporaryKey.pfx" />
2017-09-12 14:32:34 +02:00
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
2017-09-15 16:39:07 +02:00
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
2017-10-18 09:29:46 +02:00
<ItemGroup>
<Resource Include="ownchat_favicon.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ChatController\ChatController.csproj">
<Project>{8a83c4dc-a0b1-4a51-ae1d-366d7a05b298}</Project>
<Name>ChatController</Name>
</ProjectReference>
</ItemGroup>
2017-09-12 14:32:34 +02:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2017-12-11 14:32:56 +01:00
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<!-- Target Name="SignOutput" AfterTargets="CoreCompile">
<PropertyGroup>
<TimestampServerUrl>http://timestamp.globalsign.com/?signature=sha2</TimestampServerUrl>
<ApplicationDescription>BeWoPlaner</ApplicationDescription>
<SigningCertificateCriteria>/sha1 64ee47d8851b4f38e5242b6a4d6fba33d8b493ba</SigningCertificateCriteria>
</PropertyGroup>
<ItemGroup>
<SignableFiles Include="$(ProjectDir)obj\$(ConfigurationName)\$(TargetName)$(TargetExt)" />
</ItemGroup>
<Exec Command="&quot;$(ProjectDir)\SignTool&quot; sign /a /tr &quot;$(TimestampServerUrl)&quot; /td SHA256 &quot;%(SignableFiles.Identity)&quot;" />
</Target -->
2017-09-12 14:32:34 +02:00
</Project>