diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-18 16:59:16 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-18 16:59:16 +1000 |
| commit | ab46387d4d02e30b171a7c2fa07947b41ec691a0 (patch) | |
| tree | 0e3311e320de78476917e073d4f2ef954624a24a /PowerShell.csproj.orig | |
| parent | 7b17bd8ef7ee8b3391fea3bf7a9e1866be92e81b (diff) | |
Diffstat (limited to 'PowerShell.csproj.orig')
| -rw-r--r-- | PowerShell.csproj.orig | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/PowerShell.csproj.orig b/PowerShell.csproj.orig new file mode 100644 index 0000000..a060f40 --- /dev/null +++ b/PowerShell.csproj.orig @@ -0,0 +1,64 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + <AssemblyName>HyperBooru.PowerShell</AssemblyName> + <RootNamespace>HyperBooru.PowerShell</RootNamespace> + <FileVersion>$(AssemblyVersion)</FileVersion> + <AssemblyTitle>HyperBooru.PowerShell</AssemblyTitle> + <Authors>Jake Mannens</Authors> +<<<<<<< HEAD + <Version>0.17-alpha</Version> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.44.2"> + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> + <PrivateAssets>all</PrivateAssets> + </PackageReference> +======= + <Version>0.16-alpha</Version> + </PropertyGroup> + + <ItemGroup> +>>>>>>> 24f3c46 (Disable PDB file generation on release builds) + <PackageReference Include="PowerShellStandard.Library" Version="5.1.1" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\ApiClient\ApiClient.csproj" /> + </ItemGroup> +<<<<<<< HEAD + + <ItemGroup> + <None Update="HyperBooru.psd1"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + </ItemGroup> + + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> + <DebugType>None</DebugType> + <DebugSymbols>false</DebugSymbols> + </PropertyGroup> + + <PropertyGroup> + <ILRepackMerge>true</ILRepackMerge> + <ILRepackOutputFile>$(OutputPath)\HyperBooru.PowerShell.dll</ILRepackOutputFile> + </PropertyGroup> +======= +>>>>>>> 24f3c46 (Disable PDB file generation on release builds) + + <ItemGroup> + <None Update="HyperBooru.psd1"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + </ItemGroup> + + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> + <DebugType>None</DebugType> + <DebugSymbols>false</DebugSymbols> + </PropertyGroup> + +</Project> |
