Skip to content

Commit ac05ada

Browse files
committed
Merge pull request #193 from yacoder/fix_tests_3
Make all integration tests pass with VS 2015, Win10
2 parents e71b3ef + 8d2c33f commit ac05ada

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

VisualRust.Test.Integration/VisualRust.Test.Integration.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
7070
<Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
7171
<HintPath>..\packages\VSSDK.Shell.12.12.0.4\lib\net45\Microsoft.VisualStudio.Shell.12.0.dll</HintPath>
72-
<Private>False</Private>
72+
<Private>True</Private>
7373
</Reference>
7474
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
7575
<HintPath>..\packages\VSSDK.Shell.Immutable.10.10.0.4\lib\net40\Microsoft.VisualStudio.Shell.Immutable.10.0.dll</HintPath>
@@ -150,6 +150,10 @@
150150
<Project>{cacb60a9-1e76-4f92-8831-b134a658c695}</Project>
151151
<Name>Microsoft.VisualStudio.Project</Name>
152152
</ProjectReference>
153+
<ProjectReference Include="..\VisualRust.Build\VisualRust.Build.csproj">
154+
<Project>{9cf556ab-76fe-4c3d-ad0a-b64b3b9989b4}</Project>
155+
<Name>VisualRust.Build</Name>
156+
</ProjectReference>
153157
<ProjectReference Include="..\VisualRust.Project\VisualRust.Project.csproj">
154158
<Project>{475c4df2-4d4b-4f2c-9f27-414148dd6f11}</Project>
155159
<Name>VisualRust.Project</Name>

0 commit comments

Comments
 (0)