|
|
@ -46,6 +46,9 @@
|
|
|
|
<Reference Include="Autofac.Configuration">
|
|
|
|
<Reference Include="Autofac.Configuration">
|
|
|
|
<HintPath>..\packages\Autofac.2.6.3.862\lib\NET40\Autofac.Configuration.dll</HintPath>
|
|
|
|
<HintPath>..\packages\Autofac.2.6.3.862\lib\NET40\Autofac.Configuration.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="AutoMapper">
|
|
|
|
|
|
|
|
<HintPath>..\packages\AutoMapper.2.2.0\lib\net40\AutoMapper.dll</HintPath>
|
|
|
|
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="MongoDB.Bson">
|
|
|
|
<Reference Include="MongoDB.Bson">
|
|
|
|
<HintPath>..\packages\mongocsharpdriver.1.7\lib\net35\MongoDB.Bson.dll</HintPath>
|
|
|
|
<HintPath>..\packages\mongocsharpdriver.1.7\lib\net35\MongoDB.Bson.dll</HintPath>
|
|
|
@ -99,7 +102,10 @@
|
|
|
|
<Compile Include="Extensions\RequestExtensions.cs" />
|
|
|
|
<Compile Include="Extensions\RequestExtensions.cs" />
|
|
|
|
<Compile Include="Extensions\Serializer.cs" />
|
|
|
|
<Compile Include="Extensions\Serializer.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
|
|
<Compile Include="SceneMapping\SceneMappingJsonModel.cs" />
|
|
|
|
<Compile Include="SceneMapping\SceneMappingModel.cs" />
|
|
|
|
<Compile Include="SceneMapping\SceneMappingModel.cs" />
|
|
|
|
|
|
|
|
<Compile Include="SceneMapping\SceneMappingModule.cs" />
|
|
|
|
|
|
|
|
<Compile Include="SceneMapping\SceneMappingRepository.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="packages.config" />
|
|
|
|
<Content Include="packages.config" />
|
|
|
@ -110,6 +116,9 @@
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
|
|
</None>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Folder Include="Resolvers\" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|