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 14:17:39 +00:00
|
|
|
|
</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="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: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 14:17:39 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="NpClient.cs" />
|
|
|
|
|
<Compile Include="NPFileException.cs" />
|
|
|
|
|
<Compile Include="Rpc\RpcClientStream.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\AuthenticateExternalStatusMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\AuthenticateResultMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\AuthenticateWithTokenMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\CloseAppMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\HelloMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\MessagingSendDataMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\RpcMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\PacketAttribute.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\RpcClientMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\RpcServerMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StorageGetUserFileMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StorageGetPublisherFileMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StoragePublisherFileMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StorageSendRandomStringMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StorageUserFileMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StorageWriteUserFileMessage.cs" />
|
|
|
|
|
<Compile Include="Rpc\Packets\StorageWriteUserFileResultMessage.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<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>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Authentication\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|