更新项目引用

This commit is contained in:
Mili 2023-03-31 21:14:26 +08:00
parent 8f0a15a326
commit d99a643be2
2 changed files with 13 additions and 15 deletions

View File

@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<BaseOutputPath>C:\milimoe\FunGame\bin\Server</BaseOutputPath> <BaseOutputPath>..\bin</BaseOutputPath>
<Title>FunGameServer</Title> <Title>FunGameServer</Title>
<Authors>Milimoe</Authors> <Authors>Milimoe</Authors>
<Product>$(AssemblyName)</Product> <Product>$(AssemblyName)</Product>
@ -12,7 +12,7 @@
<PackageOutputPath>C:\milimoe\FunGame\bin</PackageOutputPath> <PackageOutputPath>C:\milimoe\FunGame\bin</PackageOutputPath>
<AssemblyVersion>1.0</AssemblyVersion> <AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0</FileVersion> <FileVersion>1.0</FileVersion>
<RootNamespace>Milimoe.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace> <RootNamespace>Milimoe.FunGame.Core.Implement</RootNamespace>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -25,8 +25,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="FunGame.Core"> <Reference Include="FunGame.Core">
<HintPath>..\..\FunGame\bin\Debug\net7.0\FunGame.Core.dll</HintPath> <HintPath>..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
</ItemGroup> </ItemGroup>

View File

@ -7,7 +7,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ApplicationIcon>logo.ico</ApplicationIcon> <ApplicationIcon>logo.ico</ApplicationIcon>
<PackageIcon>logo.ico</PackageIcon> <PackageIcon>logo.ico</PackageIcon>
<BaseOutputPath>C:\milimoe\FunGame\bin\Server</BaseOutputPath> <BaseOutputPath>..\bin</BaseOutputPath>
<Title>FunGameServer</Title> <Title>FunGameServer</Title>
<Company>Milimoe</Company> <Company>Milimoe</Company>
<Authors>Milimoe</Authors> <Authors>Milimoe</Authors>
@ -30,26 +30,25 @@
<Content Include="logo.ico" /> <Content Include="logo.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FunGame.Implement\FunGame.Implement.csproj" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="FunGame.Core"> <Reference Include="FunGame.Core">
<HintPath>..\..\FunGame\bin\Debug\net7.0-windows\FunGame.Core.dll</HintPath> <HintPath>..\..\FunGame.Core\bin\Debug\net7.0\FunGame.Core.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
<Reference Include="MySql.Data"> <Reference Include="MySql.Data">
<HintPath>..\..\FunGame\bin\Server\Debug\net7.0\MySql.Data.dll</HintPath> <HintPath>..\bin\Debug\net7.0\MySql.Data.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference> </Reference>
<Reference Include="Newtonsoft.Json"> <Reference Include="Newtonsoft.Json">
<HintPath>..\..\FunGame\bin\Debug\net7.0-windows\Newtonsoft.Json.dll</HintPath> <HintPath>..\bin\Debug\net7.0\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
<Reference Include="System.Configuration.ConfigurationManager"> <Reference Include="System.Configuration.ConfigurationManager">
<HintPath>..\..\FunGame\bin\Server\Debug\net7.0\System.Configuration.ConfigurationManager.dll</HintPath> <HintPath>..\bin\Debug\net7.0\System.Configuration.ConfigurationManager.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference> </Reference>
<Reference Include="System.Security.Permissions"> <Reference Include="System.Security.Permissions">
<HintPath>..\..\FunGame\bin\Server\Debug\net7.0\System.Security.Permissions.dll</HintPath> <HintPath>..\bin\Debug\net7.0\System.Security.Permissions.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference> </Reference>
</ItemGroup> </ItemGroup>