1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\JavaScriptEngineSwitcher.V8.Native.win-x86.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x86.props" Condition =" Exists('..\packages\JavaScriptEngineSwitcher.V8.Native.win-x86.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x86.props')" />
3
4
<Import Project =" ..\packages\JavaScriptEngineSwitcher.V8.Native.win-x64.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x64.props" Condition =" Exists('..\packages\JavaScriptEngineSwitcher.V8.Native.win-x64.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x64.props')" />
4
5
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
6
<PropertyGroup >
31
32
<UseGlobalApplicationHostFile />
32
33
<NuGetPackageImportStamp >
33
34
</NuGetPackageImportStamp >
35
+ <Use64BitIISExpress />
34
36
</PropertyGroup >
35
37
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36
38
<DebugSymbols >true</DebugSymbols >
83
85
<Reference Include =" System.Web.ApplicationServices" />
84
86
<Reference Include =" System.ComponentModel.DataAnnotations" />
85
87
<Reference Include =" System.Web.Extensions" />
88
+ <Reference Include =" System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
89
+ <HintPath >..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll</HintPath >
90
+ </Reference >
86
91
<Reference Include =" System.Web.Optimization" >
87
92
<HintPath >..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath >
88
93
</Reference >
104
109
<Private >True</Private >
105
110
<HintPath >..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath >
106
111
</Reference >
107
- <Reference Include =" System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
108
- <Private >True</Private >
109
- <HintPath >..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath >
110
- </Reference >
111
112
<Reference Include =" System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
112
113
<Private >True</Private >
113
114
<HintPath >..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath >
153
154
<Compile Include =" App_Start\RouteConfig.cs" />
154
155
<Content Include =" Content\Sample.css" />
155
156
<Content Include =" Global.asax" />
156
- <Content Include =" Web.config" />
157
+ <Content Include =" Web.config" >
158
+ <SubType >Designer</SubType >
159
+ </Content >
157
160
<Content Include =" Web.Debug.config" >
158
161
<DependentUpon >Web.config</DependentUpon >
159
162
</Content >
163
166
<Content Include =" Views\Web.config" />
164
167
</ItemGroup >
165
168
<ItemGroup >
166
- <Content Include =" packages.config" />
169
+ <Content Include =" packages.config" >
170
+ <SubType >Designer</SubType >
171
+ </Content >
167
172
</ItemGroup >
168
173
<ItemGroup >
169
174
<Content Include =" Views\Home\Index.cshtml" />
226
231
<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 >
227
232
</PropertyGroup >
228
233
<Error Condition =" !Exists('..\packages\JavaScriptEngineSwitcher.V8.Native.win-x64.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x64.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\JavaScriptEngineSwitcher.V8.Native.win-x64.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x64.props'))" />
234
+ <Error Condition =" !Exists('..\packages\JavaScriptEngineSwitcher.V8.Native.win-x86.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x86.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\JavaScriptEngineSwitcher.V8.Native.win-x86.3.0.0\build\JavaScriptEngineSwitcher.V8.Native.win-x86.props'))" />
229
235
</Target >
230
236
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231
237
Other similar extension points exist, see Microsoft.Common.targets.
232
238
<Target Name="BeforeBuild">
233
239
</Target>
234
240
<Target Name="AfterBuild">
235
241
</Target> -->
236
- </Project >
242
+ </Project >
0 commit comments