Skip to content

Commit

Permalink
add: bof to palette list in vs project file
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Oct 23, 2023
1 parent face1f9 commit 3f96e8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Fractals/Fractals.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\palettes</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\palettes</DestinationFolders>
</CopyFileToFolders>
<CopyFileToFolders Include="..\src\palettes\bof.json">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<FileType>Document</FileType>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\palettes</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\palettes</DestinationFolders>
</CopyFileToFolders>
<CopyFileToFolders Include="..\src\palettes\cividis.json">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<FileType>Document</FileType>
Expand Down

0 comments on commit 3f96e8a

Please sign in to comment.