Hi folks,
I'm having some issues with a VS2013 project rebuilding unnecessarily.
I think I might have tracked it back to our imported cpprestsdk.targets where we have -
Ed
I'm having some issues with a VS2013 project rebuilding unnecessarily.
I think I might have tracked it back to our imported cpprestsdk.targets where we have -
<ItemGroup>
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)default-propertiesui.xml" />
</ItemGroup>
I'm quite new to nuget. Any idea if the file is supposed to be present or perhaps that line is erroneous? It's absence is generating subtle errors in the visual studio dependency checks.Ed