64 строки
3.2 KiB
XML
64 строки
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ProjectCapability Include="TestContainer" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectGuid>e63a23a8-5335-4976-ba47-0ac7f1aedd32</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<FileAlignment>512</FileAlignment>
|
|
<RootNamespace>NFUnitTestSystemLib</RootNamespace>
|
|
<AssemblyName>NFUnitTest</AssemblyName>
|
|
<IsCodedUITest>False</IsCodedUITest>
|
|
<IsTestProject>true</IsTestProject>
|
|
<TestProjectType>UnitTest</TestProjectType>
|
|
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
|
|
<ItemGroup>
|
|
<Compile Include="UnitTestUInt64.cs" />
|
|
<Compile Include="UnitTestUInt32.cs" />
|
|
<Compile Include="UnitTestSingle.cs" />
|
|
<Compile Include="UnitTestSByte.cs" />
|
|
<Compile Include="UnitTestInt64.cs" />
|
|
<Compile Include="UnitTestInt32.cs" />
|
|
<Compile Include="UnitTestUInt16.cs" />
|
|
<Compile Include="UnitTestInt16.cs" />
|
|
<Compile Include="UnitTestDouble.cs" />
|
|
<Compile Include="UnitTestChar.cs" />
|
|
<Compile Include="UnitTestByte.cs" />
|
|
<Compile Include="UnitTestDateTime.cs" />
|
|
<Compile Include="UnitTestGCTest.cs" />
|
|
<Compile Include="UnitTestGuid.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="UnitTestInitLocalTests.cs" />
|
|
<Compile Include="UnitTestParseTests.cs" />
|
|
<Compile Include="UnitTestReflectionAssemblyTest.cs" />
|
|
<Compile Include="UnitTestReflectionMemberTest.cs" />
|
|
<Compile Include="UnitTestReflectionTypeTest.cs" />
|
|
<Compile Include="UnitTestStringTests.cs" />
|
|
<Compile Include="UnitTestBoolean.cs" />
|
|
<Compile Include="UnitTestTimeSpan.cs" />
|
|
<Compile Include="UnitTestTypeTests.cs" />
|
|
<Compile Include="UnitTestWeakReferenceTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\nanoFramework.CoreLibrary\CoreLibrary.nfproj" />
|
|
<ProjectReference Include="..\TestFramework\TestFramework.nfproj" />
|
|
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
|
|
</ItemGroup>
|
|
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
|
|
<ProjectExtensions>
|
|
<ProjectCapabilities>
|
|
<ProjectConfigurationsDeclaredAsItems />
|
|
</ProjectCapabilities>
|
|
</ProjectExtensions>
|
|
</Project> |