Skip to content

Commit

Permalink
Fixed reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanderis committed Dec 20, 2021
1 parent af7868a commit 308a18e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/api/Shrooms.Premium/Shrooms.Premium.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
<HintPath>..\packages\RazorEngine.3.9.0\lib\net45\RazorEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Shrooms.Authentification, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SimoonaCoreLocation)\src\api\Shrooms.Authentification\bin\$(Configuration)\Shrooms.Authentification.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Shrooms.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SimoonaCoreLocation)\src\api\Shrooms.Contracts\bin\$(Configuration)\Shrooms.Contracts.dll</HintPath>
Expand Down Expand Up @@ -623,12 +628,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SimoonaCoreLocation)\src\api\Shrooms.Authentification\Shrooms.Authentification.csproj">
<Project>{da661aa0-3313-4c2d-81a9-c1a2b74f7317}</Project>
<Name>Shrooms.Authentification</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="RecycleWebapp" BeforeTargets="Clean" Condition=" '$(Configuration)|$(Platform)' != 'Release|AnyCPU' ">
<Message Text="Recycling web app..." Importance="High" />
Expand Down

0 comments on commit 308a18e

Please sign in to comment.