Skip to content

Commit fee60f9

Browse files
committed
Fix pulsepal plugin file missing on windows project
1 parent cc129c3 commit fee60f9

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

Builds/VisualStudio2013/Plugins/PulsePalOutput/PulsePalOutput.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<ItemGroup>
121121
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\OpenEphysLib.cpp" />
122122
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutput.cpp" />
123+
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputCanvas.cpp" />
123124
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputEditor.cpp" />
124125
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\serial\PulsePal.cpp" />
125126
</ItemGroup>

Builds/VisualStudio2013/Plugins/PulsePalOutput/PulsePalOutput.vcxproj.filters

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">
@@ -24,15 +24,15 @@
2424
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutput.cpp">
2525
<Filter>Source Files</Filter>
2626
</ClCompile>
27-
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputCanvas.cpp">
28-
<Filter>Source Files</Filter>
29-
</ClCompile>
3027
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputEditor.cpp">
3128
<Filter>Source Files</Filter>
3229
</ClCompile>
3330
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\serial\PulsePal.cpp">
3431
<Filter>Source Files\serial</Filter>
3532
</ClCompile>
33+
<ClCompile Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputCanvas.cpp">
34+
<Filter>Source Files</Filter>
35+
</ClCompile>
3636
</ItemGroup>
3737
<ItemGroup>
3838
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutput.h">
@@ -41,11 +41,8 @@
4141
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputEditor.h">
4242
<Filter>Source Files</Filter>
4343
</ClInclude>
44-
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\PulsePalOutputCanvas.h">
45-
<Filter>Source Files</Filter>
46-
</ClInclude>
4744
<ClInclude Include="..\..\..\..\Source\Plugins\PulsePalOutput\serial\PulsePal.h">
4845
<Filter>Source Files\serial</Filter>
4946
</ClInclude>
5047
</ItemGroup>
51-
</Project>
48+
</Project>

0 commit comments

Comments
 (0)