Changed whole project structure (split client and server into separat projects)
This commit is contained in:
21
ReallifeGamemode.Client/ReallifeGamemode.Client.csproj
Normal file
21
ReallifeGamemode.Client/ReallifeGamemode.Client.csproj
Normal file
@@ -0,0 +1,21 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="cs_packages\" />
|
||||
<Folder Include="Gui\vehiclemenu\web\css\" />
|
||||
<Folder Include="Gui\vehiclemenu\web\font\" />
|
||||
<Folder Include="Gui\vehiclemenu\web\img\" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
|
||||
<Exec Command="powershell.exe .\Scripts\moveItems.ps1" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user