Skip to content

Commit

Permalink
change idm dll to a folder not ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
woloski committed May 29, 2012
1 parent 1c83c5e commit 33963c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
</Reference>
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\build\Common\Microsoft.IdentityModel.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\libs\Microsoft.IdentityModel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
<ItemGroup>
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\build\Common\Microsoft.IdentityModel.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\libs\Microsoft.IdentityModel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
</Reference>
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\build\Common\Microsoft.IdentityModel.dll</HintPath>
<Private>True</Private>
<HintPath>..\..\libs\Microsoft.IdentityModel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
2 changes: 1 addition & 1 deletion OnPremise/WebSite/WebSite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</Reference>
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Libraries\build\Common\Microsoft.IdentityModel.dll</HintPath>
<HintPath>..\..\libs\Microsoft.IdentityModel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
Binary file added libs/Microsoft.IdentityModel.dll
Binary file not shown.

0 comments on commit 33963c9

Please sign in to comment.