Since upgrading to VS2015, I'm getting a new one of these every time I open one of our solutions:
"C:\Users\steve\AppData\Roaming\Microsoft\VisualStudio\14.0\SingleFileISense\_sfi_3c3a5d32-c54e-41bc-bed2-ed86b8e23115_.vcxproj"
the filename changes - I have a whole list of them.
The contents look like:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>Miscellaneous Files</ProjectName>
<ProjectGuid>{a7a2a36c-3c53-4ccb-b52e-425623e2dda5}</ProjectGuid>
<ISenseProject>true</ISenseProject>
<Keyword>SingleFileISense</Keyword>
<UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas>
<PropertyManagerSupported>false</PropertyManagerSupported>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemGroup>
<PropertyPageSchema Include="$(VCTargetsPath)$(LangID)\ProjectItemsSchema.xml" />
<PropertyPageSchema Include="$(VCTargetsPath)$(LangID)\isense_general.xml">
<Context>File;Project</Context>
</PropertyPageSchema>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\..\..\Vault\Cimex CAD-CAM\17.0\3rd Party\boost\boost\optional\optional.hpp" />
</ItemGroup>
<PropertyGroup>
<!-- Disable project retargeting -->
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
</Project>
I have to "undo pending operations" everytime I open a solution - because it will add this stupid !@#$ thing (or a new one) every single time.
I'm clueless as to why - or what the hell this is trying to accomplish?
But these files are NOT appropriate to be adding to my solution - nor do they belong in Vault.
Help!
EDIT: the boost include appeared after I exited VS2015. So it seems to be creating this for the boost library.
so then the question is: HOW DO I STOP IT FROM ADDING THIS TO VAULT?!!!