|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
@ -30,19 +30,23 @@ |
|
|
|
|
<ConsolePause>false</ConsolePause> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="Google.ProtocolBuffers, Version=2.4.1.521, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL"> |
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
<HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Reactive.Linq, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<Reference Include="System.Reactive.Core"> |
|
|
|
|
<HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Data.Linq" /> |
|
|
|
|
<Reference Include="System.Reactive.Interfaces, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<Reference Include="System.Reactive.Interfaces"> |
|
|
|
|
<HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Reactive.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
<Reference Include="System.Data.Linq" /> |
|
|
|
|
<Reference Include="System.Reactive.Linq"> |
|
|
|
|
<HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="Google.ProtocolBuffers"> |
|
|
|
|
<HintPath>..\lib\Google.ProtocolBuffers.dll</HintPath> |
|
|
|
|
<Reference Include="System.Reactive.PlatformServices"> |
|
|
|
|
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
@ -63,12 +67,10 @@ |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="packages.config" /> |
|
|
|
|
<None Include="proto\math.proto" /> |
|
|
|
|
<None Include="proto\empty.proto" /> |
|
|
|
|
<None Include="proto\messages.proto" /> |
|
|
|
|
<None Include="proto\test.proto" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Folder Include="proto\" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
</Project> |