File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
</PropertyGroup >
98
98
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug Full|x64'" Label =" Configuration" >
99
99
<LinkIncremental >true</LinkIncremental >
100
- <TargetName >Cortex Command.debug.full </TargetName >
100
+ <TargetName >Cortex Command.profiling </TargetName >
101
101
<LocalDebuggerWorkingDirectory >$(OutDir)</LocalDebuggerWorkingDirectory >
102
102
<DebuggerFlavor >WindowsLocalDebugger</DebuggerFlavor >
103
103
</PropertyGroup >
123
123
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Profiling|Win32'" Label =" Configuration" >
124
124
<WholeProgramOptimization >true</WholeProgramOptimization >
125
125
<LinkIncremental >false</LinkIncremental >
126
- <TargetName >Cortex Command.debug.release .x86</TargetName >
126
+ <TargetName >Cortex Command.profiling .x86</TargetName >
127
127
<LocalDebuggerWorkingDirectory >$(OutDir)</LocalDebuggerWorkingDirectory >
128
128
<DebuggerFlavor >WindowsLocalDebugger</DebuggerFlavor >
129
129
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments