|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" /> |
3 | 4 | <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
4 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 6 | <PropertyGroup>
|
|
48 | 49 | <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
49 | 50 | <HintPath>..\packages\Castle.Core.4.2.0\lib\net45\Castle.Core.dll</HintPath>
|
50 | 51 | </Reference>
|
| 52 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 57 | + </Reference> |
51 | 58 | <Reference Include="Microsoft.CSharp" />
|
52 | 59 | <Reference Include="Ninject, Version=3.3.4.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
53 | 60 | <HintPath>..\packages\Ninject.3.3.4\lib\net45\Ninject.dll</HintPath>
|
|
58 | 65 | <Reference Include="Ninject.Extensions.Factory, Version=3.3.2.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
59 | 66 | <HintPath>..\packages\Ninject.Extensions.Factory.3.3.2\lib\net45\Ninject.Extensions.Factory.dll</HintPath>
|
60 | 67 | </Reference>
|
| 68 | + <Reference Include="Ninject.Web.Common, Version=3.3.2.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\Ninject.Web.Common.3.3.2\lib\net45\Ninject.Web.Common.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="Ninject.Web.Common.WebHost, Version=3.3.2.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\packages\Ninject.Web.Common.WebHost.3.3.2\lib\net45\Ninject.Web.Common.WebHost.dll</HintPath> |
| 73 | + </Reference> |
61 | 74 | <Reference Include="System" />
|
62 | 75 | <Reference Include="System.Data" />
|
63 | 76 | <Reference Include="System.Drawing" />
|
|
114 | 127 | <Reference Include="Newtonsoft.Json">
|
115 | 128 | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
116 | 129 | </Reference>
|
| 130 | + <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL"> |
| 131 | + <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath> |
| 132 | + </Reference> |
117 | 133 | <Reference Include="WebGrease">
|
118 | 134 | <Private>True</Private>
|
119 | 135 | <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
|
131 | 147 | <ItemGroup>
|
132 | 148 | <Compile Include="App_Start\BundleConfig.cs" />
|
133 | 149 | <Compile Include="App_Start\FilterConfig.cs" />
|
| 150 | + <Compile Include="App_Start\NinjectWebCommon.cs" /> |
134 | 151 | <Compile Include="App_Start\RouteConfig.cs" />
|
135 | 152 | <Compile Include="Controllers\HomeController.cs" />
|
136 | 153 | <Compile Include="Global.asax.cs">
|
|
192 | 209 | <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
|
193 | 210 | <Content Include="Scripts\jquery-3.4.1.min.map" />
|
194 | 211 | </ItemGroup>
|
| 212 | + <ItemGroup> |
| 213 | + <ProjectReference Include="..\TransactionManager\TransactionManager.csproj"> |
| 214 | + <Project>{531e6001-6f44-45dc-a66c-9f5ec5ea67ef}</Project> |
| 215 | + <Name>TransactionManager</Name> |
| 216 | + </ProjectReference> |
| 217 | + </ItemGroup> |
195 | 218 | <PropertyGroup>
|
196 | 219 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
197 | 220 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
225 | 248 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
226 | 249 | </PropertyGroup>
|
227 | 250 | <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
| 251 | + <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" /> |
| 252 | + <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" /> |
228 | 253 | </Target>
|
| 254 | + <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" /> |
229 | 255 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
230 | 256 | Other similar extension points exist, see Microsoft.Common.targets.
|
231 | 257 | <Target Name="BeforeBuild">
|
|
0 commit comments