|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
|
<UserSecretsId>aspnet-TeknikCore-BE9563D1-0DFB-4141-903C-287B23FF22C7</UserSecretsId>
|
|
|
|
<RootNamespace>Teknik</RootNamespace>
|
|
|
|
<AssemblyName>Teknik</AssemblyName>
|
|
|
|
<TypeScriptToolsVersion>2.8</TypeScriptToolsVersion>
|
|
|
|
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Remove="Areas\About\Data\**" />
|
|
|
|
<Compile Remove="Areas\About\Scripts\**" />
|
|
|
|
<Compile Remove="Areas\Home\Data\**" />
|
|
|
|
<Content Remove="Areas\About\Data\**" />
|
|
|
|
<Content Remove="Areas\About\Scripts\**" />
|
|
|
|
<Content Remove="Areas\Home\Data\**" />
|
|
|
|
<EmbeddedResource Remove="Areas\About\Data\**" />
|
|
|
|
<EmbeddedResource Remove="Areas\About\Scripts\**" />
|
|
|
|
<EmbeddedResource Remove="Areas\Home\Data\**" />
|
|
|
|
<None Remove="Areas\About\Data\**" />
|
|
|
|
<None Remove="Areas\About\Scripts\**" />
|
|
|
|
<None Remove="Areas\Home\Data\**" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="IdentityServer4" Version="2.2.0" />
|
|
|
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="2.6.0" />
|
|
|
|
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="2.1.0" />
|
|
|
|
<PackageReference Include="IdentityServer4.EntityFramework" Version="2.1.1" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="1.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="2.1.0" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.1.0" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.0" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="Microsoft.SyndicationFeed.ReaderWriter" Version="1.0.2" />
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.1.0" />
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" PrivateAssets="All" />
|
|
|
|
<PackageReference Include="nClam" Version="4.0.1" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
|
|
<PackageReference Include="QRCoder" Version="1.3.3" />
|
|
|
|
<PackageReference Include="TwoStepsAuthenticator" Version="1.3.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.1.0-preview1-final" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Areas\About\Models\" />
|
|
|
|
<Folder Include="Areas\About\Views\About\" />
|
|
|
|
<Folder Include="Areas\Abuse\Models\" />
|
|
|
|
<Folder Include="Areas\Admin\Models\" />
|
|
|
|
<Folder Include="Areas\API\Views\APIv1\" />
|
|
|
|
<Folder Include="Areas\API\Views\API\" />
|
|
|
|
<Folder Include="Areas\Dev\Models\" />
|
|
|
|
<Folder Include="Areas\Error\Models\" />
|
|
|
|
<Folder Include="Areas\FAQ\Models\" />
|
|
|
|
<Folder Include="Areas\Help\Models\" />
|
|
|
|
<Folder Include="Areas\Home\Controllers\" />
|
|
|
|
<Folder Include="Areas\Home\Models\" />
|
|
|
|
<Folder Include="Areas\Home\Views\" />
|
|
|
|
<Folder Include="Areas\Privacy\Models\" />
|
|
|
|
<Folder Include="Areas\TOS\Models\" />
|
|
|
|
<Folder Include="Areas\User\Controllers\" />
|
|
|
|
<Folder Include="Controllers\" />
|
|
|
|
<Folder Include="Data\Migrations\" />
|
|
|
|
<Folder Include="Migrations\" />
|
|
|
|
<Folder Include="Views\Shared\" />
|
|
|
|
<Folder Include="wwwroot\" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Configuration\Configuration.csproj" />
|
|
|
|
<ProjectReference Include="..\GitService\GitService.csproj" />
|
|
|
|
<ProjectReference Include="..\Logging\Logging.csproj" />
|
|
|
|
<ProjectReference Include="..\MailService\MailService.csproj" />
|
|
|
|
<ProjectReference Include="..\Tracking\Tracking.csproj" />
|
|
|
|
<ProjectReference Include="..\Utilities\Utilities.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Update="App_Data\Config.json">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Update="App_Data\ConnectionStrings.config">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
<Content Update="App_Data\MachineKey.config">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Update="App_Data\ipBlacklist.txt">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="App_Data\referrerBlacklist.txt">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="App_Data\reservedUsernames.txt">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="App_Data\robots.txt">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties /></VisualStudio></ProjectExtensions>
|
|
|
|
|
|
|
|
</Project>
|