Skip to content

Commit

Permalink
Resolve warnings for non unique NuGet assembly references
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 22, 2020
1 parent 265f134 commit 1afe60d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 396 deletions.
11 changes: 9 additions & 2 deletions iRacingReplayDirector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -31,7 +32,6 @@
<SuiteName>iRacing Apps</SuiteName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.2.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand All @@ -47,6 +47,7 @@
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<Prefer32Bit>false</Prefer32Bit>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<Optimize>false</Optimize>
Expand Down Expand Up @@ -80,7 +81,13 @@
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>iRacingReplayDirector_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
Expand Down
7 changes: 0 additions & 7 deletions iRacingReplayOverlay.net.Tests.nunit

This file was deleted.

Loading

0 comments on commit 1afe60d

Please sign in to comment.