Files
BeWoPlaner/SharedLauncher/SharedLauncher.csproj
Rene Evertz 6497a7ded5 Working now
- more logs
- download controller + manager überarbeitet
- Retry wird besser angezeigt
- Formatierungen
2024-06-07 13:42:25 +02:00

91 lines
4.4 KiB
XML

<?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>{EFE05C79-E0DD-4311-8B90-A8DA7EBDF36F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BS.SharedLauncher</RootNamespace>
<AssemblyName>BS.SharedLauncher</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Presentation" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataContract\LauncherResponse.cs" />
<Compile Include="DataContract\LoginDC.cs" />
<Compile Include="DataContract\UpdateFileRequest.cs" />
<Compile Include="DataContract\UpdatePlanResponse.cs" />
<Compile Include="DataContract\UpdateFileResponse.cs" />
<Compile Include="DataContract\UpdatePlanRequest.cs" />
<Compile Include="DataContract\UpdateFileDC.cs" />
<Compile Include="DataContract\UpdatePlanDC.cs" />
<Compile Include="Exceptions\HideClientUpdateException.cs" />
<Compile Include="Exceptions\InvalidUpdateFileRequestException.cs" />
<Compile Include="Exceptions\InvalidUpdatePlanRequestException.cs" />
<Compile Include="Exceptions\ServerConfigException.cs" />
<Compile Include="Exceptions\UpdateException.cs" />
<Compile Include="Extensions\UpdateResponseExtension.cs" />
<Compile Include="Extensions\PathExtensions.cs" />
<Compile Include="Extensions\PlanerFileExtension.cs" />
<Compile Include="Extensions\PlanerPackageExtension.cs" />
<Compile Include="Information\BeWoPathFileConfig.cs" />
<Compile Include="Information\Connection.cs" />
<Compile Include="Information\GenericTextLogger.cs" />
<Compile Include="Information\Login.cs" />
<Compile Include="Information\Session.cs" />
<Compile Include="LauncherEnums.cs" />
<Compile Include="Information\SessionInformation.cs" />
<Compile Include="Logic\FileController.cs" />
<Compile Include="Logic\XmlConverter.cs" />
<Compile Include="Logic\ZipArchiveBuilder.cs" />
<Compile Include="Translation\ITranslator.cs" />
<Compile Include="Translation\Translator.cs" />
<Compile Include="Update\ApplyFileEventArgs.cs" />
<Compile Include="Update\DownloadProgressEventArgs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StringCompressor.cs" />
<Compile Include="Update\DownloadRetryEventArgs.cs" />
<Compile Include="Utils\NonspecificTools.cs" />
<Compile Include="Utils\PathUtils.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>