Skip to content

Commit

Permalink
Changes to project files to make all projects compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 22, 2020
1 parent b2e289c commit 265f134
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions Tester/Tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFrameworkProfile />
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<Optimize>false</Optimize>
Expand Down Expand Up @@ -44,17 +44,19 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\iRacingReplayDirector.csproj">
<Project>{ff13a533-25a3-4238-a412-45b39e7844f6}</Project>
<Name>iRacingSDK</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="iRacingSDK">
<Version>1.0.0.43</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
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</ProjectReference>
<ProjectReference Include="..\..\iRacingReplayDirector.csproj">
<Project>{ff13a533-25a3-4238-a412-45b39e7844f6}</Project>
<Name>iRacingSDK</Name>
<Name>iRacingReplayDirector</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 265f134

Please sign in to comment.