mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
VS: Added support for VS package references for nuget
This commit is contained in:
@@ -72,6 +72,9 @@ private:
|
||||
void WriteExcludeFromBuild(Elem& e2,
|
||||
std::vector<size_t> const& exclude_configs);
|
||||
void WriteAllSources(Elem& e0);
|
||||
void WritePackageReferences(Elem& e0);
|
||||
void WritePackageReference(Elem& e1, std::string const& ref,
|
||||
std::string const& version);
|
||||
void WriteDotNetReferences(Elem& e0);
|
||||
void WriteDotNetReference(Elem& e1, std::string const& ref,
|
||||
std::string const& hint,
|
||||
|
||||
Reference in New Issue
Block a user