<<return<< Project file <<return<<
1: <?xml version="1.0" encoding="utf-8"?>
2: <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3: <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4: <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5: <PropertyGroup>
6: <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7: <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8: <ProductVersion>
9: </ProductVersion>
10: <SchemaVersion>2.0</SchemaVersion>
11: <ProjectGuid>{30A24BE2-CD66-48D4-85FF-4D4D16FBC076}</ProjectGuid>
12: <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
13: <OutputType>Library</OutputType>
14: <RootNamespace>WebApi_1</RootNamespace>
15: <AssemblyName>WebApi-1</AssemblyName>
16: <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
17: <OptionExplicit>On</OptionExplicit>
18: <OptionCompare>Binary</OptionCompare>
19: <OptionStrict>Off</OptionStrict>
20: <OptionInfer>On</OptionInfer>
21: <MvcBuildViews>false</MvcBuildViews>
22: <UseIISExpress>true</UseIISExpress>
23: <Use64BitIISExpress />
24: <IISExpressSSLPort />
25: <IISExpressAnonymousAuthentication />
26: <IISExpressWindowsAuthentication />
27: <IISExpressUseClassicPipelineMode />
28: <UseGlobalApplicationHostFile />
29: <NuGetPackageImportStamp>
30: </NuGetPackageImportStamp>
31: </PropertyGroup>
32: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33: <DebugSymbols>true</DebugSymbols>
34: <DebugType>full</DebugType>
35: <DefineDebug>true</DefineDebug>
36: <DefineTrace>true</DefineTrace>
37: <OutputPath>bin\</OutputPath>
38: <DocumentationFile>WebApi-1.xml</DocumentationFile>
39: <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40: </PropertyGroup>
41: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42: <DebugSymbols>true</DebugSymbols>
43: <DebugType>pdbonly</DebugType>
44: <DefineDebug>false</DefineDebug>
45: <DefineTrace>true</DefineTrace>
46: <Optimize>true</Optimize>
47: <OutputPath>bin\</OutputPath>
48: <DocumentationFile>WebApi-1.xml</DocumentationFile>
49: <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
50: </PropertyGroup>
51: <ItemGroup>
52: <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
53: <HintPath>..\packages\EntityFramework.6.2.0\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.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
57: </Reference>
58: <Reference Include="System" />
59: <Reference Include="System.Data" />
60: <Reference Include="System.Drawing" />
61: <Reference Include="System.Web.DynamicData" />
62: <Reference Include="System.Web.Entity" />
63: <Reference Include="System.Web.ApplicationServices" />
64: <Reference Include="System.ComponentModel.DataAnnotations" />
65: <Reference Include="System.Core" />
66: <Reference Include="System.Data.DataSetExtensions" />
67: <Reference Include="System.Xml.Linq" />
68: <Reference Include="System.Web" />
69: <Reference Include="System.Web.Extensions" />
70: <Reference Include="System.Web.Abstractions" />
71: <Reference Include="System.Web.Routing" />
72: <Reference Include="System.Xml" />
73: <Reference Include="System.Configuration" />
74: <Reference Include="System.Web.Services" />
75: <Reference Include="System.EnterpriseServices" />
76: <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77: <Private>True</Private>
78: <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
79: </Reference>
80: <Reference Include="System.Net.Http">
81: </Reference>
82: <Reference Include="System.Net.Http.WebRequest">
83: </Reference>
84: <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85: <Private>True</Private>
86: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
87: </Reference>
88: <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89: <Private>True</Private>
90: <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
91: </Reference>
92: <Reference Include="System.Web.Optimization">
93: <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
94: </Reference>
95: <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96: <Private>True</Private>
97: <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
98: </Reference>
99: <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100: <Private>True</Private>
101: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
102: </Reference>
103: <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104: <Private>True</Private>
105: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
106: </Reference>
107: <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108: <Private>True</Private>
109: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
110: </Reference>
111: <Reference Include="Newtonsoft.Json">
112: <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
113: </Reference>
114: <Reference Include="WebGrease">
115: <Private>True</Private>
116: <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
117: </Reference>
118: <Reference Include="Antlr3.Runtime">
119: <Private>True</Private>
120: <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
121: </Reference>
122: </ItemGroup>
123: <ItemGroup>
124: <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
125: <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
126: </Reference>
127: </ItemGroup>
128: <ItemGroup>
129: <Import Include="Microsoft.VisualBasic" />
130: <Import Include="System" />
131: <Import Include="System.Collections" />
132: <Import Include="System.Collections.Generic" />
133: <Import Include="System.Data" />
134: <Import Include="System.Linq" />
135: <Import Include="System.Xml.Linq" />
136: <Import Include="System.Diagnostics" />
137: <Import Include="System.Collections.Specialized" />
138: <Import Include="System.Configuration" />
139: <Import Include="System.Text" />
140: <Import Include="System.Text.RegularExpressions" />
141: <Import Include="System.Web" />
142: <Import Include="System.Web.Caching" />
143: <Import Include="System.Web.Mvc" />
144: <Import Include="System.Web.Mvc.Ajax" />
145: <Import Include="System.Web.Mvc.Html" />
146: <Import Include="System.Web.Routing" />
147: <Import Include="System.Web.SessionState" />
148: <Import Include="System.Web.Security" />
149: <Import Include="System.Web.Profile" />
150: <Import Include="System.Web.UI" />
151: <Import Include="System.Web.UI.WebControls" />
152: <Import Include="System.Web.UI.WebControls.WebParts" />
153: <Import Include="System.Web.UI.HtmlControls" />
154: </ItemGroup>
155: <ItemGroup>
156: <Compile Include="App_Start\BundleConfig.vb" />
157: <Compile Include="App_Start\FilterConfig.vb" />
158: <Compile Include="App_Start\RouteConfig.vb" />
159: <Compile Include="Data\ApplicationDbContext.vb" />
160: <Compile Include="Global.asax.vb">
161: <DependentUpon>Global.asax</DependentUpon>
162: </Compile>
163: <Compile Include="Models\MyArticlesRecord.vb" />
164: <Compile Include="My Project\AssemblyInfo.vb" />
165: <Compile Include="My Project\Application.Designer.vb">
166: <AutoGen>True</AutoGen>
167: <DependentUpon>Application.myapp</DependentUpon>
168: </Compile>
169: <Compile Include="My Project\Resources.Designer.vb">
170: <AutoGen>True</AutoGen>
171: <DesignTime>True</DesignTime>
172: <DependentUpon>Resources.resx</DependentUpon>
173: </Compile>
174: <Compile Include="My Project\Settings.Designer.vb">
175: <AutoGen>True</AutoGen>
176: <DependentUpon>Settings.settings</DependentUpon>
177: <DesignTimeSharedInput>True</DesignTimeSharedInput>
178: </Compile>
179: <Compile Include="Controllers\HomeController.vb" />
180: </ItemGroup>
181: <ItemGroup>
182: <EmbeddedResource Include="My Project\Resources.resx">
183: <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
184: <LastGenOutput>Resources.Designer.vb</LastGenOutput>
185: <CustomToolNamespace>My.Resources</CustomToolNamespace>
186: <SubType>Designer</SubType>
187: </EmbeddedResource>
188: </ItemGroup>
189: <ItemGroup>
190: <Content Include="Content\bootstrap-theme.css" />
191: <Content Include="Content\bootstrap-theme.min.css" />
192: <Content Include="Content\bootstrap.css" />
193: <Content Include="Content\bootstrap.min.css" />
194: <Content Include="fonts\glyphicons-halflings-regular.svg" />
195: <Content Include="fonts\glyphicons-halflings-regular.woff2" />
196: <Content Include="fonts\glyphicons-halflings-regular.woff" />
197: <Content Include="fonts\glyphicons-halflings-regular.ttf" />
198: <Content Include="fonts\glyphicons-halflings-regular.eot" />
199: <Content Include="Content\bootstrap.min.css.map" />
200: <Content Include="Content\bootstrap.css.map" />
201: <Content Include="Content\bootstrap-theme.min.css.map" />
202: <Content Include="Content\bootstrap-theme.css.map" />
203: <None Include="My Project\Application.myapp">
204: <Generator>MyApplicationCodeGenerator</Generator>
205: <LastGenOutput>Application.Designer.vb</LastGenOutput>
206: </None>
207: <None Include="My Project\Settings.settings">
208: <Generator>SettingsSingleFileGenerator</Generator>
209: <CustomToolNamespace>My</CustomToolNamespace>
210: <LastGenOutput>Settings.Designer.vb</LastGenOutput>
211: </None>
212: <None Include="packages.config" />
213: <None Include="Scripts\jquery-3.3.1.intellisense.js" />
214: <Content Include="Scripts\jquery-3.3.1.js" />
215: <Content Include="Scripts\jquery-3.3.1.min.js" />
216: <Content Include="Scripts\jquery-3.3.1.slim.js" />
217: <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
218: <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
219: <Content Include="Scripts\jquery-3.3.1.min.map" />
220: </ItemGroup>
221: <ItemGroup>
222: <Content Include="favicon.ico" />
223: <Content Include="Global.asax" />
224: <Content Include="Scripts\bootstrap.js" />
225: <Content Include="Scripts\bootstrap.min.js" />
226: <None Include="Scripts\jquery.validate-vsdoc.js" />
227: <Content Include="Scripts\jquery.validate.js" />
228: <Content Include="Scripts\jquery.validate.min.js" />
229: <Content Include="Scripts\jquery.validate.unobtrusive.js" />
230: <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
231: <Content Include="Scripts\modernizr-2.8.3.js" />
232: <Content Include="Web.config" />
233: <Content Include="Web.Debug.config">
234: <DependentUpon>Web.config</DependentUpon>
235: </Content>
236: <Content Include="Web.Release.config">
237: <DependentUpon>Web.config</DependentUpon>
238: </Content>
239: <Content Include="Content\Site.css" />
240: <Content Include="Views\_ViewStart.vbhtml" />
241: <Content Include="Views\Home\About.vbhtml" />
242: <Content Include="Views\Home\Contact.vbhtml" />
243: <Content Include="Views\Home\Index.vbhtml" />
244: <Content Include="Views\Shared\Error.vbhtml" />
245: <Content Include="Views\Shared\_Layout.vbhtml" />
246: <Content Include="Views\Web.config" />
247: </ItemGroup>
248: <ItemGroup>
249: <Folder Include="App_Data\" />
250: </ItemGroup>
251: <PropertyGroup>
252: <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
253: <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
254: </PropertyGroup>
255: <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
256: <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
257: <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
258: <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
259: <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
260: </Target>
261: <ProjectExtensions>
262: <VisualStudio>
263: <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
264: <WebProjectProperties>
265: <UseIIS>True</UseIIS>
266: <AutoAssignPort>True</AutoAssignPort>
267: <DevelopmentServerPort>56809</DevelopmentServerPort>
268: <DevelopmentServerVPath>/</DevelopmentServerVPath>
269: <IISUrl>http://localhost:56809/</IISUrl>
270: <NTLMAuthentication>False</NTLMAuthentication>
271: <UseCustomServer>False</UseCustomServer>
272: <CustomServerUrl>
273: </CustomServerUrl>
274: <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
275: </WebProjectProperties>
276: </FlavorProperties>
277: </VisualStudio>
278: </ProjectExtensions>
279: <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
280: <PropertyGroup>
281: <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>
282: </PropertyGroup>
283: <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
284: </Target>
285: <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
286: Other similar extension points exist, see Microsoft.Common.targets.
287: <Target Name="BeforeBuild">
288: </Target>
289: <Target Name="AfterBuild">
290: </Target> -->
291: </Project>
Comments (
)
Link to this page:
//www.vb-net.com/EF-missing-FAQ/WebApi-1-1.vbproj.htm
|