Xlinka / NeosPlus

NeosVR Plugin Extra Logix nodes and features
https://discord.gg/9QAaMtXwke
Other
29 stars 19 forks source link

"CopyToPlugin" build configuration doesn't work for me #151

Closed Nytra closed 10 months ago

Nytra commented 11 months ago

I would expect this config to copy the output DLL to the Neos Libraries folder but it doesn't copy anything.

Xlinka commented 11 months ago

ill look into it now since the source generators are not working either since some point.

Xlinka commented 10 months ago
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CopyToPlugin|AnyCPU'">
  <PostBuildEvent>echo Copying "$(TargetPath)" to "$(NeosPath)\Libraries"</PostBuildEvent>
  </PropertyGroup>

added a echo to it so we can debug it so if u run it now it should tell you where its putting it and we can figure out the solution.

Nytra commented 10 months ago

Just tested this and it doesn't seem to echo anything, which maybe means that this event isn't being triggered? My build config is CopyToPlugin with AnyCPU.

Frozenreflex commented 10 months ago

As far as I can tell, it never worked. If I recall correctly, someone added it to the base configuration and it made compiling impossible because it would always throw an error, so it was moved to it's own configuration. I vouch for completely removing it.