Update Project and ModInfo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
@@ -9,12 +9,13 @@
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<NeutralLanguage>en-US</NeutralLanguage>
|
||||
<AssemblyName>VigilModManagerML</AssemblyName>
|
||||
<AssemblyName>VigilModManager</AssemblyName>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Core.cs" />
|
||||
<Compile Include="ModInfo.cs" />
|
||||
<Compile Include="ModRegistry\ModEntry.cs" />
|
||||
<Compile Include="ModRegistry\ModManager.cs" />
|
||||
<Compile Include="ModRegistry\Settings\ISettingsElement.cs" />
|
||||
|
||||
Reference in New Issue
Block a user