更新项目文件

This commit is contained in:
Mili 2023-03-31 20:22:07 +08:00
parent e6effd25c5
commit cc735b2927
2 changed files with 6 additions and 7 deletions

View File

@ -10,9 +10,10 @@
<AssemblyVersion>1.0</AssemblyVersion> <AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0</FileVersion> <FileVersion>1.0</FileVersion>
<PackageOutputPath>..\bin</PackageOutputPath> <PackageOutputPath>..\bin</PackageOutputPath>
<Title>FunGame.Core</Title> <Title>Core</Title>
<RootNamespace>Milimoe.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace> <RootNamespace>Milimoe.FunGame.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>FunGame.$(MSBuildProjectName)</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@ -7,11 +7,12 @@
<Company>Milimoe</Company> <Company>Milimoe</Company>
<BaseOutputPath>..\bin</BaseOutputPath> <BaseOutputPath>..\bin</BaseOutputPath>
<Authors>Milimoe</Authors> <Authors>Milimoe</Authors>
<Title>FunGame.Implement</Title> <Title>Implement</Title>
<PackageOutputPath>..\bin</PackageOutputPath> <PackageOutputPath>..\bin</PackageOutputPath>
<AssemblyVersion>1.0</AssemblyVersion> <AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0</FileVersion> <FileVersion>1.0</FileVersion>
<RootNamespace>Milimoe.FunGame.Core.Implement</RootNamespace> <RootNamespace>Milimoe.FunGame.Core.Implement</RootNamespace>
<AssemblyName>FunGame.$(MSBuildProjectName)</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -23,10 +24,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\FunGame.Core\FunGame.Core.csproj"> <ProjectReference Include="..\Core\Core.csproj" />
<Private>False</Private>
<CopyLocalSatelliteAssemblies>True</CopyLocalSatelliteAssemblies>
</ProjectReference>
</ItemGroup> </ItemGroup>
</Project> </Project>