AssemblyInfo.cpp 1.6 KB

12345678910111213141516171819202122
  1. #include "stdafx.h"
  2. using namespace System;
  3. using namespace System::Reflection;
  4. using namespace System::Runtime::CompilerServices;
  5. using namespace System::Runtime::InteropServices;
  6. using namespace System::Security::Permissions;
  7. [assembly:AssemblyTitleAttribute(L"SparseVoxelTreePerformanceTest")];
  8. [assembly:AssemblyDescriptionAttribute(L"")];
  9. [assembly:AssemblyConfigurationAttribute(L"")];
  10. [assembly:AssemblyCompanyAttribute(L"HP Inc.")];
  11. [assembly:AssemblyProductAttribute(L"SparseVoxelTreePerformanceTest")];
  12. [assembly:AssemblyCopyrightAttribute(L"Copyright (c) HP Inc. 2018")];
  13. [assembly:AssemblyTrademarkAttribute(L"")];
  14. [assembly:AssemblyCultureAttribute(L"")];
  15. [assembly:AssemblyVersionAttribute("1.0.*")];
  16. [assembly:ComVisible(false)];
  17. [assembly:CLSCompliantAttribute(true)];