mirror of
https://e.coding.net/circlecloud/CTZLauncher.git
synced 2024-11-15 00:58:50 +00:00
84 lines
3.9 KiB
XML
84 lines
3.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{52E292BB-FC7A-46E6-A8E8-B71E46FAF54E}</ProjectGuid>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>KMCCC.Shared</RootNamespace>
|
|||
|
<AssemblyName>KMCCC.Shared</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
<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>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</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>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Microsoft.VisualBasic" />
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Xml.Linq" />
|
|||
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
<Reference Include="WindowsBase" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Authentication\AuthenticationInfo.cs" />
|
|||
|
<Compile Include="Authentication\IAuthenticator.cs" />
|
|||
|
<Compile Include="Authentication\OfflineAuthenticator.cs" />
|
|||
|
<Compile Include="Authentication\WarpedAuhenticator.cs" />
|
|||
|
<Compile Include="Authentication\Yggdrasil.cs" />
|
|||
|
<Compile Include="Launcher\LaunchArguments.cs" />
|
|||
|
<Compile Include="Launcher\LauncherCore.cs" />
|
|||
|
<Compile Include="Launcher\LauncherCoreInternal.cs" />
|
|||
|
<Compile Include="Launcher\LaunchHandle.cs" />
|
|||
|
<Compile Include="Launcher\LaunchHandleExtensions.cs" />
|
|||
|
<Compile Include="Launcher\LaunchMode.cs" />
|
|||
|
<Compile Include="Launcher\Version.cs" />
|
|||
|
<Compile Include="LitJson\IJsonWrapper.cs" />
|
|||
|
<Compile Include="LitJson\JsonData.cs" />
|
|||
|
<Compile Include="LitJson\JsonException.cs" />
|
|||
|
<Compile Include="LitJson\JsonMapper.cs" />
|
|||
|
<Compile Include="LitJson\JsonMockWrapper.cs" />
|
|||
|
<Compile Include="LitJson\JsonPropertyName.cs" />
|
|||
|
<Compile Include="LitJson\JsonReader.cs" />
|
|||
|
<Compile Include="LitJson\JsonWriter.cs" />
|
|||
|
<Compile Include="LitJson\Lexer.cs" />
|
|||
|
<Compile Include="LitJson\ParserToken.cs" />
|
|||
|
<Compile Include="Modules\JVersion\JVersion.cs" />
|
|||
|
<Compile Include="Modules\JVersion\JVersionLocator.cs" />
|
|||
|
<Compile Include="Modules\Yggdrasil\YggdrasilClient.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
<Compile Include="Tools\SystemTools.cs" />
|
|||
|
<Compile Include="Tools\UsefulTools.cs" />
|
|||
|
<Compile Include="Tools\ZipTools.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|||
|
<Target Name="BeforeBuild">
|
|||
|
</Target>
|
|||
|
<Target Name="AfterBuild">
|
|||
|
</Target>
|
|||
|
-->
|
|||
|
</Project>
|