Any way to get this to work with C++ DLL projects, or C++ projects for that matter? I edited the project file to include ``` <ItemGroup> <None Include="Version.tt"> <Generator>TextTemplatingFileGenerator</Generator> <LastGenOutput>Version.h</LastGenOutput> </None> </ItemGroup> ``` But it still does nothing...
Any way to get this to work with C++ DLL projects, or C++ projects for that matter?
I edited the project file to include
But it still does nothing...