/
i-savelev
/
PluginsManager
Обзор
Документация
Войти
/
i-savelev
/
PluginsManager
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Build/Build.csproj
84 строки
5 KB
i-savelev
fix
01 апр 2025, 19:17
01 апр 2025, 19:17
76f6f28
Код
Авторство
О чём код?
<?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>{415691B0-1282-47A8-A717-F24C3E58B824}</ProjectGuid> <OutputType>Exe</OutputType> <RootNamespace>Build</RootNamespace> <AssemblyName>Build</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <Deterministic>true</Deterministic> <NuGetPackageImportStamp> </NuGetPackageImportStamp> </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> <StartupObject>Build.Installer</StartupObject> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build|AnyCPU'"> <OutputPath>bin\Build\</OutputPath> </PropertyGroup> <ItemGroup> <Reference Include="BootstrapperCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad, processorArchitecture=MSIL"> <HintPath>..\packages\WixSharp.bin.1.26.0\lib\net462\BootstrapperCore.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="Microsoft.Deployment.WindowsInstaller, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad, processorArchitecture=MSIL"> <HintPath>..\packages\WixSharp.bin.1.26.0\lib\net462\Microsoft.Deployment.WindowsInstaller.dll</HintPath> <Private>True</Private> </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.Net.Http" /> <Reference Include="System.Xml" /> <Reference Include="WixSharp, Version=1.26.0.0, Culture=neutral, PublicKeyToken=3775edd25acc43c2, processorArchitecture=MSIL"> <HintPath>..\packages\WixSharp.bin.1.26.0\lib\net462\WixSharp.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="WixSharp.Msi, Version=1.26.0.0, Culture=neutral, PublicKeyToken=3775edd25acc43c2, processorArchitecture=MSIL"> <HintPath>..\packages\WixSharp.bin.1.26.0\lib\net462\WixSharp.Msi.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="WixSharp.UI, Version=1.26.0.0, Culture=neutral, PublicKeyToken=3775edd25acc43c2, processorArchitecture=MSIL"> <HintPath>..\packages\WixSharp.bin.1.26.0\lib\net462\WixSharp.UI.dll</HintPath> <Private>True</Private> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Properties.cs" /> <Compile Include="Installer.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <None Include="wix\$(ProjectName).g.wxs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\WixSharp.bin.1.26.0\build\WixSharp.bin.targets" Condition="Exists('..\packages\WixSharp.bin.1.26.0\build\WixSharp.bin.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText> </PropertyGroup> <Error Condition="!Exists('..\packages\WixSharp.bin.1.26.0\build\WixSharp.bin.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\WixSharp.bin.1.26.0\build\WixSharp.bin.targets'))" /> <Error Condition="!Exists('..\packages\WixSharp.1.26.0\build\WixSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\WixSharp.1.26.0\build\WixSharp.targets'))" /> </Target> <Import Project="..\packages\WixSharp.1.26.0\build\WixSharp.targets" Condition="Exists('..\packages\WixSharp.1.26.0\build\WixSharp.targets')" /> </Project>