Merge "Remove the summary for non-browserble API" into tizen
[platform/core/csapi/tizenfx.git] / test / ElmSharp.Test / ElmSharp.Test.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectTypeGuids>{2F98DAC9-6F16-457B-AED7-D43CAC379341};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <ProjectGuid>{E901BB06-632D-489E-86AC-66AD2EF85BCC}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>ElmSharp.Test</RootNamespace>
11     <AssemblyName>ElmSharp.Test</AssemblyName>
12     <FileAlignment>512</FileAlignment>
13   </PropertyGroup>
14   <PropertyGroup>
15     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
16     <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
17     <NuGetTargetMoniker>.NETCoreApp,Version=v1.0</NuGetTargetMoniker>
18     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
19     <NoStdLib>true</NoStdLib>
20     <NoWarn>$(NoWarn);1701;1702</NoWarn>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>DEBUG;TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
40   </PropertyGroup>
41   <ItemGroup>
42     <Compile Include="Log.cs" />
43     <Compile Include="Properties\AssemblyInfo.cs" />
44     <Compile Include="TC\AccessibilityRelationTest.cs" />
45     <Compile Include="TC\AccessibilityRoleTest.cs" />
46     <Compile Include="TC\AccessibilityTest.cs" />
47     <Compile Include="TC\BackgroundTest1.cs" />
48     <Compile Include="TC\BackgroundTest2.cs" />
49     <Compile Include="TC\BackgroundTest3.cs" />
50     <Compile Include="TC\FocusAutoScrollModeTest.cs" />
51     <Compile Include="TC\KeyEventTest1.cs" />
52     <Compile Include="TC\GestureLayerTest1.cs" />
53     <Compile Include="TC\ProgressBarTest2.cs" />
54     <Compile Include="TC\ScrollerTest3.cs" />
55     <Compile Include="TC\Wearable\CircleTool.cs" />
56     <Compile Include="TC\TransitTest.cs" />
57     <Compile Include="TC\EcoreTimerTest1.cs" />
58     <Compile Include="TC\EntryTest3.cs" />
59     <Compile Include="TC\EvasMapTest2.cs" />
60     <Compile Include="TC\GenListTest10.cs" />
61     <Compile Include="TC\ImageTest4.cs" />
62     <Compile Include="TC\LabelTest4.cs" />
63     <Compile Include="TC\LabelTest5.cs" />
64     <Compile Include="TC\MultibuttonEntryTest1.cs" />
65     <Compile Include="TC\DateTimeSelectorTest2.cs" />
66     <Compile Include="TC\EntryTest2.cs" />
67     <Compile Include="TC\FlipSelectorTest.cs" />
68     <Compile Include="TC\FloatingButtonTest.cs" />
69     <Compile Include="TC\GenListTest9.cs" />
70     <Compile Include="TC\FocusTest1.cs" />
71     <Compile Include="TC\HoverselTest1.cs" />
72     <Compile Include="TC\MultibuttonEntryTest2.cs" />
73     <Compile Include="TC\NaviframeTest3.cs" />
74     <Compile Include="TC\ScreenInformationTest.cs" />
75     <Compile Include="TC\BoxLayoutTest1.cs" />
76     <Compile Include="TC\BoxTest1.cs" />
77     <Compile Include="TC\BackgroundColorTest1.cs" />
78     <Compile Include="TC\ButtonTest1.cs" />
79     <Compile Include="TC\CalendarTest1.cs" />
80     <Compile Include="TC\CheckTest1.cs" />
81     <Compile Include="TC\ClipperTest1.cs" />
82     <Compile Include="TC\ColorSelectorTest1.cs" />
83     <Compile Include="TC\ContextPopupTest1.cs" />
84     <Compile Include="TC\DateTimeSelectorTest1.cs" />
85     <Compile Include="TC\EvasMapTest1.cs" />
86     <Compile Include="TC\EntryTest1.cs" />
87     <Compile Include="TC\GenGridTest1.cs" />
88     <Compile Include="TC\GenGridTest2.cs" />
89     <Compile Include="TC\GenListTest7.cs" />
90     <Compile Include="TC\GenListTest1.cs" />
91     <Compile Include="TC\GenListTest2.cs" />
92     <Compile Include="TC\GenListTest3.cs" />
93     <Compile Include="TC\GenListTest4.cs" />
94     <Compile Include="TC\GenListTest6.cs" />
95     <Compile Include="TC\LabelTest3.cs" />
96     <Compile Include="TC\ImageTest3.cs" />
97     <Compile Include="TC\ImageTest2.cs" />
98     <Compile Include="TC\LabelTest2.cs" />
99     <Compile Include="TC\TableTest1.cs" />
100     <Compile Include="TC\GenListTest8.cs" />
101     <Compile Include="TC\PerformanceTest.cs" />
102     <Compile Include="TC\GenListTest5.cs" />
103     <Compile Include="TC\IconTest1.cs" />
104     <Compile Include="TC\ImageTest1.cs" />
105     <Compile Include="TC\IndexTest1.cs" />
106     <Compile Include="TC\IndexTest2.cs" />
107     <Compile Include="TC\LabelTest1.cs" />
108     <Compile Include="TC\LabelValignTest1.cs" />
109     <Compile Include="TC\ListTest1.cs" />
110     <Compile Include="TC\NaviframeTest1.cs" />
111     <Compile Include="TC\NaviframeTest2.cs" />
112     <Compile Include="TC\PanelTest1.cs" />
113     <Compile Include="TC\PanelTest2.cs" />
114     <Compile Include="TC\PanesTest1.cs" />
115     <Compile Include="TC\PolygonTest1.cs" />
116     <Compile Include="TC\PopupTest1.cs" />
117     <Compile Include="TC\ProgressBarTest1.cs" />
118     <Compile Include="TC\RadioTest1.cs" />
119     <Compile Include="TC\RectangleTest1.cs" />
120     <Compile Include="TC\ScrollerTest1.cs" />
121     <Compile Include="TC\ScrollerTest2.cs" />
122     <Compile Include="TC\SliderTest1.cs" />
123     <Compile Include="TC\SliderTest2.cs" />
124     <Compile Include="TC\SpinnerTest1.cs" />
125     <Compile Include="TC\ToolbarTest1.cs" />
126     <Compile Include="TC\ToolbarTest2.cs" />
127     <Compile Include="TC\ToolbarTest3.cs" />
128     <Compile Include="TC\ToolbarTest4.cs" />
129     <Compile Include="TC\Wearable\BackgroundColorTest1.cs" />
130     <Compile Include="TC\Wearable\BackgroundTest1.cs" />
131     <Compile Include="TC\Wearable\BackgroundTest2.cs" />
132     <Compile Include="TC\Wearable\BoxLayoutTest1.cs" />
133     <Compile Include="TC\Wearable\ButtonTest1.cs" />
134     <Compile Include="TC\Wearable\ButtonTest2.cs" />
135     <Compile Include="TC\Wearable\CheckTest1.cs" />
136     <Compile Include="TC\Wearable\ClipperTest1.cs" />
137     <Compile Include="TC\Wearable\ContextPopupTest1.cs" />
138     <Compile Include="TC\Wearable\DateTimeSelectorTest1.cs" />
139     <Compile Include="TC\Wearable\DateTimeSelectorTest2.cs" />
140     <Compile Include="TC\Wearable\EcoreTimerTest1.cs" />
141     <Compile Include="TC\Wearable\EntryTest1.cs" />
142     <Compile Include="TC\Wearable\EntryTest2.cs" />
143     <Compile Include="TC\Wearable\EntryTest3.cs" />
144     <Compile Include="TC\Wearable\EntryTest4.cs" />
145     <Compile Include="TC\Wearable\EvasMapTest1.cs" />
146     <Compile Include="TC\Wearable\EvasMapTest2.cs" />
147     <Compile Include="TC\Wearable\FocusTest1.cs" />
148     <Compile Include="TC\Wearable\GenGridTest1.cs" />
149     <Compile Include="TC\Wearable\GenGridTest2.cs" />
150     <Compile Include="TC\Wearable\GenListTest1.cs" />
151     <Compile Include="TC\Wearable\GenListTest10.cs" />
152     <Compile Include="TC\Wearable\GenListTest9.cs" />
153     <Compile Include="TC\Wearable\GenListTest2.cs" />
154     <Compile Include="TC\Wearable\GenListTest3.cs" />
155     <Compile Include="TC\Wearable\GenListTest4.cs" />
156     <Compile Include="TC\Wearable\GenListTest5.cs" />
157     <Compile Include="TC\Wearable\GenListTest6.cs" />
158     <Compile Include="TC\Wearable\GenListTest7.cs" />
159     <Compile Include="TC\Wearable\GenListTest8.cs" />
160     <Compile Include="TC\Wearable\GestureLayerTest1.cs" />
161     <Compile Include="TC\Wearable\IconTest1.cs" />
162     <Compile Include="TC\WindowInternalTest.cs" />
163     <Compile Include="TestCaseBase.cs" />
164     <Compile Include="TestRunner.cs" />
165   </ItemGroup>
166   <ItemGroup>
167     <None Include="ElmSharp.Test.project.json" />
168     <None Include="test.sh" />
169   </ItemGroup>
170   <ItemGroup>
171     <Content Include="res\btn_delete.png" />
172     <Content Include="res\picture.png">
173       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
174     </Content>
175     <Content Include="res\TED\app_icn_ted.png">
176       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177     </Content>
178     <Content Include="res\TED\large\a.jpg">
179       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
180     </Content>
181     <Content Include="res\TED\large\b.jpg">
182       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
183     </Content>
184     <Content Include="res\TED\large\c.jpg">
185       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
186     </Content>
187     <Content Include="res\TED\large\d.jpg">
188       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
189     </Content>
190     <Content Include="res\TED\large\e.jpg">
191       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192     </Content>
193     <Content Include="res\TED\large\f.jpg">
194       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
195     </Content>
196     <Content Include="res\TED\large\g.jpg">
197       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
198     </Content>
199     <Content Include="res\TED\thumbnail\a.jpg">
200       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
201     </Content>
202     <Content Include="res\TED\thumbnail\b.jpg">
203       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
204     </Content>
205     <Content Include="res\TED\thumbnail\c.jpg">
206       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
207     </Content>
208     <Content Include="res\TED\thumbnail\d.jpg">
209       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
210     </Content>
211     <Content Include="res\TED\thumbnail\e.jpg">
212       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
213     </Content>
214     <Content Include="res\TED\thumbnail\f.jpg">
215       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
216     </Content>
217     <Content Include="res\TED\thumbnail\g.jpg">
218       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
219     </Content>
220     <Content Include="shared\res\ElmSharp.Test.png" />
221     <Content Include="tizen-manifest.xml" />
222   </ItemGroup>
223   <ItemGroup>
224     <Reference Include="ElmSharp, Version=1.2.0.0, Culture=neutral, PublicKeyToken=3836ec6cd2c91e8b, processorArchitecture=MSIL">
225       <SpecificVersion>False</SpecificVersion>
226       <HintPath>..\ElmSharp\bin\Debug\netstandard1.3\ElmSharp.dll</HintPath>
227     </Reference>
228   </ItemGroup>
229   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
230   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231        Other similar extension points exist, see Microsoft.Common.targets.
232   <Target Name="BeforeBuild">
233   </Target>
234   <Target Name="AfterBuild">
235   </Target>
236   -->
237   <PropertyGroup>
238     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
239        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
240     -->
241     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
242        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
243        to prevent it from outputting a warning (MSB3644).
244     -->
245     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
246     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
247     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
248   </PropertyGroup>
249   <ProjectExtensions>
250     <VisualStudio>
251       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Debug|Any CPU">
252         <ProjectCommonFlavorCfg />
253       </FlavorProperties>
254       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Release|Any CPU">
255         <ProjectCommonFlavorCfg />
256       </FlavorProperties>
257     </VisualStudio>
258   </ProjectExtensions>
259 </Project>