mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-23 04:29:36 +08:00
更新项目文件
This commit is contained in:
parent
e6effd25c5
commit
cc735b2927
@ -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'">
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user