2014-05-07 14:17:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
2014-05-30 18:23:04 +00:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2014-05-07 14:17:39 +00:00
<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>
2014-05-30 18:23:04 +00:00
<ProjectGuid > {C6F941A5-82AF-456A-9B3A-752E5B001035}</ProjectGuid>
2014-05-07 14:17:39 +00:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > NPSharp</RootNamespace>
2014-05-30 18:23:04 +00:00
<AssemblyName > npsharp_client</AssemblyName>
2014-05-07 14:17:39 +00:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
2014-05-07 15:29:17 +00:00
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\..\</SolutionDir>
<RestorePackages > true</RestorePackages>
2014-05-07 14:17:39 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2014-05-30 18:23:04 +00:00
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > TRACE;DEBUG;COMPILE_RPC,COMPILE_NP,COMPILE_AUTH</DefineConstants>
2014-05-07 14:17:39 +00:00
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
2014-05-30 18:23:04 +00:00
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE;COMPILE_RPC,COMPILE_NP,COMPILE_AUTH</DefineConstants>
2014-05-07 14:17:39 +00:00
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2014-05-07 15:37:43 +00:00
</PropertyGroup>
2014-05-07 14:17:39 +00:00
<ItemGroup >
2014-05-30 18:23:04 +00:00
<Reference Include= "log4net" >
<HintPath > ..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
2014-05-22 15:06:43 +00:00
<Reference Include= "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
2014-05-09 12:07:00 +00:00
</Reference>
2014-05-07 14:53:14 +00:00
<Reference Include= "protobuf-net" >
<HintPath > ..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
</Reference>
2014-05-30 18:23:04 +00:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
2014-05-07 14:17:39 +00:00
</ItemGroup>
<ItemGroup >
2014-05-30 18:23:04 +00:00
<Compile Include= "Authentication\SessionAuthenticationClient.cs" />
2014-05-15 04:52:51 +00:00
<Compile Include= "Authentication\SessionAuthenticationResult.cs" />
2014-05-30 18:27:58 +00:00
<Compile Include= "Master\Data\MasterGetServersKeywords.cs" />
2014-05-30 18:23:04 +00:00
<Compile Include= "Master\Client\MasterGetServersMessage.cs" />
<Compile Include= "Master\DedicatedServerEntry.cs" />
<Compile Include= "Master\MasterClientMessage.cs" />
<Compile Include= "Master\MasterClientMessageAttribute.cs" />
<Compile Include= "NP\NPAuthenticationResult.cs" />
2014-05-19 14:31:30 +00:00
<Compile Include= "NP\NPClient.cs" />
<Compile Include= "NP\NPFileException.cs" />
2014-05-30 18:23:04 +00:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2014-05-17 05:21:21 +00:00
<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" />
2014-05-30 18:23:04 +00:00
<Compile Include= "RPC\Messages\Client\AuthenticateWithTokenMessage.cs" />
2014-05-17 05:21:21 +00:00
<Compile Include= "RPC\Messages\Client\FriendsGetProfileDataMessage.cs" />
<Compile Include= "RPC\Messages\Client\FriendsGetUserAvatarMessage.cs" />
<Compile Include= "RPC\Messages\Client\FriendsSetPresenceMessage.cs" />
2014-05-30 18:23:04 +00:00
<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" />
2014-05-19 14:31:30 +00:00
<Compile Include= "RPC\Messages\Data\ProfileData.cs" />
2014-05-30 18:23:04 +00:00
<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" />
2014-05-17 05:21:21 +00:00
<Compile Include= "RPC\Messages\Server\AuthenticateExternalStatusMessage.cs" />
2014-05-30 18:23:04 +00:00
<Compile Include= "RPC\Messages\Server\AuthenticateRegisterServerResultMessage.cs" />
2014-05-17 05:21:21 +00:00
<Compile Include= "RPC\Messages\Server\AuthenticateResultMessage.cs" />
2014-05-30 18:23:04 +00:00
<Compile Include= "RPC\Messages\Server\AuthenticateUserGroupMessage.cs" />
<Compile Include= "RPC\Messages\Server\AuthenticateValidateTicketResultMessage.cs" />
2014-05-17 05:21:21 +00:00
<Compile Include= "RPC\Messages\Server\CloseAppMessage.cs" />
2014-05-30 18:23:04 +00:00
<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" />
2014-05-17 05:21:21 +00:00
<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" />
2014-05-30 18:23:04 +00:00
<Compile Include= "RPC\RPCClientStream.cs" />
2014-05-09 07:03:15 +00:00
<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 >
2014-05-30 18:23:04 +00:00
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
2014-05-09 07:03:15 +00:00
<Content Include= "Steam\README.txt" />
2014-05-07 14:17:39 +00:00
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2014-05-30 18:23:04 +00:00
<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'))" />
</Target>
2014-05-07 14:17:39 +00:00
<!-- 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>
-->
2014-05-07 15:29:17 +00:00
</Project>