mirror of https://github.com/icedream/npsharp.git
143 lines
8.8 KiB
XML
143 lines
8.8 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>{C6F941A5-82AF-456A-9B3A-752E5B001035}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>NPSharp</RootNamespace>
|
|
<AssemblyName>NPSharp.Client</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
<Platform Condition="$(Platform) != 'AnyCPU' And $(Platform) != 'x86' And $(Platform) != 'x64'">AnyCPU</Platform>
|
|
<RestorePackages>true</RestorePackages>
|
|
<NuGetPackageImportStamp>b8f4ba3f</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutDir>$(SolutionDir)\bin\$(Configuration)\$(Platform)\</OutDir>
|
|
<IntDir>$(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\</IntDir>
|
|
<IntermediateOutputPath>$(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>$(SolutionDir)\obj\$(TargetName)\$(Configuration)\$(Platform)\</BaseIntermediateOutputPath>
|
|
<OutputPath>$(SolutionDir)\bin\$(Configuration)\$(Platform)\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(SolutionDir)\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="protobuf-net">
|
|
<HintPath>$(SolutionDir)\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Authentication\SessionAuthenticationClient.cs" />
|
|
<Compile Include="Authentication\SessionAuthenticationResult.cs" />
|
|
<Compile Include="Master\Data\MasterGetServersEntry.cs" />
|
|
<Compile Include="Master\Data\MasterGetServersKeywords.cs" />
|
|
<Compile Include="Master\Messages\Client\MasterGetServersMessage.cs" />
|
|
<Compile Include="Master\DedicatedServerEntry.cs" />
|
|
<Compile Include="Master\Messages\MasterClientMessage.cs" />
|
|
<Compile Include="Master\Messages\MasterClientMessageAttribute.cs" />
|
|
<Compile Include="Master\Messages\MasterServerMessage.cs" />
|
|
<Compile Include="Master\Messages\MasterServerMessageAttribute.cs" />
|
|
<Compile Include="NP\NPAuthenticationResult.cs" />
|
|
<Compile Include="NP\NPClient.cs" />
|
|
<Compile Include="NP\NPFileException.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RPC\Messages\Client\AuthenticateRegisterServerMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\AuthenticateValidateTicketMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\AuthenticateWithDetailsMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\AuthenticateWithKeyMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\AuthenticateWithTokenMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\FriendsGetProfileDataMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\FriendsGetUserAvatarMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\FriendsSetPresenceMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\FriendsSetSteamIDMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\MessagingSendDataMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\StorageGetPublisherFileMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\StorageGetUserFileMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\StorageSendRandomStringMessage.cs" />
|
|
<Compile Include="RPC\Messages\Client\StorageWriteUserFileMessage.cs" />
|
|
<Compile Include="RPC\Messages\Data\FriendDetails.cs" />
|
|
<Compile Include="RPC\Messages\Data\FriendsPresence.cs" />
|
|
<Compile Include="RPC\Messages\Data\PresenceState.cs" />
|
|
<Compile Include="RPC\Messages\Data\ProfileData.cs" />
|
|
<Compile Include="RPC\Messages\Data\Ticket.cs" />
|
|
<Compile Include="RPC\Messages\Data\TicketValidationResult.cs" />
|
|
<Compile Include="RPC\Messages\PacketAttribute.cs" />
|
|
<Compile Include="RPC\Messages\RPCClientMessage.cs" />
|
|
<Compile Include="RPC\Messages\RPCMessage.cs" />
|
|
<Compile Include="RPC\Messages\RPCServerMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\AuthenticateExternalStatusMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\AuthenticateRegisterServerResultMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\AuthenticateResultMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\AuthenticateUserGroupMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\AuthenticateValidateTicketResultMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\CloseAppMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\FriendsGetProfileDataResultMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\FriendsGetUserAvatarResultMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\FriendsPresenceMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\FriendsRosterMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\HelloMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\StoragePublisherFileMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\StorageUserFileMessage.cs" />
|
|
<Compile Include="RPC\Messages\Server\StorageWriteUserFileResultMessage.cs" />
|
|
<Compile Include="RPC\RPCClientStream.cs" />
|
|
<Compile Include="RPC\RPCStream.cs" />
|
|
<Compile Include="Steam\CSteamID.cs" />
|
|
<Compile Include="Steam\EAccountType.cs" />
|
|
<Compile Include="Steam\EUniverse.cs" />
|
|
<Compile Include="Steam\InteropHelp.cs" />
|
|
<Compile Include="Steam\SteamID_t.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="NPSharp.Client.nuspec" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Steam\README.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Aktivieren Sie die Wiederherstellung von NuGet-Paketen, um die fehlende Datei herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
<Error Condition="!Exists('..\..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets'))" />
|
|
</Target>
|
|
<Import Project="..\..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets" Condition="Exists('..\..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.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> |