stigzler
stigzler
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
Good idea - I'll give that a go at some point - thanks for all your help
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
Without a doubt
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
oh no - I'm a hobby coder - just for silly retro gaming apps + plugins
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
Yeah - cheers ero - as I thought
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
<Reference Include="ImageListView">
<HintPath>..\..\..\..\..\2.ThirdParty\oozcitak\OfficialForks\imagelistview\ImageListView\bin\Debug without WPF\ImageListView.dll</HintPath>
</Reference>
<Reference Include="ImageListView">
<HintPath>..\..\..\..\..\2.ThirdParty\oozcitak\OfficialForks\imagelistview\ImageListView\bin\Debug without WPF\ImageListView.dll</HintPath>
</Reference>
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
No description
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
apols - was afk. But Version property does populate in Framework applications, as per attachment. ImageListView is a locally built and referenced assembly. Think I'll just put all this down to MS going increasingly backwards as ever before it goes forwards....
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
thanks for your help - will post on SO
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
guess it might be a job for SO
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
Yeah - aware of this, but looking for solution with 'raw' referencing rather than through nuget
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
because Winforms.Base is re-used across many different solutions/projects.
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
no - not in same solution
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
Huh? If I go through the route above, I can only browse to "Component Files" (exe or dlls etc) - there is no facility to essentially refernce an external project
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
No description
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
what? Sorry - I don't understand your question - projects reference dlls, right?
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where does the "Version" value come from in a dll's properties in Visual Studio?
OK - so stigzler.Utilities.Base.TestUI references stigzler.Winforms.Base. The file properties screenie is for stigzler.Winforms.Base in the stigzler.Utilities.Base.TestUI\bin\Debug\net8.0-windows folder (and shows the correct Version numbers as built in the stigzler.Winforms.Base codebase). The first screenshot is the properties panel for the reference for stigzler.Winforms.Base in stigzler.Utilities.Base.TestUI. Reason it matters is because I'm doing a huge upgrade task with multi-layer dependencies, so would rather be able to check at a glance in VS what version of a dll it is using rather than having to go in and manually inspect each dll file.
50 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where are Build variables stored with .net Visual Studio Project Properties?
thanks for your help
24 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where are Build variables stored with .net Visual Studio Project Properties?
always knew this transition from framework to .net was goign to be a bumpy ride!
24 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where are Build variables stored with .net Visual Studio Project Properties?
it was set to false for some reason 🤷
24 replies
CC#
Created by stigzler on 2/14/2025 in #help
Where are Build variables stored with .net Visual Studio Project Properties?
aha - had to change to this: <GenerateAssemblyInfo>true</GenerateAssemblyInfo>
24 replies