feat: initialize projects.
This commit is contained in:
5
src/Ursa.Themes.Semi/Class1.cs
Normal file
5
src/Ursa.Themes.Semi/Class1.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Ursa.Themes.Semi;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
18
src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj
Normal file
18
src/Ursa.Themes.Semi/Ursa.Themes.Semi.csproj
Normal file
@@ -0,0 +1,18 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Avalonia" Version="11.0.0-preview4" />
|
||||
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Ursa\Ursa.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
5
src/Ursa/Class1.cs
Normal file
5
src/Ursa/Class1.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Ursa;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
14
src/Ursa/Ursa.csproj
Normal file
14
src/Ursa/Ursa.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Avalonia" Version="11.0.0-preview4" />
|
||||
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user