Skip to content

Commit

Permalink
added prebuild event for copying the icon to bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
steaklive committed Jan 4, 2024
1 parent 13d5f09 commit 77e1821
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
<Command>copy /Y "$(SolutionDir)\external\JsonCpp\lib\$(Configuration)\jsoncpp.dll" "$(SolutionDir)\bin\x64\dx11\$(Configuration)\"
copy /Y "$(SolutionDir)\external\Assimp\lib\x64\assimp-vc141-mtd.dll" "$(SolutionDir)\bin\x64\dx11\$(Configuration)\"</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>copy /Y "$(SolutionDir)\source\everyray.ico" "$(SolutionDir)\bin\x64\dx11\"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand Down Expand Up @@ -194,6 +197,9 @@ copy /Y "$(SolutionDir)\external\Assimp\lib\x64\assimp-vc141-mtd.dll" "$(Solutio
<Command>copy /Y "$(SolutionDir)\external\JsonCpp\lib\$(Configuration)\jsoncpp.dll" "$(SolutionDir)\bin\x64\dx11\$(Configuration)\"
copy /Y "$(SolutionDir)\external\Assimp\lib\x64\assimp-vc141-mt.dll" "$(SolutionDir)\bin\x64\dx11\$(Configuration)\"</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>copy /Y "$(SolutionDir)\source\everyray.ico" "$(SolutionDir)\bin\x64\dx11\"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\external\ImGUI\imconfig.h" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
<Command>copy /Y "$(SolutionDir)\external\JsonCpp\lib\$(Configuration)\jsoncpp.dll" "$(SolutionDir)\bin\x64\dx12\$(Configuration)\"
copy /Y "$(SolutionDir)\external\Assimp\lib\x64\assimp-vc141-mtd.dll" "$(SolutionDir)\bin\x64\dx12\$(Configuration)\"</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>copy /Y "$(SolutionDir)\source\everyray.ico" "$(SolutionDir)\bin\x64\dx12\"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand Down Expand Up @@ -194,6 +197,9 @@ copy /Y "$(SolutionDir)\external\Assimp\lib\x64\assimp-vc141-mtd.dll" "$(Solutio
<Command>copy /Y "$(SolutionDir)\external\JsonCpp\lib\$(Configuration)\jsoncpp.dll" "$(SolutionDir)\bin\x64\dx12\$(Configuration)\"
copy /Y "$(SolutionDir)\external\Assimp\lib\x64\assimp-vc141-mt.dll" "$(SolutionDir)\bin\x64\dx12\$(Configuration)\"</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>copy /Y "$(SolutionDir)\source\everyray.ico" "$(SolutionDir)\bin\x64\dx12\"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\external\ImGUI\imconfig.h" />
Expand Down

0 comments on commit 77e1821

Please sign in to comment.