2024-05-02 03:02:26 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-05-01 02:55:43 -04:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
2024-05-02 03:02:26 -04:00
|
|
|
|
<PropertyGroup>
|
2024-05-06 06:46:27 -04:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2024-05-02 03:02:26 -04:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
</PropertyGroup>
|
2024-05-01 02:55:43 -04:00
|
|
|
|
<ItemGroup>
|
2024-05-02 13:19:24 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2024-05-01 02:55:43 -04:00
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Content\SDL2.dll" />
|
|
|
|
|
<Content Include="version.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-05-02 03:02:26 -04:00
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
2024-05-02 09:17:45 -04:00
|
|
|
|
<PackageReference Include="MP3Sharp" Version="1.0.5" />
|
2024-05-02 03:02:26 -04:00
|
|
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
|
|
|
<PackageReference Include="Common.Logging" Version="3.4.1" />
|
|
|
|
|
<PackageReference Include="Common.Logging.Core" Version="3.4.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="Mina" Version="2.0.11" />
|
|
|
|
|
<PackageReference Include="MonoGame.Framework.Portable" Version="3.6.0.1625" />
|
2024-05-02 13:19:24 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2024-05-02 03:02:26 -04:00
|
|
|
|
<PackageReference Include="NLog" Version="4.5.7" />
|
|
|
|
|
<PackageReference Include="Portable.Ninject" Version="3.3.1" />
|
|
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Content\IContent.cs" />
|
2024-05-01 02:55:43 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|