mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
Vs: disable unnecessary <ItemDefinitionGroups> for CSharp targets
This commit is contained in:
parent
d5f7bf9b2e
commit
54d42ce728
@ -3392,6 +3392,9 @@ void cmVisualStudio10TargetGenerator::WriteMidlOptions(
|
||||
|
||||
void cmVisualStudio10TargetGenerator::WriteItemDefinitionGroups()
|
||||
{
|
||||
if (this->ProjectType == csproj) {
|
||||
return;
|
||||
}
|
||||
for (std::vector<std::string>::const_iterator i =
|
||||
this->Configurations.begin();
|
||||
i != this->Configurations.end(); ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user