123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- <?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>{90ED24C3-565D-459B-95E6-37090B26C962}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>Course_Project</RootNamespace>
- <AssemblyName>Course_Project</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</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>
- <PropertyGroup>
- <ApplicationIcon>book.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.DirectoryServices" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <Reference Include="System.Windows.Forms.DataVisualization" />
- <Reference Include="System.Xaml" />
- <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" />
- <Reference Include="UIAutomationProvider" />
- <Reference Include="WindowsBase" />
- <Reference Include="WindowsFormsIntegration" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="compDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>compDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="Forms\AddBranch.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AddBranch.Designer.cs">
- <DependentUpon>AddBranch.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\AddSpec.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AddSpec.Designer.cs">
- <DependentUpon>AddSpec.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\AddStud.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AddStud.Designer.cs">
- <DependentUpon>AddStud.cs</DependentUpon>
- </Compile>
- <Compile Include="Branches.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="BranchesOperDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>BranchesOperDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="AdminUsersDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>AdminUsersDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="Companies.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="Forms\AdminPanel.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AdminPanel.Designer.cs">
- <DependentUpon>AdminPanel.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\Egg.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\Egg.Designer.cs">
- <DependentUpon>Egg.cs</DependentUpon>
- </Compile>
- <Compile Include="Groups.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="groupsOperDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>groupsOperDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="LoginForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="LoginForm.Designer.cs">
- <DependentUpon>LoginForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\OperatorPanel.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\OperatorPanel.Designer.cs">
- <DependentUpon>OperatorPanel.cs</DependentUpon>
- </Compile>
- <Compile Include="Model1.Context.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Model1.Context.tt</DependentUpon>
- </Compile>
- <Compile Include="Model1.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="Model1.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Model1.edmx</DependentUpon>
- </Compile>
- <Compile Include="Modules\Cryptography.cs" />
- <Compile Include="Modules\GenForms.cs" />
- <Compile Include="Practices.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="PracticleTickets.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="PrecDataSet.cs">
- <DependentUpon>PrecDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="PrecDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>PrecDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="ProModules.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="ProModulesDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>ProModulesDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include=".Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>.resx</DependentUpon>
- </Compile>
- <Compile Include="Specialities.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="specOperDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>specOperDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="Students.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="studOperDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>studOperDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="sysdiagrams.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <Compile Include="TicketsDataSet.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>TicketsDataSet.xsd</DependentUpon>
- </Compile>
- <Compile Include="Users.cs">
- <DependentUpon>Model1.tt</DependentUpon>
- </Compile>
- <EmbeddedResource Include="Forms\AddBranch.resx">
- <DependentUpon>AddBranch.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\AddSpec.resx">
- <DependentUpon>AddSpec.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\AddStud.resx">
- <DependentUpon>AddStud.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\AdminPanel.resx">
- <DependentUpon>AdminPanel.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\Egg.resx">
- <DependentUpon>Egg.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="LoginForm.resx">
- <DependentUpon>LoginForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\OperatorPanel.resx">
- <DependentUpon>OperatorPanel.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>
- <DesignTime>True</DesignTime>
- </Compile>
- <EmbeddedResource Include=".resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <None Include="AdminUsersDataSet.xsc">
- <DependentUpon>AdminUsersDataSet.xsd</DependentUpon>
- </None>
- <None Include="AdminUsersDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>AdminUsersDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="AdminUsersDataSet.xss">
- <DependentUpon>AdminUsersDataSet.xsd</DependentUpon>
- </None>
- <None Include="BranchesOperDataSet.xsc">
- <DependentUpon>BranchesOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="BranchesOperDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>BranchesOperDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="BranchesOperDataSet.xss">
- <DependentUpon>BranchesOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="compDataSet.xsc">
- <DependentUpon>compDataSet.xsd</DependentUpon>
- </None>
- <None Include="compDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>compDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="compDataSet.xss">
- <DependentUpon>compDataSet.xsd</DependentUpon>
- </None>
- <None Include="groupsOperDataSet.xsc">
- <DependentUpon>groupsOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="groupsOperDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>groupsOperDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="groupsOperDataSet.xss">
- <DependentUpon>groupsOperDataSet.xsd</DependentUpon>
- </None>
- <EntityDeploy Include="Model1.edmx">
- <Generator>EntityModelCodeGenerator</Generator>
- <LastGenOutput>Model1.Designer.cs</LastGenOutput>
- </EntityDeploy>
- <None Include="Model1.edmx.diagram">
- <DependentUpon>Model1.edmx</DependentUpon>
- </None>
- <None Include="packages.config" />
- <None Include="PrecDataSet.xsc">
- <DependentUpon>PrecDataSet.xsd</DependentUpon>
- </None>
- <None Include="PrecDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>PrecDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="PrecDataSet.xss">
- <DependentUpon>PrecDataSet.xsd</DependentUpon>
- </None>
- <None Include="ProModulesDataSet.xsc">
- <DependentUpon>ProModulesDataSet.xsd</DependentUpon>
- </None>
- <None Include="ProModulesDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>ProModulesDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="ProModulesDataSet.xss">
- <DependentUpon>ProModulesDataSet.xsd</DependentUpon>
- </None>
- <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>
- <None Include="specOperDataSet.xsc">
- <DependentUpon>specOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="specOperDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>specOperDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="specOperDataSet.xss">
- <DependentUpon>specOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="studOperDataSet.xsc">
- <DependentUpon>studOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="studOperDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>studOperDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="studOperDataSet.xss">
- <DependentUpon>studOperDataSet.xsd</DependentUpon>
- </None>
- <None Include="TicketsDataSet.xsc">
- <DependentUpon>TicketsDataSet.xsd</DependentUpon>
- </None>
- <None Include="TicketsDataSet.xsd">
- <Generator>MSDataSetGenerator</Generator>
- <LastGenOutput>TicketsDataSet.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </None>
- <None Include="TicketsDataSet.xss">
- <DependentUpon>TicketsDataSet.xsd</DependentUpon>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="book.ico" />
- <Content Include="Model1.Context.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>Model1.edmx</DependentUpon>
- <LastGenOutput>Model1.Context.cs</LastGenOutput>
- </Content>
- <Content Include="Model1.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <DependentUpon>Model1.edmx</DependentUpon>
- <LastGenOutput>Model1.cs</LastGenOutput>
- </Content>
- <None Include="Resources\aboba.png" />
- <None Include="Resources\book.ico" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="AxWMPLib">
- <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>aximp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="WMPLib">
- <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|