Files correlati : build Commento : Rimosso parametro obsoleto "<BrowseInformation>true</BrowseInformation>" utilizzato dalle versioni precedenti di VS Studio, adesso c'è intellisense. Che sia questo il motivo per cui alcune funzioni non vengono collegate correttamente?
8 lines
453 B
XML
8 lines
453 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerCommandArguments>-0 /uADMIN</LocalDebuggerCommandArguments>
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
</Project> |