/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbLINQtoSQLHowTos/VB/StoredProcedureHowTo.vbproj
210 строк
8 KB
Andy De George
Move snippets from samples repo to this repo (#17296)
03 мар 2020, 19:23
Не верифицирован
03 мар 2020, 19:23
dbbeda1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.20718</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{E1D91D8C-ABFF-4677-93E8-39F20A5CBD33}</ProjectGuid> <OutputType>WinExe</OutputType> <StartupObject>StoredProcedureHowTo.My.MyApplication</StartupObject> <RootNamespace>StoredProcedureHowTo</RootNamespace> <AssemblyName>StoredProcedureHowTo</AssemblyName> <FileAlignment>512</FileAlignment> <MyType>WindowsForms</MyType> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <OptionExplicit>On</OptionExplicit> <OptionCompare>Binary</OptionCompare> <OptionStrict>Off</OptionStrict> <OptionInfer>On</OptionInfer> <PublishUrl>http://localhost/StoredProcedureHowTo/</PublishUrl> <Install>true</Install> <InstallFrom>Web</InstallFrom> <UpdateEnabled>true</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>true</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <DefineDebug>true</DefineDebug> <DefineTrace>true</DefineTrace> <OutputPath>bin\Debug\</OutputPath> <DocumentationFile>StoredProcedureHowTo.xml</DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DocumentationFile>StoredProcedureHowTo.xml</DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Data.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data.DataSetExtensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> </ItemGroup> <ItemGroup> <Import Include="Microsoft.VisualBasic" /> <Import Include="System" /> <Import Include="System.Collections" /> <Import Include="System.Collections.Generic" /> <Import Include="System.Data" /> <Import Include="System.Drawing" /> <Import Include="System.Diagnostics" /> <Import Include="System.Windows.Forms" /> <Import Include="System.Linq" /> <Import Include="System.Xml.Linq" /> </ItemGroup> <ItemGroup> <Compile Include="Form3.vb"> <SubType>Form</SubType> </Compile> <Compile Include="Form3.Designer.vb"> <DependentUpon>Form3.vb</DependentUpon> <SubType>Form</SubType> </Compile> <Compile Include="Form2.Designer.vb"> <DependentUpon>Form2.vb</DependentUpon> </Compile> <Compile Include="Form2.vb"> <SubType>Form</SubType> </Compile> <Compile Include="Form4.Designer.vb"> <DependentUpon>Form4.vb</DependentUpon> </Compile> <Compile Include="Form4.vb"> <SubType>Form</SubType> </Compile> <Compile Include="Form5.Designer.vb"> <DependentUpon>Form5.vb</DependentUpon> </Compile> <Compile Include="Form5.vb"> <SubType>Form</SubType> </Compile> <Compile Include="Form6.Designer.vb"> <DependentUpon>Form6.vb</DependentUpon> </Compile> <Compile Include="Form6.vb"> <SubType>Form</SubType> </Compile> <Compile Include="Form7.Designer.vb"> <DependentUpon>Form7.vb</DependentUpon> </Compile> <Compile Include="Form7.vb"> <SubType>Form</SubType> </Compile> <Compile Include="Form8.Designer.vb"> <DependentUpon>Form8.vb</DependentUpon> </Compile> <Compile Include="Form8.vb"> <SubType>Form</SubType> </Compile> <Compile Include="northwind.designer.vb"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>northwind.dbml</DependentUpon> </Compile> <Compile Include="Settings.Designer.vb" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Form3.resx"> <SubType>Designer</SubType> <DependentUpon>Form3.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Form2.resx"> <SubType>Designer</SubType> <DependentUpon>Form2.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Form4.resx"> <SubType>Designer</SubType> <DependentUpon>Form4.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Form5.resx"> <SubType>Designer</SubType> <DependentUpon>Form5.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Form6.resx"> <SubType>Designer</SubType> <DependentUpon>Form6.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Form7.resx"> <SubType>Designer</SubType> <DependentUpon>Form7.vb</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Form8.resx"> <SubType>Designer</SubType> <DependentUpon>Form8.vb</DependentUpon> </EmbeddedResource> <None Include="northwind.dbml.layout"> <DependentUpon>northwind.dbml</DependentUpon> </None> </ItemGroup> <ItemGroup> <None Include="app.config" /> <None Include="northwind.dbml"> <Generator>MSLinqToSQLGenerator</Generator> <LastGenOutput>northwind.designer.vb</LastGenOutput> </None> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> <Visible>False</Visible> <ProductName>.NET Framework 2.0 %28x86%29</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Sql.Server.Express.9.2"> <Visible>False</Visible> <ProductName>SQL Server 2005 Express Edition SP2</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>