Update BrowserGhost.csproj

This commit is contained in:
n0thing 2020-06-17 18:14:36 +08:00 committed by GitHub
parent b043891d31
commit e3db37ad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -69,6 +69,7 @@
<Compile Include="AesGcm.cs" />
<Compile Include="BCrypt.cs" />
<Compile Include="Program.cs" />
<Compile Include="SharpEdge.cs" />
<Compile Include="SQLite\**\*.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@ -90,4 +91,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>