Skip to content

Commit

Permalink
Merge pull request #70 from forderud/DummyLoader.redist.targets-typos
Browse files Browse the repository at this point in the history
Fix typos in DummyLoader.redist.targets
  • Loading branch information
forderud authored Apr 12, 2018
2 parents 23bdfdf + d2bd315 commit 53c0d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackagingGE/DummyLoader.redist.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)bin\x64\Release\DummyLoader.dll" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)bin\x64\Release\DummyLoader.pdb" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug' And ('$(Platform)' == 'Win32'">
<ItemGroup Condition="'$(Configuration)' == 'Debug' And '$(Platform)' == 'Win32'">
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)bin\Win32\Debug\DummyLoaderD.dll" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)bin\Win32\Debug\DummyLoaderD.pdb" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release' And ('$(Platform)' == 'Win32'">
<ItemGroup Condition="'$(Configuration)' == 'Release' And '$(Platform)' == 'Win32'">
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)bin\Win32\Release\DummyLoader.dll" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)bin\Win32\Release\DummyLoader.pdb" />
</ItemGroup>
Expand Down

0 comments on commit 53c0d94

Please sign in to comment.