This commit is contained in:
Dobromir Popov
2025-09-17 14:51:41 +03:00
parent f907cbf795
commit ba84cd3869
4 changed files with 4 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ Global
SolutionGuid = {12345678-1234-5678-9ABC-DEF123456789} SolutionGuid = {12345678-1234-5678-9ABC-DEF123456789}
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal

View File

@@ -112,3 +112,4 @@
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 12.5.targets" /> <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 12.5.targets" />
</ImportGroup> </ImportGroup>
</Project> </Project>

View File

@@ -54,3 +54,4 @@
</None> </None>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -83,3 +83,4 @@ int main(int argc, char* argv[]) {
printf("\nTest completed successfully!\n"); printf("\nTest completed successfully!\n");
return 0; return 0;
} }