|
@@ -32,13 +32,13 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <Reference Include="MongoDB.Bson, Version=1.8.2.34, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
|
|
|
|
|
|
|
+ <Reference Include="MongoDB.Bson, Version=1.8.3.9, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\..\packages\mongocsharpdriver.1.8.2\lib\net35\MongoDB.Bson.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>..\..\packages\mongocsharpdriver.1.8.3\lib\net35\MongoDB.Bson.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
- <Reference Include="MongoDB.Driver, Version=1.8.2.34, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
|
|
|
|
|
|
|
+ <Reference Include="MongoDB.Driver, Version=1.8.3.9, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>..\..\packages\mongocsharpdriver.1.8.2\lib\net35\MongoDB.Driver.dll</HintPath>
|
|
|
|
|
|
|
+ <HintPath>..\..\packages\mongocsharpdriver.1.8.3\lib\net35\MongoDB.Driver.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
@@ -54,19 +54,20 @@
|
|
|
<Compile Include="Buff.cs" />
|
|
<Compile Include="Buff.cs" />
|
|
|
<Compile Include="BuffManager.cs" />
|
|
<Compile Include="BuffManager.cs" />
|
|
|
<Compile Include="ConfigManager.cs" />
|
|
<Compile Include="ConfigManager.cs" />
|
|
|
|
|
+ <Compile Include="IConfigInitialize.cs" />
|
|
|
<Compile Include="IType.cs" />
|
|
<Compile Include="IType.cs" />
|
|
|
<Compile Include="Object.cs" />
|
|
<Compile Include="Object.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
|
|
- <None Include="Packages.config" />
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\Platform\Helper\Helper.csproj">
|
|
<ProjectReference Include="..\..\Platform\Helper\Helper.csproj">
|
|
|
<Project>{24233cd5-a5df-484b-a482-b79cb7a0d9cb}</Project>
|
|
<Project>{24233cd5-a5df-484b-a482-b79cb7a0d9cb}</Project>
|
|
|
<Name>Helper</Name>
|
|
<Name>Helper</Name>
|
|
|
</ProjectReference>
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <None Include="packages.config" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|