Skip to content

Commit

Permalink
HintPath was corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
alexf2 committed Mar 9, 2016
1 parent 0c2743b commit 9eba254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</site>
<site name="Rambler.Cinema.IisHist" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="I:\Work\RamblerCinema\src\Hosts\Rambler.Cinema.IisHost" />
<virtualDirectory path="/" physicalPath="C:\Work\RamblerCinema\src\Hosts\Rambler.Cinema.IisHost" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:53142:localhost" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\libs\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\..\libs\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http.Formatting">
<HintPath>..\libs\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<HintPath>..\..\..\libs\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Http">
<HintPath>..\libs\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
<HintPath>..\..\..\libs\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
Expand Down

0 comments on commit 9eba254

Please sign in to comment.