169 lines
6.4 KiB
XML
169 lines
6.4 KiB
XML
<?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>{A9C79E82-A542-4C77-A66F-8F08DF52FE2E}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>NeshinaPolina07_11</RootNamespace>
|
|
<AssemblyName>NeshinaPolina07-11</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</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>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="MySql.Data, Version=8.0.16.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\Desktop\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="4Menu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="4Menu.Designer.cs">
|
|
<DependentUpon>4Menu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddOrder.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AddOrder.Designer.cs">
|
|
<DependentUpon>AddOrder.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="AddProduct.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AddProduct.Designer.cs">
|
|
<DependentUpon>AddProduct.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DB.cs" />
|
|
<Compile Include="EditOrder.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="EditOrder.Designer.cs">
|
|
<DependentUpon>EditOrder.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="EditProduct.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="EditProduct.Designer.cs">
|
|
<DependentUpon>EditProduct.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form1.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Regist.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Regist.Designer.cs">
|
|
<DependentUpon>Regist.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="_1Menu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="_1Menu.Designer.cs">
|
|
<DependentUpon>_1Menu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="_2Menu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="_2Menu.Designer.cs">
|
|
<DependentUpon>_2Menu.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="_3Menu.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="_3Menu.Designer.cs">
|
|
<DependentUpon>_3Menu.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="4Menu.resx">
|
|
<DependentUpon>4Menu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AddOrder.resx">
|
|
<DependentUpon>AddOrder.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="AddProduct.resx">
|
|
<DependentUpon>AddProduct.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="EditOrder.resx">
|
|
<DependentUpon>EditOrder.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="EditProduct.resx">
|
|
<DependentUpon>EditProduct.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Regist.resx">
|
|
<DependentUpon>Regist.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="_1Menu.resx">
|
|
<DependentUpon>_1Menu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="_2Menu.resx">
|
|
<DependentUpon>_2Menu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="_3Menu.resx">
|
|
<DependentUpon>_3Menu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |