Skip to content

Commit

Permalink
Rely on IDEA_INITIAL_DIRECTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Jul 5, 2024
1 parent d8ce07d commit c1fd2ea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.CSharp.Test/Rewrite.CSharp.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ProjectReference Include="..\Rewrite.Test\Rewrite.Test.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote\Rewrite.Remote.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.Java/Rewrite.Java.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ProjectReference Include="..\Rewrite.Core\Rewrite.Core.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote.Api\Rewrite.Remote.Api.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.Json/Rewrite.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectReference Include="..\Rewrite.Core\Rewrite.Core.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote.Api\Rewrite.Remote.Api.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.Properties/Rewrite.Properties.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectReference Include="..\Rewrite.Core\Rewrite.Core.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote.Api\Rewrite.Remote.Api.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.Test/Rewrite.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="xunit" Version="2.8.1" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote.Api\Rewrite.Remote.Api.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.Xml/Rewrite.Xml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectReference Include="..\Rewrite.Core\Rewrite.Core.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote.Api\Rewrite.Remote.Api.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Rewrite/src/Rewrite.Yaml/Rewrite.Yaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectReference Include="..\Rewrite.Core\Rewrite.Core.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(UseProjectReference)'=='true'">
<ItemGroup Condition="'$(Configuration)'=='Debug' and '$(IDEA_INITIAL_DIRECTORY)'!=''">
<ProjectReference Include="..\..\..\..\..\moderneinc\rewrite-remote\Rewrite.Remote\src\Rewrite.Remote.Api\Rewrite.Remote.Api.csproj" />
</ItemGroup>

Expand Down

0 comments on commit c1fd2ea

Please sign in to comment.