linker working, application launches. but need a more formal copy files build phase

This commit is contained in:
Birch-san
2018-06-14 01:18:58 +01:00
parent 02e43baca9
commit 58ce13b688
19 changed files with 17 additions and 2 deletions

View File

@ -139,6 +139,7 @@
</Bscmake>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\Source\BankAndPreset.cpp" />
<ClCompile Include="..\..\Source\FilePicker.cpp" />
<ClCompile Include="..\..\Source\FluidSynthModel.cpp" />
<ClCompile Include="..\..\Source\MyColours.cpp" />
@ -1887,6 +1888,8 @@
<ClCompile Include="..\..\JuceLibraryCode\include_juce_video.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Source\BankAndPreset.h" />
<ClInclude Include="..\..\Source\ExposesComponents.h" />
<ClInclude Include="..\..\Source\FilePicker.h" />
<ClInclude Include="..\..\Source\FilePickerFragment.h" />
<ClInclude Include="..\..\Source\FluidSynthModel.h" />