Skip to content

Commit

Permalink
Fix assembly warnings during build
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 22, 2020
1 parent b4bbba4 commit 6693b33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
7 changes: 3 additions & 4 deletions Tester/Tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@
<PackageReference Include="iRacingSDK">
<Version>1.0.0.43</Version>
</PackageReference>

<PackageReference Include="YamlDotNet">
<Version>5.3.1</Version>
</PackageReference>
<ProjectReference Include="..\iRacingReplayDirector.csproj">
<Project>{ff13a533-25a3-4238-a412-45b39e7844f6}</Project>
<Name>iRacingReplayDirector</Name>
</ProjectReference>

</ItemGroup>


<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
1 change: 1 addition & 0 deletions iRacingReplayDirectorApps.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "iRacingSDK.Net\Sa
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tester", "Tester\Tester.csproj", "{7D205FCC-6CE6-49B3-8012-DC14ED9924D1}"
ProjectSection(ProjectDependencies) = postProject
{5422AE20-F220-4BE1-9E61-5296981ABB5C} = {5422AE20-F220-4BE1-9E61-5296981ABB5C}
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18} = {E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}
EndProjectSection
EndProject
Expand Down
6 changes: 0 additions & 6 deletions plugins/JockeOverlays/JockeOverlays.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@
<PropertyGroup Condition="Exists('.\..\..\packages')">
<PackagesFolder>.\..\..\packages\</PackagesFolder>
</PropertyGroup>
<ItemGroup>
<Reference Include="YamlDotNet, Version=2.0.1.20271, Culture=neutral, PublicKeyToken=2b53052c5884d7a1, processorArchitecture=MSIL">
<HintPath>$(PackagesFolder)YamlDotNet.3.1.1\lib\net35\YamlDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<PropertyGroup>
<SupportProject Condition="Exists('..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj')">..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj</SupportProject>
<SupportProject Condition="Exists('..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj')">..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj</SupportProject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@
<PropertyGroup Condition="Exists('.\..\..\packages')">
<PackagesFolder>.\..\..\packages\</PackagesFolder>
</PropertyGroup>
<ItemGroup>
<Reference Include="YamlDotNet, Version=2.0.1.20271, Culture=neutral, PublicKeyToken=2b53052c5884d7a1, processorArchitecture=MSIL">
<HintPath>$(PackagesFolder)YamlDotNet.3.1.1\lib\net35\YamlDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>

<PropertyGroup>
<SupportProject Condition="Exists('..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj')">..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj</SupportProject>
<SupportProject Condition="Exists('..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj')">..\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj</SupportProject>
Expand Down Expand Up @@ -86,7 +81,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="tools\package.cmd" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 6693b33

Please sign in to comment.