2021-12-31 17:48:04 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-12-15 09:50:45 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2021-12-15 11:53:25 +00:00
|
|
|
|
<Version>0.1</Version>
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<UseWpf>true</UseWpf>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2021-12-15 09:50:45 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2022-01-03 14:00:30 +00:00
|
|
|
|
<PackageReference Include="NuGet.PackageManagement" Version="6.0.0" />
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<PackageReference Include="NuGet.Packaging" Version="6.0.0" />
|
|
|
|
|
<PackageReference Include="NuGet.Protocol" Version="6.0.0" />
|
2022-01-01 20:45:15 +00:00
|
|
|
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<PackageReference Include="SharpVectors" Version="1.7.7" />
|
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="System.Reactive" Version="5.0.0" />
|
2021-12-15 09:50:45 +00:00
|
|
|
|
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="6.0.0" />
|
2022-01-03 14:00:30 +00:00
|
|
|
|
<PackageReference Include="Tapeti.Annotations" Version="3.0.0" />
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<PackageReference Include="Tapeti.DataAnnotations.Extensions" Version="3.0.0" />
|
2021-12-15 09:50:45 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PettingZoo.Core\PettingZoo.Core.csproj" />
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<ProjectReference Include="..\PettingZoo.WPF\PettingZoo.WPF.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-01-03 14:00:30 +00:00
|
|
|
|
<Compile Update="AssemblyParser\AssemblyParserStrings.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>AssemblyParserStrings.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<Compile Update="Export\TapetiCmdImportExportStrings.Designer.cs">
|
2022-01-10 12:41:21 +00:00
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<DependentUpon>TapetiCmdImportExportStrings.resx</DependentUpon>
|
2022-01-10 12:41:21 +00:00
|
|
|
|
</Compile>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<Compile Update="TapetiClassLibraryExampleGeneratorStrings.Designer.cs">
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<DependentUpon>TapetiClassLibraryExampleGeneratorStrings.resx</DependentUpon>
|
2021-12-31 17:48:04 +00:00
|
|
|
|
</Compile>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<Compile Update="UI\ClassSelection\ClassSelectionStrings.Designer.cs">
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<DependentUpon>ClassSelectionStrings.resx</DependentUpon>
|
2021-12-31 17:48:04 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="UI\PackageSelection\PackageSelectionStrings.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>PackageSelectionStrings.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-01-03 14:00:30 +00:00
|
|
|
|
<EmbeddedResource Update="AssemblyParser\AssemblyParserStrings.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>AssemblyParserStrings.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<EmbeddedResource Update="Export\TapetiCmdImportExportStrings.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>TapetiCmdImportExportStrings.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="TapetiClassLibraryExampleGeneratorStrings.resx">
|
2022-01-10 12:41:21 +00:00
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
2022-01-11 19:28:49 +00:00
|
|
|
|
<LastGenOutput>TapetiClassLibraryExampleGeneratorStrings.Designer.cs</LastGenOutput>
|
2022-01-10 12:41:21 +00:00
|
|
|
|
</EmbeddedResource>
|
2021-12-31 17:48:04 +00:00
|
|
|
|
<EmbeddedResource Update="UI\ClassSelection\ClassSelectionStrings.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>ClassSelectionStrings.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="UI\PackageSelection\PackageSelectionStrings.resx">
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>PackageSelectionStrings.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-12-15 09:50:45 +00:00
|
|
|
|
</Project>
|