Skip to content

Commit

Permalink
Clean up project files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Dec 14, 2023
1 parent ae4ad6b commit 84efd02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions StepLang.Homepage/StepLang.Homepage.proj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test|AnyCPU' ">
<OutputPath>bin\Test\</OutputPath>
</PropertyGroup>
<Target Name="Build">
<Message Text="Nothing to do" />
</Target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<Configurations>Debug;Release;Test</Configurations>

<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" >
<PackageReference Include="xunit.runner.visualstudio">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
3 changes: 0 additions & 3 deletions StepLang.Wiki/StepLang.Wiki.proj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test|AnyCPU' ">
<OutputPath>bin\Test\</OutputPath>
</PropertyGroup>
<Target Name="Build">
<Message Text="Nothing to do" />
</Target>
Expand Down

0 comments on commit 84efd02

Please sign in to comment.