Skip to content

Commit

Permalink
Turn off assembly info generation
Browse files Browse the repository at this point in the history
  • Loading branch information
BiscuitUmU committed Jan 29, 2021
1 parent a9bc74b commit 17f876a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FantasyPlayer.Dalamud/FantasyPlayer.Dalamud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<Deterministic>false</Deterministic>
<OutputPath>bin\$(Configuration)\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions FantasyPlayer.Spotify/FantasyPlayer.Spotify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EmbedIO" Version="3.4.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down

0 comments on commit 17f876a

Please sign in to comment.