Skip to content

Commit

Permalink
Update development environment
Browse files Browse the repository at this point in the history
* NAnonym: Merged the correction.
* Prig.Framework: NUnit 2.6.3.13283 to 2.6.4.14350.
* VSIX: NUnit 2.6.3.13283 to 2.6.4.14350. Fix `HintPath` for the assembly reference of `NuGet.VisualStudio`. It seems that this path will be changed forcibly when Visual Studio is reinstalled. We have to record it as note into README.md for example.
  • Loading branch information
urasandesu committed Feb 28, 2016
1 parent e707f51 commit 57e4644
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NAnonym
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<HintPath>..\packages\Moq.4.1.1308.2120\lib\net40\Moq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="Ploeh.AutoFixture, Version=3.36.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AutoFixture.3.36.10\lib\net40\Ploeh.AutoFixture.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -63,7 +63,7 @@
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0" />
<Reference Include="NuGet.VisualStudio">
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\bpjdy4sy.vkf\NuGet.VisualStudio.dll</HintPath>
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\eevtghkx.d2g\NuGet.VisualStudio.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="PresentationCore" />
Expand Down
2 changes: 1 addition & 1 deletion Urasandesu.Prig.VSPackage/Urasandesu.Prig.VSPackage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.12.0" />
<Reference Include="NuGet.VisualStudio">
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\bpjdy4sy.vkf\NuGet.VisualStudio.dll</HintPath>
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\eevtghkx.d2g\NuGet.VisualStudio.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="PresentationCore" />
Expand Down

0 comments on commit 57e4644

Please sign in to comment.