Blog: Foscam VMS not showing device username/password: MyApp.csproj
File MyApp.csproj, 354 bytes (added by , 4 years ago) |
---|
Line | |
---|---|
1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | |
3 | <PropertyGroup> |
4 | <OutputType>Exe</OutputType> |
5 | <TargetFramework>net4.6</TargetFramework> |
6 | <PlatformTarget>x64</PlatformTarget> |
7 | <DebugType>portable</DebugType> |
8 | </PropertyGroup> |
9 | <ItemGroup> |
10 | <PackageReference Include="System.Data.SQLite" Version="1.0.110.0" /> |
11 | </ItemGroup> |
12 | </Project> |