/
DaNN26
/
SQLProvider
Обзор
Документация
Войти
/
DaNN26
/
SQLProvider
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
DemoNewStyle.csproj
94 строки
4 KB
DaNN
Добавьте файлы проекта.
27 май 2026, 12:50
27 май 2026, 12:50
4fe37b9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{BB55B8CC-7D45-4C51-86BD-539F077D6A53}</ProjectGuid> <OutputType>WinExe</OutputType> <RootNamespace>Demo</RootNamespace> <AssemblyName>DemoNewStyle</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ApplicationIcon>Images\AppIcon.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="AppHelper.cs" /> <Compile Include="ComboItem.cs" /> <Compile Include="DatabaseHelper.cs" /> <Compile Include="LoginForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="LoginForm.Designer.cs"> <DependentUpon>LoginForm.cs</DependentUpon> </Compile> <Compile Include="OrderEditForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="OrderEditForm.Designer.cs"> <DependentUpon>OrderEditForm.cs</DependentUpon> </Compile> <Compile Include="OrderCardControl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="OrderCardControl.Designer.cs"> <DependentUpon>OrderCardControl.cs</DependentUpon> </Compile> <Compile Include="OrdersForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="OrdersForm.Designer.cs"> <DependentUpon>OrdersForm.cs</DependentUpon> </Compile> <Compile Include="ProductEditForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="ProductEditForm.Designer.cs"> <DependentUpon>ProductEditForm.cs</DependentUpon> </Compile> <Compile Include="ProductCardControl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="ProductCardControl.Designer.cs"> <DependentUpon>ProductCardControl.cs</DependentUpon> </Compile> <Compile Include="ProductListForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="ProductListForm.Designer.cs"> <DependentUpon>ProductListForm.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="UserSession.cs" /> </ItemGroup> <ItemGroup> <Content Include="Images\*.*"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="CreateMarketDatabase.sql" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>