| 12345678910111213141516171819202122 |
- #include "stdafx.h"
- using namespace System;
- using namespace System::Reflection;
- using namespace System::Runtime::CompilerServices;
- using namespace System::Runtime::InteropServices;
- using namespace System::Security::Permissions;
- [assembly:AssemblyTitleAttribute(L"SparseVoxelTreePerformanceTest")];
- [assembly:AssemblyDescriptionAttribute(L"")];
- [assembly:AssemblyConfigurationAttribute(L"")];
- [assembly:AssemblyCompanyAttribute(L"HP Inc.")];
- [assembly:AssemblyProductAttribute(L"SparseVoxelTreePerformanceTest")];
- [assembly:AssemblyCopyrightAttribute(L"Copyright (c) HP Inc. 2018")];
- [assembly:AssemblyTrademarkAttribute(L"")];
- [assembly:AssemblyCultureAttribute(L"")];
- [assembly:AssemblyVersionAttribute("1.0.*")];
- [assembly:ComVisible(false)];
- [assembly:CLSCompliantAttribute(true)];
|