Update project schemas.

This commit is contained in:
2018-04-11 08:13:49 +01:00
parent a2be2dcf51
commit b14320a44a
22 changed files with 119 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -7,8 +7,10 @@
<OutputType>Exe</OutputType>
<RootNamespace>DiscImageChef.Tests.Devices</RootNamespace>
<AssemblyName>DiscImageChef.Tests.Devices</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<TargetFramework>net45</TargetFramework>
<ReleaseVersion>4.0.99.0</ReleaseVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@@ -96,7 +98,6 @@
<Folder Include="ATA\" />
<Folder Include="SecureDigital\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>