aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-05 21:02:24 -0300
committerGitHub <noreply@github.com>2022-01-05 21:02:24 -0300
commit1a5f749fa1f0484696d0293c0b4b30b4608e198e (patch)
tree79087aab59c7eddbcf9e37d0fb249f268de7672f /NorthstarDedicatedTest
parent753dda6231bbb2adf585bbc916c0b220e816fcdc (diff)
parentf23b97708d02e55cdaf6cde11fe003e176d62a85 (diff)
downloadNorthstarLauncher-1a5f749fa1f0484696d0293c0b4b30b4608e198e.tar.gz
NorthstarLauncher-1a5f749fa1f0484696d0293c0b4b30b4608e198e.zip
Merge pull request #37 from JJRcop/attribution
Add legal notices file to builds
Diffstat (limited to 'NorthstarDedicatedTest')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj5
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>