Skip to content

Commit

Permalink
baseline before standard
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Oct 18, 2019
1 parent 7510b41 commit 34e9e85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Analogy.Interfaces.Standard\Analogy.Interfaces.Standard.csproj">
<Project>{3433eb41-be17-44c0-94a1-19a922027037}</Project>
<Name>Analogy.Interfaces.Standard</Name>
<ProjectReference Include="..\Analogy.Interfaces\Analogy.Interfaces.csproj">
<Project>{8a3534cd-e618-4946-a364-fa0826f31ab5}</Project>
<Name>Analogy.Interfaces</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
6 changes: 3 additions & 3 deletions Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -786,9 +786,9 @@
<Folder Include="DevExpress\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Analogy.Interfaces.Standard\Analogy.Interfaces.Standard.csproj">
<Project>{3433eb41-be17-44c0-94a1-19a922027037}</Project>
<Name>Analogy.Interfaces.Standard</Name>
<ProjectReference Include="..\Analogy.Interfaces\Analogy.Interfaces.csproj">
<Project>{8a3534cd-e618-4946-a364-fa0826f31ab5}</Project>
<Name>Analogy.Interfaces</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 34e9e85

Please sign in to comment.