78 lines
3.7 KiB
XML
78 lines
3.7 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\DownloadPlanerResponseInfoDC.cs" />
|
|
<Compile Include="DataContract\DownloadPlanerResponseDC.cs" />
|
|
<Compile Include="DataContract\DownloadPlanerRequestDC.cs" />
|
|
<Compile Include="DataContract\PlanerFileInfoDC.cs" />
|
|
<Compile Include="DataContract\PlanerPackageInfoDC.cs" />
|
|
<Compile Include="Exceptions\UpdateException.cs" />
|
|
<Compile Include="Extensions\DownloadPlanerResponseExtension.cs" />
|
|
<Compile Include="Extensions\PathExtensions.cs" />
|
|
<Compile Include="Extensions\PlanerFileExtension.cs" />
|
|
<Compile Include="Extensions\PlanerPackageExtension.cs" />
|
|
<Compile Include="Information\BeWoPathFileConfig.cs" />
|
|
<Compile Include="LauncherEnums.cs" />
|
|
<Compile Include="Information\ConnectionInformation.cs" />
|
|
<Compile Include="Logic\FileController.cs" />
|
|
<Compile Include="Logic\XmlConverter.cs" />
|
|
<Compile Include="Logic\ZipArchiveBuilder.cs" />
|
|
<Compile Include="Update\FileEventArgs.cs" />
|
|
<Compile Include="Update\PlanerFileInfo.cs" />
|
|
<Compile Include="Update\PlanerPackageInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="StringCompressor.cs" />
|
|
<Compile Include="Utils\NonspecificTools.cs" />
|
|
<Compile Include="Utils\PathUtils.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |