Skip to content

Commit

Permalink
update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
xhabit committed Jul 4, 2024
1 parent 0e0de9e commit ef34818
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions XIVSlothComboX/XIVSlothComboX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
<Product>XIVSlothComboX</Product>
</PropertyGroup>

<!-- <PropertyGroup Condition="'$(Configuration)' == 'Release'">-->
<!-- <TargetFramework>net8.0-windows</TargetFramework>-->
<!-- <Platforms>x64</Platforms>-->
<!-- <Nullable>enable</Nullable>-->
<!-- <LangVersion>latest</LangVersion>-->
<!-- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>-->
<!-- <ProduceReferenceAssembly>false</ProduceReferenceAssembly>-->
<!-- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>-->
<!-- <OutputPath>..\release</OutputPath>-->
<!-- <NoWarn>CS1591</NoWarn>-->
<!-- </PropertyGroup>-->

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TargetFramework>net8.0-windows</TargetFramework>-->
<TargetFramework>net8.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>bin\Release</OutputPath>
<OutputPath>..\release</OutputPath>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>

<!-- <PropertyGroup Condition="'$(Configuration)' == 'Release'">-->
<!-- <TargetFramework>net8.0-windows</TargetFramework>&ndash;&gt;-->
<!-- <Platforms>x64</Platforms>-->
<!-- <Nullable>enable</Nullable>-->
<!-- <LangVersion>preview</LangVersion>-->
<!-- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>-->
<!-- <ProduceReferenceAssembly>false</ProduceReferenceAssembly>-->
<!-- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>-->
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>-->
<!-- <OutputPath>bin\Release</OutputPath>-->
<!-- <NoWarn>CS1591</NoWarn>-->
<!-- </PropertyGroup>-->

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TargetFramework>net8.0-windows</TargetFramework>
<Platforms>x64</Platforms>
Expand Down

0 comments on commit ef34818

Please sign in to comment.