/
Motlokhov
/
ASKYZ
Обзор
Документация
Войти
/
Motlokhov
/
ASKYZ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SystemVerifyKnowledge.StudentUI/SystemVerifyKnowledge.StudentUI.csproj
377 строк
16 KB
Mikhail Motlokhov
Renamed all lib
07 июн 2021, 18:25
07 июн 2021, 18:25
dc4644b
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{4B863F7C-5DAC-49B6-8D7F-9AE84FBA75AB}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SystemVerifyKnowledge</RootNamespace> <AssemblyName>SystemVerifyKnowledge</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <IsWebBootstrapper>false</IsWebBootstrapper> <TargetFrameworkProfile /> <PublishUrl>W:\VisualStudio\ASKYZ v 2.0\Publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>false</MapFileExtensions> <ApplicationRevision>11</ApplicationRevision> <ApplicationVersion>2.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <PublishWizardCompleted>true</PublishWizardCompleted> <BootstrapperEnabled>false</BootstrapperEnabled> </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> <Prefer32Bit>false</Prefer32Bit> <UseVSHostingProcess>true</UseVSHostingProcess> </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> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <ManifestCertificateThumbprint>DBA0DE33D0E524C0F4BB7AE305E893BD452C5442</ManifestCertificateThumbprint> </PropertyGroup> <PropertyGroup> <ManifestKeyFile>Testing a person_TemporaryKey.pfx</ManifestKeyFile> </PropertyGroup> <PropertyGroup> <GenerateManifests>true</GenerateManifests> </PropertyGroup> <PropertyGroup> <TargetZone>LocalIntranet</TargetZone> </PropertyGroup> <PropertyGroup /> <PropertyGroup> <SignManifests>false</SignManifests> </PropertyGroup> <PropertyGroup> <SignAssembly>false</SignAssembly> </PropertyGroup> <PropertyGroup /> <PropertyGroup /> <PropertyGroup> <ApplicationIcon>images\Иконка.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup> <NoWin32Manifest>true</NoWin32Manifest> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.Office.Interop.Word.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="System" /> <Reference Include="System.Configuration.Install" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>..\packages\System.Drawing.Common.5.0.2\lib\net461\System.Drawing.Common.dll</HintPath> </Reference> <Reference Include="System.Management" /> <Reference Include="System.Messaging" /> <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.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="CustomDependencyInjection.cs" /> <Compile Include="Windows\AboutForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\AboutForm.Designer.cs"> <DependentUpon>AboutForm.cs</DependentUpon> </Compile> <Compile Include="Windows\AbstractForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\AbstractForm.Designer.cs"> <DependentUpon>AbstractForm.cs</DependentUpon> </Compile> <Compile Include="Windows\ChoseProgramGroup.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\ChoseProgramGroup.Designer.cs"> <DependentUpon>ChoseProgramGroup.cs</DependentUpon> </Compile> <Compile Include="Windows\InfoNoModalForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\InfoNoModalForm.Designer.cs"> <DependentUpon>InfoNoModalForm.cs</DependentUpon> </Compile> <Compile Include="Windows\ReportsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\ReportsForm.Designer.cs"> <DependentUpon>ReportsForm.cs</DependentUpon> </Compile> <Compile Include="Windows\RecoveryPasswordForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\RecoveryPasswordForm.Designer.cs"> <DependentUpon>RecoveryPasswordForm.cs</DependentUpon> </Compile> <Compile Include="Windows\HowToWorkForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\HowToWorkForm.Designer.cs"> <DependentUpon>HowToWorkForm.cs</DependentUpon> </Compile> <Compile Include="Windows\LicenseForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\LicenseForm.Designer.cs"> <DependentUpon>LicenseForm.cs</DependentUpon> </Compile> <Compile Include="Windows\ChoseTestForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\ChoseTestForm.Designer.cs"> <DependentUpon>ChoseTestForm.cs</DependentUpon> </Compile> <Compile Include="Windows\OptionsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\OptionsForm.Designer.cs"> <DependentUpon>OptionsForm.cs</DependentUpon> </Compile> <Compile Include="Windows\ChoseDirectionForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\ChoseDirectionForm.Designer.cs"> <DependentUpon>ChoseDirectionForm.cs</DependentUpon> </Compile> <Compile Include="Windows\RegistrationForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\RegistrationForm.Designer.cs"> <DependentUpon>RegistrationForm.cs</DependentUpon> </Compile> <Compile Include="Windows\ResultForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\ResultForm.Designer.cs"> <DependentUpon>ResultForm.cs</DependentUpon> </Compile> <Compile Include="Settings.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Windows\TestingForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\TestingForm.Designer.cs"> <DependentUpon>TestingForm.cs</DependentUpon> </Compile> <Compile Include="Windows\UserData.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Windows\UserData.Designer.cs"> <DependentUpon>UserData.cs</DependentUpon> </Compile> <EmbeddedResource Include="Windows\AboutForm.resx"> <DependentUpon>AboutForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\AbstractForm.resx"> <DependentUpon>AbstractForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\ChoseProgramGroup.resx"> <DependentUpon>ChoseProgramGroup.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\InfoNoModalForm.resx"> <DependentUpon>InfoNoModalForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\ReportsForm.resx"> <DependentUpon>ReportsForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\RecoveryPasswordForm.resx"> <DependentUpon>RecoveryPasswordForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\HowToWorkForm.resx"> <DependentUpon>HowToWorkForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Windows\LicenseForm.resx"> <DependentUpon>LicenseForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Windows\ChoseTestForm.resx"> <DependentUpon>ChoseTestForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\OptionsForm.resx"> <DependentUpon>OptionsForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\ChoseDirectionForm.resx"> <DependentUpon>ChoseDirectionForm.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="Windows\RegistrationForm.resx"> <DependentUpon>RegistrationForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\ResultForm.resx"> <DependentUpon>ResultForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\TestingForm.resx"> <DependentUpon>TestingForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Windows\UserData.resx"> <DependentUpon>UserData.cs</DependentUpon> </EmbeddedResource> <None Include="packages.config" /> <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> <BootstrapperPackage Include=".NETFramework,Version=v4.0"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4 %28x86 и x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.0,KB2468871"> <Visible>False</Visible> <ProductName>Платформа Microsoft .NET Framework 4 %28x86 и x64%29 и обновление платформы .NET Framework 4 %28KB2468871%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client"> <Visible>False</Visible> <ProductName>Клиентский профиль Microsoft .NET Framework 4 %28x86 и x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client,KB2468871"> <Visible>False</Visible> <ProductName>Платформа Microsoft .NET Framework 4 %28клиентский профиль%29 %28x86 и x64%29 и обновление платформы .NET Framework 4 %28KB2468871%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.5"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.5 %28x86 и x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.5.1"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.5.1 %28x86 и x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include=".NETFramework,Version=v4.6"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> <Visible>False</Visible> <ProductName>Windows Installer 4.5</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Content Include="connection.txt"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="DataOfEC.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <None Include="images\eye.png" /> <Content Include="images\Иконка.ico" /> <None Include="images\Значок3.png" /> <None Include="images\Кнопка.png" /> <None Include="images\Значок.png" /> <None Include="images\Фон.png" /> </ItemGroup> <ItemGroup> <WCFMetadata Include="Service References\" /> </ItemGroup> <ItemGroup> <PublishFile Include="images\Иконка.ico"> <Visible>False</Visible> <Group> </Group> <TargetPath> </TargetPath> <PublishState>Exclude</PublishState> <IncludeHash>True</IncludeHash> <FileType>File</FileType> </PublishFile> </ItemGroup> <ItemGroup> <Folder Include="Properties\DataSources\" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\SystemVerifyKnowledge.Common\SystemVerifyKnowledge.Common.csproj"> <Project>{08737b03-cf38-4d9f-b493-1cd92e9f39d1}</Project> <Name>SystemVerifyKnowledge.Common</Name> </ProjectReference> <ProjectReference Include="..\SystemVerifyKnowledge.CoreLib\SystemVerifyKnowledge.CoreLib.csproj"> <Project>{e824336c-fd96-4d0e-a678-b2a0d24fc7ce}</Project> <Name>SystemVerifyKnowledge.CoreLib</Name> </ProjectReference> <ProjectReference Include="..\SystemVerifyKnowledge.Database.Result\SystemVerifyKnowledge.Database.Result.csproj"> <Project>{d10ae359-4418-4402-bf98-7c44bc405e13}</Project> <Name>SystemVerifyKnowledge.Database.Result</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>