Skip to content

Commit

Permalink
Reorganize VS Project
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 22, 2020
1 parent 1afe60d commit b4bbba4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion iRacingReplayDirector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<ManifestKeyFile>iRacingReplayDirector_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
Expand All @@ -89,6 +89,9 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>iRacingReplayDirector_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<PostBuildEvent>mkdir $(SolutionDir)\bin\x64\Debug\plugins\iRacingDirector.Plugin.StandardOverlays
copy $(TargetDir)\iRacingDirector.Plugin.StandardOverlays.* $(SolutionDir)\bin\x64\Debug\plugins\iRacingDirector.Plugin.StandardOverlays
copy $(TargetDir)\iRacingDirector.Plugin.Support.* $(SolutionDir)\bin\x64\Debug\plugins\iRacingDirector.Plugin.StandardOverlays
copy $(TargetDir)\iRacingDirector.Plugin.Support.* $(SolutionDir)\bin\x64\Debug\plugins\JockeOverlays\iRacingDirector.Plugin.StandardOverlays
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit b4bbba4

Please sign in to comment.