Skip to content

Commit

Permalink
manually set assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
K97i committed Aug 8, 2024
1 parent 614e316 commit d13bafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/specify_client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE;NORING</DefineConstants>
<AssemblyName>specify_client_noring0</AssemblyName>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32bit>false</Prefer32bit>
<ApplicationManifest>app.manifest</ApplicationManifest>
<OutputPath>bin\Release\NoRing0\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<PlatformTarget>x64</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down

0 comments on commit d13bafb

Please sign in to comment.