forked from Pyrolyzed/Crusader-Wars
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCrusaderWars.csproj
More file actions
27 lines (27 loc) · 1.23 KB
/
Copy pathCrusaderWars.csproj
File metadata and controls
27 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AssemblyName>CrusaderConflicts</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="4.7.1" />
<Reference Include="ICSharpCode.SharpZipLib" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<Compile Include="CrusaderWars\data\save_file\Armies Reader.cs" />
<Compile Include="CrusaderWars\data\twbattle\ArmiesControl.cs" />
<Compile Include="CrusaderWars\data\twbattle\Reinforcements.cs" />
<Compile Include="CrusaderWars\data\attila settings\AttilaPreferences.cs" />
<Compile Include="CrusaderWars\data\twbattle\BattleFile.cs" />
<Compile Include="CrusaderWars\data\twbattle\UnitsFile.cs" />
<Compile Include="CrusaderWars\data\twbattle\BattleState.cs" />
</ItemGroup>
</Project>