2020-01-16 22:52:41 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-01-23 18:59:27 +00:00
|
|
|
|
<Import Project="$(SolutionDir)Common.props" />
|
2020-01-16 22:52:41 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-01-20 18:42:09 +00:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
2020-01-16 22:52:41 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<!--<Reference Include="System" />-->
|
|
|
|
|
<!--<Reference Include="System.Core" />-->
|
|
|
|
|
<!--<Reference Include="System.Data" />-->
|
|
|
|
|
<!--<Reference Include="System.Data.DataSetExtensions" />-->
|
|
|
|
|
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2020-01-23 18:59:27 +00:00
|
|
|
|
<HintPath>$(SolutionDir)References/x64/SQLite/System.Data.SQLite.dll</HintPath>
|
2020-01-16 22:52:41 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<!--<Reference Include="System.Drawing" />-->
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<!--<Reference Include="System.Xml" />-->
|
|
|
|
|
<!--<Reference Include="System.Xml.Linq" />-->
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Ionic.Zip" Version="1.9.1.8" PrivateAssets="All" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" PrivateAssets="All" />
|
|
|
|
|
<Reference Include="NLua"
|
2020-01-23 18:59:27 +00:00
|
|
|
|
HintPath="$(SolutionDir)output/dll/nlua/NLua.dll"
|
2020-01-16 22:52:41 +00:00
|
|
|
|
Private="False" />
|
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.24.0" PrivateAssets="All" />
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.1.0" PrivateAssets="All" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-01-23 18:59:27 +00:00
|
|
|
|
<ProjectReference Include="$(SolutionDir)BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj" />
|
|
|
|
|
<ProjectReference Include="$(SolutionDir)Bizware/BizHawk.Bizware.BizwareGL/BizHawk.Bizware.BizwareGL.csproj" />
|
2020-01-16 22:52:41 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-01-23 18:59:27 +00:00
|
|
|
|
<Compile Include="$(SolutionDir)Version/svnrev.cs" />
|
|
|
|
|
<Compile Include="$(SolutionDir)Version/VersionInfo.cs" />
|
2020-01-16 22:52:41 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-20 00:27:56 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="movie/bk2/Bk2Movie.HeaderApi.cs" DependentUpon="Bk2Movie.cs" />
|
|
|
|
|
<Compile Update="movie/bk2/Bk2Movie.InputLog.cs" DependentUpon="Bk2Movie.cs" />
|
|
|
|
|
<Compile Update="movie/bk2/Bk2Movie.IO.cs" DependentUpon="Bk2Movie.cs" />
|
|
|
|
|
<Compile Update="movie/bk2/Bk2Movie.ModeApi.cs" DependentUpon="Bk2Movie.cs" />
|
|
|
|
|
<Compile Update="movie/tasproj/TasMovie.Editing.cs" DependentUpon="TasMovie.cs" />
|
|
|
|
|
<Compile Update="movie/tasproj/TasMovie.IO.cs" DependentUpon="TasMovie.cs" />
|
|
|
|
|
</ItemGroup>
|
2020-01-23 18:59:27 +00:00
|
|
|
|
<Import Project="$(SolutionDir)NamespaceAliasHack.targets" />
|
2020-01-16 22:52:41 +00:00
|
|
|
|
</Project>
|