Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Windows build #1238

Merged
Prev Previous commit
Next Next commit
Update plugins.vcxproj
  • Loading branch information
VeithMetro committed Feb 15, 2023
commit 16dfa193d2660978d573fd78e6170ddca613a69a
3 changes: 2 additions & 1 deletion Source/plugins/plugins.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<ClInclude Include="Channel.h" />
<ClInclude Include="Config.h" />
<ClInclude Include="Configuration.h" />
<ClInclude Include="IDispatcher.h" />
<ClInclude Include="IPlugin.h" />
<ClInclude Include="IRemoteInstantiation.h" />
<ClInclude Include="IShell.h" />
Expand Down Expand Up @@ -229,4 +230,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>