npsharp/src/libnpsharp/libnpsharp.csproj

124 lines
6.4 KiB
XML
Raw Normal View History

2014-05-07 14:17:39 +00:00
<?xml version="1.0" encoding="utf-8"?>
2014-05-07 14:53:14 +00:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>
<ProjectGuid>{1A5AC63A-250E-4BC8-B81A-822AC31F5E37}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NPSharp</RootNamespace>
<AssemblyName>libnpsharp</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
2014-05-07 14:53:14 +00:00
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
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>
<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>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
2014-05-07 15:37:43 +00:00
<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>
2014-05-07 14:17:39 +00:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
2014-05-07 14:53:14 +00:00
<Reference Include="log4net">
<HintPath>..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>..\..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
</Reference>
2014-05-07 19:55:08 +00:00
<Reference Include="System.XML" />
<Reference Include="System.Xml.Serialization" />
2014-05-07 14:17:39 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="ClientEventArgs.cs" />
2014-05-07 15:33:31 +00:00
<Compile Include="NPClient.cs" />
2014-05-07 14:17:39 +00:00
<Compile Include="NPFileException.cs" />
<Compile Include="NPServer.cs" />
<Compile Include="RPC\Messages\AuthenticateRegisterServerMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateRegisterServerResultMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateUserGroupMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateValidateTicketMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateValidateTicketResultMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateWithDetailsMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateWithKeyMessage.cs" />
<Compile Include="RPC\Messages\FriendDetails.cs" />
<Compile Include="RPC\Messages\FriendsSetSteamIDMessage.cs" />
<Compile Include="RPC\Messages\FriendsGetProfileDataMessage.cs" />
<Compile Include="RPC\Messages\FriendsGetProfileDataResultMessage.cs" />
<Compile Include="RPC\Messages\FriendsGetUserAvatarMessage.cs" />
<Compile Include="RPC\Messages\FriendsGetUserAvatarResultMessage.cs" />
<Compile Include="RPC\Messages\FriendsPresence.cs" />
<Compile Include="RPC\Messages\FriendsPresenceMessage.cs" />
<Compile Include="RPC\Messages\FriendsRosterMessage.cs" />
<Compile Include="RPC\Messages\FriendsSetPresenceMessage.cs" />
<Compile Include="RPC\Messages\ProfileDataResult.cs" />
2014-05-07 15:33:31 +00:00
<Compile Include="RPC\RPCClientStream.cs" />
<Compile Include="RPC\Messages\AuthenticateExternalStatusMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateResultMessage.cs" />
<Compile Include="RPC\Messages\AuthenticateWithTokenMessage.cs" />
<Compile Include="RPC\Messages\CloseAppMessage.cs" />
<Compile Include="RPC\Messages\HelloMessage.cs" />
<Compile Include="RPC\Messages\MessagingSendDataMessage.cs" />
<Compile Include="RPC\Messages\RPCMessage.cs" />
<Compile Include="RPC\Messages\PacketAttribute.cs" />
<Compile Include="RPC\Messages\RPCClientMessage.cs" />
<Compile Include="RPC\Messages\RPCServerMessage.cs" />
<Compile Include="RPC\Messages\StorageGetUserFileMessage.cs" />
<Compile Include="RPC\Messages\StorageGetPublisherFileMessage.cs" />
<Compile Include="RPC\Messages\StoragePublisherFileMessage.cs" />
<Compile Include="RPC\Messages\StorageSendRandomStringMessage.cs" />
<Compile Include="RPC\Messages\StorageUserFileMessage.cs" />
<Compile Include="RPC\Messages\StorageWriteUserFileMessage.cs" />
<Compile Include="RPC\Messages\StorageWriteUserFileResultMessage.cs" />
2014-05-07 14:17:39 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Authentication\AuthenticationHelper.cs" />
<Compile Include="RPC\RPCServerStream.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" />
<Compile Include="Ticket.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Steam\README.txt" />
2014-05-07 14:17:39 +00:00
</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>
-->
2014-05-07 14:53:14 +00:00
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
2014-05-07 15:29:17 +00:00
<ItemGroup />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</Project>