0

This question is related to this one. But, when going to the properties manager ("View > Other Windows > Property Manager"):

properties1

and selecting "Add New Project Property Sheet...":

properties2

the property files is exported but its contents are:

<?xml version="1.0" encoding="utf-8"?> 
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup />
  <ItemDefinitionGroup />
  <ItemGroup />
</Project>

Where are the build flags set (I need a custom build with optimizations, incremental linking, aslr and dep all disabled)? These custom settings are present in the above figure in project "ExampleSubroutine1" and I want to make use of them, also in project "SingleLocalVariable", but importing the properties file in "SingleLocalVariable" does not set the respective build flags.

Why?

The following settings are present in "ExampleSubroutine1":

properties3

while defaults are kept in "SingleLocalVariable" even though I've imported the properties sheet from "ExampleSubroutine1":

properties4

I am using the same build configuration for all projects (Debug x64):

enter image description here

Community
  • 1
  • 1
Sebi
  • 4,262
  • 13
  • 60
  • 116

0 Answers0