Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VS 2015 caches project imports?

2 views
Skip to first unread message

Oleg Kislov

unread,
Mar 17, 2020, 12:13:50 PM3/17/20
to
I have file CrystalVer.msbuild where
<PropertyGroup>
<CrystalVer>13.0.3500.0</CrystalVer>
</PropertyGroup>

Also i have file .csproj where

<Import Project="..\CrystalVer.msbuild" />
<ItemGroup>
<Reference Include="CrystalDecisions.CrystalReports.Engine,
Version=$(CrystalVer)" />
</ItemGroup>
When i change content in .msbuild file, Visual Studio 2015 ask me about
Reload project, i choose -> Reload, and Version doesn't change. But when i
close and re-open the VS, version changed, but not always. Sometimes
version changed ONLY when i manually write it in .csproj. Maybe caching? Or
someone else. How can i decide this problem.
0 new messages