RudyJapanHero
Having Trouble setting Outputpath for FrostyHash.vcxproj
I'm not entirely sure where to set the output path in the vcxproj due to it looking different to the cproj's and need some help figuring out how to set up the outputpaths for it so i can compile the dll
this is the error i am getting trying
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore...
All projects are up-to-date for restore.
C:\Program Files\dotnet\sdk\8.0.101\Microsoft.Common.CurrentVersion.targets(832,5): error : The BaseOutputPath/OutputPath property is not set for project 'FrostyHash.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='Win32'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [F:\FrostyHash\FrostyHash.vcxproj]
Build FAILED.
C:\Program Files\dotnet\sdk\8.0.101\Microsoft.Common.CurrentVersion.targets(832,5): error : The BaseOutputPath/OutputPath property is not set for project 'FrostyHash.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='Win32'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [F:\FrostyHash\FrostyHash.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:04.03
i hope reading the vcxproj can help understand the issue and hope you can provide an example for how to set it
16 replies
"The BaseOutputPath/OutputPath property is not set for project 'FrostyModSupport.csproj'"
I've been having trouble to turn AssetBankPlugin.csproj into a dll file and have been having the same 5 errors and not really sure on how to fix it, I mainly need help on how to set the output path in each of the csprojs in order to compile into a dll file
14 replies