Skip to content

Commit

Permalink
Update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornado-Technology committed Aug 23, 2024
1 parent cb67863 commit 36f169e
Show file tree
Hide file tree
Showing 27 changed files with 128 additions and 150 deletions.
10 changes: 6 additions & 4 deletions Hypercube.Audio/Hypercube.Audio.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Audio</PackageId>
<Product>Hypercube.Audio</Product>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hypercube.Resources\Hypercube.Resources.csproj" />
</ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions Hypercube.Client/Hypercube.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<PackageId>Hypercube.Client</PackageId>
<Product>Hypercube.Client</Product>
</PropertyGroup>

<ItemGroup>
<Compile Remove="bin\**" />
<EmbeddedResource Remove="bin\**" />
Expand Down
20 changes: 4 additions & 16 deletions Hypercube.Dependencies/Hypercube.Dependencies.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">


<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Dependecies</PackageId>
<Version>1.0.0</Version>
<Authors>TornadoTech</Authors>
<Product>Hypercube.Dependecies</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/technologists-team/hypercube</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hypercube.Logging\Hypercube.Logging.csproj" />
<ProjectReference Include="..\Hypercube.Utilities\Hypercube.Utilities.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
12 changes: 5 additions & 7 deletions Hypercube.EventBus/Hypercube.EventBus.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.EventBus</PackageId>
<Product>Hypercube.EventBus</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hypercube.Utilities\Hypercube.Utilities.csproj" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Hypercube.Example.Client/Hypercube.Example.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<PackageId>Hypercube.Example.Client</PackageId>
<Product>Hypercube.Example.Client</Product>
</PropertyGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Hypercube.Example.Server/Hypercube.Example.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<PackageId>Hypercube.Example.Server</PackageId>
<Product>Hypercube.Example.Server</Product>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hypercube.Server\Hypercube.Server.csproj" />
</ItemGroup>
Expand Down
14 changes: 6 additions & 8 deletions Hypercube.Graphics/Hypercube.Graphics.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Graphics</PackageId>
<Product>Hypercube.Graphics</Product>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hypercube.Mathematics\Hypercube.Mathematics.csproj" />
<ProjectReference Include="..\Hypercube.Resources\Hypercube.Resources.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>

</Project>
11 changes: 6 additions & 5 deletions Hypercube.ImGui/Hypercube.ImGui.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageId>Hypercube.ImGui</PackageId>
<Product>Hypercube.ImGui</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.91.0.1" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="OpenTK" Version="5.0.0-pre.11" />
<PackageReference Include="OpenToolkit.Core" Version="4.0.0-pre9.3" />
</ItemGroup>
Expand Down
8 changes: 5 additions & 3 deletions Hypercube.Input/Hypercube.Input.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Input</PackageId>
<Product>Hypercube.Input</Product>
</PropertyGroup>

</Project>
13 changes: 3 additions & 10 deletions Hypercube.Logging/Hypercube.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Logging</PackageId>
<Version>1.0.0</Version>
<Authors>TornadoTech</Authors>
<Product>Hypercube.Logging</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/technologists-team/hypercube</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
11 changes: 6 additions & 5 deletions Hypercube.Mathematics/Hypercube.Mathematics.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Mathematics</PackageId>
<Product>Hypercube.Mathematics</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="OpenTK.Mathematics" Version="5.0.0-pre.11" />
<PackageReference Include="OpenToolkit.Graphics" Version="4.0.0-pre9.3" />
<PackageReference Include="OpenToolkit.Mathematics" Version="4.0.0-pre9.3" />
</ItemGroup>

</Project>
8 changes: 5 additions & 3 deletions Hypercube.OpenAL/Hypercube.OpenAL.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageId>Hypercube.OpenAL</PackageId>
<Product>Hypercube.OpenAL</Product>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions Hypercube.OpenGL/Hypercube.OpenGL.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageId>Hypercube.OpenGL</PackageId>
<Product>Hypercube.OpenGL</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="OpenTK" Version="5.0.0-pre.11" />
<PackageReference Include="OpenToolkit.Core" Version="4.0.0-pre9.3" />
<PackageReference Include="OpenToolkit.Graphics" Version="4.0.0-pre9.3" />
Expand Down
14 changes: 6 additions & 8 deletions Hypercube.Resources/Hypercube.Resources.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Resources</PackageId>
<Product>Hypercube.Resources</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\Hypercube.Dependencies\Hypercube.Dependencies.csproj" />
<ProjectReference Include="..\Hypercube.EventBus\Hypercube.EventBus.csproj" />
Expand Down
8 changes: 5 additions & 3 deletions Hypercube.Runtime/Hypercube.Runtime.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Runtime</PackageId>
<Product>Hypercube.Runtime</Product>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions Hypercube.Server/Hypercube.Server.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<PackageId>Hypercube.Server</PackageId>
<Product>Hypercube.Server</Product>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Hypercube.Shared\Hypercube.Shared.csproj" />
</ItemGroup>
Expand Down
13 changes: 7 additions & 6 deletions Hypercube.Shared/Hypercube.Shared.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageId>Hypercube.Shared</PackageId>
<Product>Hypercube.Shared</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0-2.final" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Hypercube.UnitTests/Hypercube.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<PackageId>Hypercube.UnitTests</PackageId>
<Product>Hypercube.UnitTests</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0"/>
<PackageReference Include="NUnit" Version="3.13.3"/>
Expand Down
17 changes: 3 additions & 14 deletions Hypercube.Utilities/Hypercube.Utilities.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\build\main.props" />
<Import Project="..\build\module.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Hypercube.Utilities</PackageId>
<Version>1.0.0</Version>
<Authors>TornadoTech</Authors>
<Product>Hypercube.Utilities</Product>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/technologists-team/hypercube</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
Loading

0 comments on commit 36f169e

Please sign in to comment.