/
dikbsd
/
SharpFBTools
Обзор
Документация
Войти
/
dikbsd
/
SharpFBTools
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Source/Options/Options.csproj
85 строк
4 KB
Vadim Kuznetsov (dikbsd)
~Сделан откат кода программы обратно на .Net FrameWork.
24 май 2023, 17:50
24 май 2023, 17:50
c37d89a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectGuid>{D7293D25-BBFD-4EE2-BA90-644F44FB6816}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <OutputType>Library</OutputType> <RootNamespace>Options</RootNamespace> <AssemblyName>Options</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\vadim\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> <TargetFrameworkProfile /> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <NoStdLib>False</NoStdLib> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> <IntermediateOutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\obj\$(Configuration)\</IntermediateOutputPath> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Debug\</OutputPath> <DebugSymbols>True</DebugSymbols> <DebugType>Full</DebugType> <Optimize>False</Optimize> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <DefineConstants>DEBUG;TRACE</DefineConstants> <BaseIntermediateOutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\obj\</BaseIntermediateOutputPath> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Release\</OutputPath> <DebugSymbols>False</DebugSymbols> <DebugType>None</DebugType> <Optimize>True</Optimize> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <DefineConstants>TRACE</DefineConstants> <BaseIntermediateOutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\obj\</BaseIntermediateOutputPath> </PropertyGroup> <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> <BaseAddress>4194304</BaseAddress> <PlatformTarget>AnyCPU</PlatformTarget> <RegisterForComInterop>False</RegisterForComInterop> <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> <FileAlignment>4096</FileAlignment> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Release\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Debug\</OutputPath> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> <ItemGroup> <Reference Include="Microsoft.CSharp"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="System" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> </ItemGroup> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> <Compile Include="OptionsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="OptionsForm.Designer.cs"> <DependentUpon>OptionsForm.cs</DependentUpon> </Compile> <EmbeddedResource Include="OptionsForm.resx"> <DependentUpon>OptionsForm.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Core\Core.csproj"> <Project>{FA3B42AA-118C-4B64-84BC-A548048614B8}</Project> <Name>Core</Name> </ProjectReference> <ProjectReference Include="..\Settings\Settings.csproj"> <Project>{6B89BF4B-6D6C-4948-AA21-53A61D22052F}</Project> <Name>Settings</Name> </ProjectReference> </ItemGroup> </Project>