<<назад CU-VB-3.vbproj (Contoso University).
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\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\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>{BD84F96B-9915-4D98-B46E-69A7C6B9707D}</ProjectGuid>
12: <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
13: <OutputType>Library</OutputType>
14: <RootNamespace>CU_VB_3</RootNamespace>
15: <AssemblyName>CU-VB-3</AssemblyName>
16: <TargetFrameworkVersion>v4.7.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>CU-VB-3.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>CU-VB-3.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.Runtime.Serialization" />
62: <Reference Include="System.Security" />
63: <Reference Include="System.Web.DynamicData" />
64: <Reference Include="System.Web.Entity" />
65: <Reference Include="System.Web.ApplicationServices" />
66: <Reference Include="System.ComponentModel.DataAnnotations" />
67: <Reference Include="System.Core" />
68: <Reference Include="System.Data.DataSetExtensions" />
69: <Reference Include="System.Xml.Linq" />
70: <Reference Include="System.Web" />
71: <Reference Include="System.Web.Extensions" />
72: <Reference Include="System.Web.Abstractions" />
73: <Reference Include="System.Web.Routing" />
74: <Reference Include="System.Xml" />
75: <Reference Include="System.Configuration" />
76: <Reference Include="System.Web.Services" />
77: <Reference Include="System.EnterpriseServices" />
78: <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79: <Private>True</Private>
80: <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
81: </Reference>
82: <Reference Include="System.Net.Http">
83: </Reference>
84: <Reference Include="System.Net.Http.WebRequest">
85: </Reference>
86: <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87: <Private>True</Private>
88: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
89: </Reference>
90: <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91: <Private>True</Private>
92: <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
93: </Reference>
94: <Reference Include="System.Web.Optimization">
95: <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
96: </Reference>
97: <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
98: <Private>True</Private>
99: <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
100: </Reference>
101: <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
102: <Private>True</Private>
103: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
104: </Reference>
105: <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
106: <Private>True</Private>
107: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
108: </Reference>
109: <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
110: <Private>True</Private>
111: <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
112: </Reference>
113: <Reference Include="Newtonsoft.Json">
114: <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
115: </Reference>
116: <Reference Include="WebGrease">
117: <Private>True</Private>
118: <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
119: </Reference>
120: <Reference Include="Antlr3.Runtime">
121: <Private>True</Private>
122: <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
123: </Reference>
124: </ItemGroup>
125: <ItemGroup>
126: <Reference Include="System.Diagnostics.DiagnosticSource">
127: <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
128: </Reference>
129: <Reference Include="Microsoft.AspNet.TelemetryCorrelation">
130: <HintPath>..\packages\Microsoft.AspNet.TelemetryCorrelation.1.0.0\lib\net45\Microsoft.AspNet.TelemetryCorrelation.dll</HintPath>
131: </Reference>
132: <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
133: <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
134: </Reference>
135: </ItemGroup>
136: <ItemGroup>
137: <Import Include="Microsoft.VisualBasic" />
138: <Import Include="System" />
139: <Import Include="System.Collections" />
140: <Import Include="System.Collections.Generic" />
141: <Import Include="System.Data" />
142: <Import Include="System.Linq" />
143: <Import Include="System.Xml.Linq" />
144: <Import Include="System.Diagnostics" />
145: <Import Include="System.Collections.Specialized" />
146: <Import Include="System.Configuration" />
147: <Import Include="System.Text" />
148: <Import Include="System.Text.RegularExpressions" />
149: <Import Include="System.Web" />
150: <Import Include="System.Web.Caching" />
151: <Import Include="System.Web.Mvc" />
152: <Import Include="System.Web.Mvc.Ajax" />
153: <Import Include="System.Web.Mvc.Html" />
154: <Import Include="System.Web.Routing" />
155: <Import Include="System.Web.SessionState" />
156: <Import Include="System.Web.Security" />
157: <Import Include="System.Web.Profile" />
158: <Import Include="System.Web.UI" />
159: <Import Include="System.Web.UI.WebControls" />
160: <Import Include="System.Web.UI.WebControls.WebParts" />
161: <Import Include="System.Web.UI.HtmlControls" />
162: </ItemGroup>
163: <ItemGroup>
164: <Compile Include="App_Start\BundleConfig.vb" />
165: <Compile Include="App_Start\FilterConfig.vb" />
166: <Compile Include="App_Start\RouteConfig.vb" />
167: <Compile Include="Data\DbInitializer.vb" />
168: <Compile Include="Data\EF_Config.vb" />
169: <Compile Include="Data\Ilogger.vb" />
170: <Compile Include="Data\InterceptorLogging.vb" />
171: <Compile Include="Data\Logger.vb" />
172: <Compile Include="Data\SchoolContext.vb" />
173: <Compile Include="Data\TransientErrorsLogging.vb" />
174: <Compile Include="Global.asax.vb">
175: <DependentUpon>Global.asax</DependentUpon>
176: </Compile>
177: <Compile Include="Migrations\201801202344102_InitialCreate.Designer.vb">
178: <DependentUpon>201801202344102_InitialCreate.vb</DependentUpon>
179: </Compile>
180: <Compile Include="Migrations\201801202344102_InitialCreate.vb" />
181: <Compile Include="Migrations\Configuration.vb" />
182: <Compile Include="Models\Course.vb" />
183: <Compile Include="Models\CourseAssignment.vb" />
184: <Compile Include="Models\Department.vb" />
185: <Compile Include="Models\Enrollment.vb" />
186: <Compile Include="Models\ErrorViewModel.vb" />
187: <Compile Include="Models\Instructor.vb" />
188: <Compile Include="Models\OfficeAssignment.vb" />
189: <Compile Include="Models\Person.vb" />
190: <Compile Include="Models\SchoolViewModels\AssignedCourseData.vb" />
191: <Compile Include="Models\SchoolViewModels\EnrollmentDateGroup.vb" />
192: <Compile Include="Models\SchoolViewModels\InstructorIndexData.vb" />
193: <Compile Include="Models\Student.vb" />
194: <Compile Include="My Project\AssemblyInfo.vb" />
195: <Compile Include="My Project\Application.Designer.vb">
196: <AutoGen>True</AutoGen>
197: <DependentUpon>Application.myapp</DependentUpon>
198: </Compile>
199: <Compile Include="My Project\Resources.Designer.vb">
200: <AutoGen>True</AutoGen>
201: <DesignTime>True</DesignTime>
202: <DependentUpon>Resources.resx</DependentUpon>
203: </Compile>
204: <Compile Include="My Project\Settings.Designer.vb">
205: <AutoGen>True</AutoGen>
206: <DependentUpon>Settings.settings</DependentUpon>
207: <DesignTimeSharedInput>True</DesignTimeSharedInput>
208: </Compile>
209: <Compile Include="Controllers\HomeController.vb" />
210: </ItemGroup>
211: <ItemGroup>
212: <EmbeddedResource Include="Migrations\201801202344102_InitialCreate.resx">
213: <DependentUpon>201801202344102_InitialCreate.vb</DependentUpon>
214: </EmbeddedResource>
215: <EmbeddedResource Include="My Project\Resources.resx">
216: <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
217: <LastGenOutput>Resources.Designer.vb</LastGenOutput>
218: <CustomToolNamespace>My.Resources</CustomToolNamespace>
219: <SubType>Designer</SubType>
220: </EmbeddedResource>
221: </ItemGroup>
222: <ItemGroup>
223: <Content Include="App_Data\SchoolContext.mdf" />
224: <Content Include="App_Data\SchoolContext_log.ldf">
225: <DependentUpon>SchoolContext.mdf</DependentUpon>
226: </Content>
227: <Content Include="Content\bootstrap-theme.css" />
228: <Content Include="Content\bootstrap-theme.min.css" />
229: <Content Include="Content\bootstrap.css" />
230: <Content Include="Content\bootstrap.min.css" />
231: <Content Include="fonts\glyphicons-halflings-regular.svg" />
232: <Content Include="fonts\glyphicons-halflings-regular.woff2" />
233: <Content Include="fonts\glyphicons-halflings-regular.woff" />
234: <Content Include="fonts\glyphicons-halflings-regular.ttf" />
235: <Content Include="fonts\glyphicons-halflings-regular.eot" />
236: <Content Include="Content\bootstrap.min.css.map" />
237: <Content Include="Content\bootstrap.css.map" />
238: <Content Include="Content\bootstrap-theme.min.css.map" />
239: <Content Include="Content\bootstrap-theme.css.map" />
240: <None Include="My Project\Application.myapp">
241: <Generator>MyApplicationCodeGenerator</Generator>
242: <LastGenOutput>Application.Designer.vb</LastGenOutput>
243: </None>
244: <None Include="My Project\Settings.settings">
245: <Generator>SettingsSingleFileGenerator</Generator>
246: <CustomToolNamespace>My</CustomToolNamespace>
247: <LastGenOutput>Settings.Designer.vb</LastGenOutput>
248: </None>
249: <None Include="packages.config" />
250: <None Include="Scripts\jquery-3.3.1.intellisense.js" />
251: <Content Include="Scripts\jquery-3.3.1.js" />
252: <Content Include="Scripts\jquery-3.3.1.min.js" />
253: <Content Include="Scripts\jquery-3.3.1.slim.js" />
254: <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
255: <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
256: <Content Include="Scripts\jquery-3.3.1.min.map" />
257: </ItemGroup>
258: <ItemGroup>
259: <Content Include="favicon.ico" />
260: <Content Include="Global.asax" />
261: <Content Include="Scripts\bootstrap.js" />
262: <Content Include="Scripts\bootstrap.min.js" />
263: <None Include="Scripts\jquery.validate-vsdoc.js" />
264: <Content Include="Scripts\jquery.validate.js" />
265: <Content Include="Scripts\jquery.validate.min.js" />
266: <Content Include="Scripts\jquery.validate.unobtrusive.js" />
267: <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
268: <Content Include="Scripts\modernizr-2.8.3.js" />
269: <Content Include="Web.config" />
270: <Content Include="Web.Debug.config">
271: <DependentUpon>Web.config</DependentUpon>
272: </Content>
273: <Content Include="Web.Release.config">
274: <DependentUpon>Web.config</DependentUpon>
275: </Content>
276: <Content Include="Content\Site.css" />
277: <Content Include="Views\_ViewStart.vbhtml" />
278: <Content Include="Views\Home\Index.vbhtml" />
279: <Content Include="Views\Shared\Error.vbhtml" />
280: <Content Include="Views\Shared\_Layout.vbhtml" />
281: <Content Include="Views\Web.config" />
282: </ItemGroup>
283: <ItemGroup />
284: <PropertyGroup>
285: <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
286: <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
287: </PropertyGroup>
288: <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
289: <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
290: <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
291: <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
292: <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
293: </Target>
294: <ProjectExtensions>
295: <VisualStudio>
296: <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
297: <WebProjectProperties>
298: <UseIIS>True</UseIIS>
299: <AutoAssignPort>True</AutoAssignPort>
300: <DevelopmentServerPort>63116</DevelopmentServerPort>
301: <DevelopmentServerVPath>/</DevelopmentServerVPath>
302: <IISUrl>http://localhost:63116/</IISUrl>
303: <NTLMAuthentication>False</NTLMAuthentication>
304: <UseCustomServer>False</UseCustomServer>
305: <CustomServerUrl>
306: </CustomServerUrl>
307: <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
308: </WebProjectProperties>
309: </FlavorProperties>
310: </VisualStudio>
311: </ProjectExtensions>
312: <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
313: <PropertyGroup>
314: <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>
315: </PropertyGroup>
316: <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
317: </Target>
318: <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
319: Other similar extension points exist, see Microsoft.Common.targets.
320: <Target Name="BeforeBuild">
321: </Target>
322: <Target Name="AfterBuild">
323: </Target> -->
324: </Project>
Comments (
)
Link to this page:
//www.vb-net.com/EF-missing-FAQ/Code/CU-VB-3.vbproj.htm
|