vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
40 stars 15 forks source link

Make sure EditShaders.sln always has the right version referenced #90

Closed tebjan closed 1 year ago

tebjan commented 2 years ago

set the $(Version) variable during the build... for example. otherwise, visual studio will show an error but the shader is valid, which should never happen.

joreg commented 1 year ago

EditShaders.csproj:

NuGet.config:

azeno commented 1 year ago

@antongit You can now safely use the VersionUtils.Current property while generating the project file. It now matches the nuget version of ours.

image