diff options
author | Jonathan Rubenstein <jrubcop@gmail.com> | 2022-01-05 03:06:45 +0200 |
---|---|---|
committer | Jonathan Rubenstein <jrubcop@gmail.com> | 2022-01-05 03:06:45 +0200 |
commit | f23b97708d02e55cdaf6cde11fe003e176d62a85 (patch) | |
tree | 366ac1cfc9d9c807fc5c820bc99f9ca48251f6cb /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 6fcd21e42f6d6576a9a7aa98d75f03f0ad9b474d (diff) | |
download | NorthstarLauncher-f23b97708d02e55cdaf6cde11fe003e176d62a85.tar.gz NorthstarLauncher-f23b97708d02e55cdaf6cde11fe003e176d62a85.zip |
Add legal notices file to builds
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 299cf2ec..276fbab8 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -619,7 +619,10 @@ <None Include="include\openssl\x509_vfy.h.in" /> <None Include="include\spdlog\fmt\bundled\LICENSE.rst" /> </ItemGroup> + <ItemGroup> + <None Include="..\Northstar-Legal.txt" CopyToOutputDirectory="PreserveNewest" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |