diff --git a/Principia.sln b/Principia.sln index f7acb4e546..26f9026959 100644 --- a/Principia.sln +++ b/Principia.sln @@ -10,7 +10,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "quantities", "quantities\qu EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project Property Sheets", "Project Property Sheets", "{E12187B5-1432-4401-B671-FC3E06256CFD}" ProjectSection(SolutionItems) = preProject - generate_version_header.props = generate_version_header.props + generate_version_translation_unit.props = generate_version_translation_unit.props google_benchmark.props = google_benchmark.props google_glog.props = google_glog.props google_googlemock_main.props = google_googlemock_main.props diff --git a/generate_version_header.props b/generate_version_translation_unit.props similarity index 100% rename from generate_version_header.props rename to generate_version_translation_unit.props