-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathNFUnitTestClasses.nfproj
More file actions
54 lines (54 loc) 路 2.83 KB
/
Copy pathNFUnitTestClasses.nfproj
File metadata and controls
54 lines (54 loc) 路 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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>a4baf1fb-27eb-4d4f-9780-1e399fb7c6eb</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<FileAlignment>512</FileAlignment>
<RootNamespace>NFUnitTestClasses</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="UnitTestConstructorTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UnitTestConstsTests.cs" />
<Compile Include="UnitTestDeclarationTests.cs" />
<Compile Include="UnitTestDestructorTests.cs" />
<Compile Include="UnitTestEventTests.cs" />
<Compile Include="UnitTestFieldTests.cs" />
<Compile Include="UnitTestIndexerTests.cs" />
<Compile Include="UnitTestMembersTests.cs" />
<Compile Include="UnitTestMethodsTests.cs" />
<Compile Include="UnitTestOperatorTests.cs" />
<Compile Include="UnitTestPropertiesTests.cs" />
<Compile Include="UnitTestHashCodeTests.cs" />
<Compile Include="UnitTestStaticTests.cs" />
<Compile Include="UnitTestGenericStaticTests.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>