Alice
Extracting values from external data files for a property in `.csproj`?
we are working on mod setup for a unity game installed through steam so we need to import game DLLs from steam library.
we wrote a C# snippet that seems to perform that task correctly:
but porting it to the
<PropertyGroup>
is proving to be a challenge, as trying to use that code in an inline task throws an error on input parameter property as soon as we add output property, and using repeated re-definition of <InstallLibrary>
does not yield desired result either (and we don't know how to see what we are actually getting, as adding a target before Build with a Message with property value does not seem to output anything)12 replies