Skip to content

Commit

Permalink
Starfield project
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Aug 30, 2023
1 parent 7b6dfb3 commit adb01cb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Mutagen.Bethesda.Starfield/Mutagen.Bethesda.Starfield.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Noggog</Authors>
<Company>Mutagen</Company>
<Product>Mutagen</Product>
<Description>A C# library for manipulating, creating, and analyzing Starfield mods</Description>
<Copyright>2021</Copyright>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Mutagen-Modding/Mutagen</PackageProjectUrl>
<RepositoryUrl>https://github.com/Mutagen-Modding/Mutagen</RepositoryUrl>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<IsPackable>true</IsPackable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>Mutagen.Bethesda.Starfield.xml</DocumentationFile>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Loqui" />
<PackageReference Include="Noggog.CSharpExt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mutagen.Bethesda.Core\Mutagen.Bethesda.Core.csproj" />
</ItemGroup>

</Project>
7 changes: 7 additions & 0 deletions Mutagen.Records.sln
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mutagen.Bethesda.Starfield", "Mutagen.Bethesda.Starfield\Mutagen.Bethesda.Starfield.csproj", "{470374D2-B508-4A3D-8A87-B0FE31FFA82E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -171,6 +173,10 @@ Global
{F2EF14F7-CED7-4832-9CE4-5CD65F1B6550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2EF14F7-CED7-4832-9CE4-5CD65F1B6550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2EF14F7-CED7-4832-9CE4-5CD65F1B6550}.Release|Any CPU.Build.0 = Release|Any CPU
{470374D2-B508-4A3D-8A87-B0FE31FFA82E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{470374D2-B508-4A3D-8A87-B0FE31FFA82E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{470374D2-B508-4A3D-8A87-B0FE31FFA82E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{470374D2-B508-4A3D-8A87-B0FE31FFA82E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -199,6 +205,7 @@ Global
{E59AF68B-0F52-44EF-AC9A-9FFB0A765C90} = {89AC8733-A707-495A-88B1-8F9570CDA329}
{F2EF14F7-CED7-4832-9CE4-5CD65F1B6550} = {5665EE3D-F3C2-4F07-B4EE-7FCC8D2BF6D2}
{AB5B2624-FAB0-44A5-86C1-680D04A55B59} = {5665EE3D-F3C2-4F07-B4EE-7FCC8D2BF6D2}
{470374D2-B508-4A3D-8A87-B0FE31FFA82E} = {181455C8-DDBD-40BE-8891-0950A3F62101}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C76E1C6-5B27-4005-8051-03C82E3A4849}
Expand Down

0 comments on commit adb01cb

Please sign in to comment.