Skip to content

Commit

Permalink
[PROJECT]: Updated sln and csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
tarithj committed Nov 28, 2021
1 parent 9902caa commit ec4fe32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cellua.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Linux|Any CPU = Linux|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E982A88F-1D98-4E67-9021-A0E217232EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E982A88F-1D98-4E67-9021-A0E217232EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E982A88F-1D98-4E67-9021-A0E217232EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E982A88F-1D98-4E67-9021-A0E217232EB5}.Release|Any CPU.Build.0 = Release|Any CPU
{E982A88F-1D98-4E67-9021-A0E217232EB5}.Linux|Any CPU.ActiveCfg = Linux|Any CPU
{E982A88F-1D98-4E67-9021-A0E217232EB5}.Linux|Any CPU.Build.0 = Linux|Any CPU
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions Cellua/Cellua.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<LangVersion>default</LangVersion>
<Company>Flew Software</Company>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ec4fe32

Please sign in to comment.