09-spaceship/SpaceShuttle/SpaceShuttle.csproj
github-classroom[bot] 8a812b7eac
Initial commit
2026-01-08 10:40:56 +00:00

23 lines
703 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Content Include="..\SpaceShuttle.csv" Link="SpaceShuttle.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\SpaceShuttleName.csv" Link="SpaceShuttleName.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\SpaceShuttleStart.csv" Link="SpaceShuttleStart.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>