summaryrefslogtreecommitdiff
path: root/PowerShell.csproj.orig
diff options
context:
space:
mode:
Diffstat (limited to 'PowerShell.csproj.orig')
-rw-r--r--PowerShell.csproj.orig64
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>