Skip to content

Commit

Permalink
Project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Nov 11, 2023
1 parent 99b8074 commit 192da63
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 23 deletions.
4 changes: 0 additions & 4 deletions perftests/Core.PerfTests/Core.PerfTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<PropertyGroup><OkFeatures>Core</OkFeatures></PropertyGroup>
<Import Project="$(OkTargetsRoot)Exe.targets"/>

<PropertyGroup>
<RootNamespace />
</PropertyGroup>

<ItemGroup>
<PackageReference Include="benchmarkdotnet" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Flog.Cli/Flog.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PropertyGroup>
<AssemblyName>okflog</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace />
<DefineConstants Condition="'$(Configuration)'=='Debug'">ENABLE_SCREEN_RECORDER</DefineConstants>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Loggo.Cli/Loggo.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<PropertyGroup>
<AssemblyName>loggo</AssemblyName>
<RootNamespace />
</PropertyGroup>

</Project>
1 change: 0 additions & 1 deletion src/MachMode.Cli/MachMode.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<PropertyGroup>
<AssemblyName>machmode</AssemblyName>
<RootNamespace />
</PropertyGroup>

</Project>
4 changes: 0 additions & 4 deletions src/MachMode.Cli/MachModeCli-Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<PropertyGroup><OkFeatures>NiceIO</OkFeatures></PropertyGroup>
<Import Project="$(OkTargetsRoot)Tests.targets" />

<PropertyGroup>
<RootNamespace>MachModeCli.Tests</RootNamespace>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="MachMode.Cli.csproj" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/PmlTool.Cli/PmlTool.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<PropertyGroup>
<AssemblyName>pmltool</AssemblyName>
<RootNamespace />
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/ProcMonUtils/ProcMonUtils-Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<PropertyGroup><OkFeatures>NiceIO</OkFeatures></PropertyGroup>
<Import Project="$(OkTargetsRoot)Tests.targets" />

<PropertyGroup>
<RootNamespace>ProcMonUtils.Tests</RootNamespace>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="ProcMonUtils.csproj" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Unity.Cli/Unity.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<PropertyGroup>
<AssemblyName>okunity</AssemblyName>
<RootNamespace />
</PropertyGroup>

<!-- some experiments i did a while ago...
Expand Down
2 changes: 1 addition & 1 deletion src/Unity/Unity-Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$(OkTargetsRoot)Tests.targets" />

<PropertyGroup>
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <!-- match the main project -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <!-- match the main project (set in Exe.targets) -->
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions src/_TestUtils/TestUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
<PropertyGroup><OkFeatures>NiceIO</OkFeatures></PropertyGroup>
<Import Project="$(OkTargetsRoot)Tests.targets" />

<ItemGroup>
<ProjectReference Include="$(OkSrcRoot)NiceIO\NiceIO.csproj" />
<Using Include="NiceIO" />
</ItemGroup>

<PropertyGroup>
<RootNamespace>OkTools.TestUtils</RootNamespace>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions targets/Exe.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputPath>$(OkExeOutputPath)</OutputPath>
<RootNamespace />

<!-- publishing defaults -->
<PublishDir>$(OkExePublishDir)</PublishDir>
Expand All @@ -11,5 +12,8 @@
<SelfContained>false</SelfContained>
</PropertyGroup>

<PropertyGroup>
<OkFeatures>$(OkFeatures);Exe</OkFeatures>
</PropertyGroup>
<Import Project="Library.targets" />
</Project>

0 comments on commit 192da63

Please sign in to comment.