diff options
author | Barichello <artur@barichello.me> | 2022-01-05 21:02:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 21:02:24 -0300 |
commit | 1a5f749fa1f0484696d0293c0b4b30b4608e198e (patch) | |
tree | 79087aab59c7eddbcf9e37d0fb249f268de7672f /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | 753dda6231bbb2adf585bbc916c0b220e816fcdc (diff) | |
parent | f23b97708d02e55cdaf6cde11fe003e176d62a85 (diff) | |
download | NorthstarLauncher-1a5f749fa1f0484696d0293c0b4b30b4608e198e.tar.gz NorthstarLauncher-1a5f749fa1f0484696d0293c0b4b30b4608e198e.zip |
Merge pull request #37 from JJRcop/attribution
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> |