5 changed files with 128 additions and 122 deletions
@ -1,32 +1,32 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk"> |
||||
<PropertyGroup> |
||||
<OutputType>Exe</OutputType> |
||||
<TargetFramework>net6.0</TargetFramework> |
||||
<TargetName>ProjectName</TargetName> |
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> |
||||
<LangVersion>8.0</LangVersion> |
||||
<StartupObject>ProjectName.Program</StartupObject> |
||||
<AssemblyName>ProjectName</AssemblyName> |
||||
<RootNamespace>ProjectName</RootNamespace> |
||||
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch> |
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||||
<ApplicationIcon /> |
||||
</PropertyGroup> |
||||
<PropertyGroup> |
||||
<OutputType>Exe</OutputType> |
||||
<TargetFramework>net6.0</TargetFramework> |
||||
<TargetName>ProjectName</TargetName> |
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> |
||||
<LangVersion>7.3</LangVersion> |
||||
<StartupObject>ProjectName.Program</StartupObject> |
||||
<AssemblyName>ProjectName</AssemblyName> |
||||
<RootNamespace>ProjectName</RootNamespace> |
||||
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch> |
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
||||
<ApplicationIcon /> |
||||
</PropertyGroup> |
||||
|
||||
<ItemGroup> |
||||
<Content Include="Content\**\*.*"> |
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||||
</Content> |
||||
</ItemGroup> |
||||
<ItemGroup> |
||||
<Content Include="Content\**\*.*"> |
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||||
</Content> |
||||
</ItemGroup> |
||||
|
||||
<PropertyGroup> |
||||
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes> |
||||
</PropertyGroup> |
||||
<PropertyGroup> |
||||
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes> |
||||
</PropertyGroup> |
||||
|
||||
<ItemGroup> |
||||
<ProjectReference Include="lib\MoonWorks\MoonWorks.csproj" /> |
||||
</ItemGroup> |
||||
<ItemGroup> |
||||
<ProjectReference Include="lib\MoonWorks\MoonWorks.csproj" /> |
||||
</ItemGroup> |
||||
|
||||
<Import Project=".\CopyMoonlibs.targets" /> |
||||
<Import Project=".\CopyMoonlibs.targets" /> |
||||
</Project> |
||||
|
Loading…
Reference in new issue