Move RTSSSharedMemoryNET to CommonHelpers

This commit is contained in:
Kamil Trzciński 2022-11-15 21:09:14 +01:00
parent f9572edc79
commit b442c6fadc
5 changed files with 37 additions and 8 deletions

View file

@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="RTSSSharedMemoryNET">
<HintPath>RTSSSharedMemoryNET.dll</HintPath>
<HintPath>..\CommonHelpers\RTSSSharedMemoryNET.dll</HintPath>
</Reference>
</ItemGroup>
@ -58,9 +58,6 @@
</ItemGroup>
<ItemGroup>
<None Update="RTSSSharedMemoryNET.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>