/
dikbsd
/
SharpFBTools
Обзор
Документация
Войти
/
dikbsd
/
SharpFBTools
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Source/Main/SharpFBTools.csproj
195 строк
9 KB
Vadim Kuznetsov (dikbsd)
~Сделан откат кода программы обратно на .Net FrameWork.
24 май 2023, 17:50
24 май 2023, 17:50
c37d89a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <ProjectGuid>{6C84B4EA-9903-494D-BB93-91E192B9FB22}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <OutputType>WinExe</OutputType> <RootNamespace>Main</RootNamespace> <AssemblyName>SharpFBTools</AssemblyName> <ApplicationIcon>..\..\Images\app.ico</ApplicationIcon> <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\VadimK\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <NoStdLib>False</NoStdLib> <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkProfile /> <NoWin32Manifest>False</NoWin32Manifest> <SignAssembly>False</SignAssembly> <DelaySign>False</DelaySign> <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> <IntermediateOutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\obj\$(Configuration)\</IntermediateOutputPath> <RunCodeAnalysis>False</RunCodeAnalysis> <IsWebBootstrapper>false</IsWebBootstrapper> <PublishUrl>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>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> <NuGetPackageImportStamp> </NuGetPackageImportStamp> </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> <StartAction>Project</StartAction> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Release\</OutputPath> <DebugSymbols>false</DebugSymbols> <DebugType>None</DebugType> <Optimize>True</Optimize> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <DefineConstants>TRACE</DefineConstants> <BaseIntermediateOutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\obj\</BaseIntermediateOutputPath> <StartAction>Project</StartAction> </PropertyGroup> <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> <RegisterForComInterop>False</RegisterForComInterop> <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> <BaseAddress>4194304</BaseAddress> <PlatformTarget>AnyCPU</PlatformTarget> <FileAlignment>4096</FileAlignment> <Prefer32Bit>False</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Platform)' == '32bit' " /> <PropertyGroup Condition=" '$(Platform)' == '64bit' " /> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|64bit'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Release\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|64bit'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Debug\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Release\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|32bit'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Release\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|32bit'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Debug\</OutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <OutputPath>..\..\..\..\MSVisualStudioBuild\SharpFBTools\bin\Debug\</OutputPath> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> <ItemGroup> <Reference Include="ICSharpCode.SharpZipLib"> <HintPath>..\SharpZipLib\ICSharpCode.SharpZipLib.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data.DataSetExtensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <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="AppAssembly.cs" /> <Compile Include="AssemblyInfo.cs" /> <Compile Include="MainForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="MainImpl.cs" /> <Compile Include="Program.cs" /> <Compile Include="SharpFBTools.AssemblyInfo.cs" /> <Compile Include="Tools\SFBTpAbout.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Tools\SFBTpArchiveManager.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Tools\SFBTpFB2Corrector.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Tools\SFBTpFB2Corrector.Designer.cs"> <DependentUpon>SFBTpFB2Corrector.cs</DependentUpon> </Compile> <Compile Include="Tools\SFBTpFB2Dublicator.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Tools\SFBTpFB2Dublicator.Designer.cs"> <DependentUpon>SFBTpFB2Dublicator.resx</DependentUpon> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> </Compile> <Compile Include="Tools\SFBTpSorter.cs"> <SubType>UserControl</SubType> </Compile> <EmbeddedResource Include="MainForm.resx"> <DependentUpon>MainForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Tools\SFBTpAbout.resx"> <DependentUpon>SFBTpAbout.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Tools\SFBTpArchiveManager.resx"> <DependentUpon>SFBTpArchiveManager.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Tools\SFBTpFB2Corrector.resx"> <DependentUpon>SFBTpFB2Corrector.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Tools\SFBTpFB2Dublicator.resx"> <DependentUpon>SFBTpFB2Dublicator.cs</DependentUpon> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>SFBTpFB2Dublicator.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="Tools\SFBTpSorter.resx"> <DependentUpon>SFBTpSorter.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Core\Core.csproj"> <Project>{FA3B42AA-118C-4B64-84BC-A548048614B8}</Project> <Name>Core</Name> </ProjectReference> <ProjectReference Include="..\Options\Options.csproj"> <Project>{D7293D25-BBFD-4EE2-BA90-644F44FB6816}</Project> <Name>Options</Name> </ProjectReference> <ProjectReference Include="..\Settings\Settings.csproj"> <Project>{6B89BF4B-6D6C-4948-AA21-53A61D22052F}</Project> <Name>Settings</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="app.config" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Folder Include="Properties\" /> </ItemGroup> </Project>