Support alert nodes by introducing $descendant and !ttsProps.
[chromium-blink-merge.git] / tools / stats_viewer / stats_viewer.csproj
blob2b6fa6c8305093a50bfdd4dcc0089238e16d4fbd
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{41735CD9-3E35-47F7-9FD1-4A9950B6B131}</ProjectGuid>\r
8     <OutputType>WinExe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>StatsViewer</RootNamespace>\r
11     <AssemblyName>stats_viewer</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>$(SolutionDir)$(Configuration)</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <DebugType>pdbonly</DebugType>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>$(SolutionDir)$(Configuration)</OutputPath>\r
27     <DefineConstants>TRACE</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <ItemGroup>\r
32     <Reference Include="System" />\r
33     <Reference Include="System.Data" />\r
34     <Reference Include="System.Deployment" />\r
35     <Reference Include="System.Drawing" />\r
36     <Reference Include="System.Windows.Forms" />\r
37     <Reference Include="System.Xml" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <Compile Include="OpenDialog.cs">\r
41       <SubType>Form</SubType>\r
42     </Compile>\r
43     <Compile Include="OpenDialog.Designer.cs">\r
44       <DependentUpon>OpenDialog.cs</DependentUpon>\r
45     </Compile>\r
46     <Compile Include="Resources.Designer.cs">\r
47       <AutoGen>True</AutoGen>\r
48       <DesignTime>True</DesignTime>\r
49       <DependentUpon>Resources.resx</DependentUpon>\r
50     </Compile>\r
51     <Compile Include="stats_viewer.cs">\r
52       <SubType>Form</SubType>\r
53     </Compile>\r
54     <Compile Include="stats_viewer.Designer.cs">\r
55       <DependentUpon>stats_viewer.cs</DependentUpon>\r
56     </Compile>\r
57     <Compile Include="Program.cs" />\r
58     <Compile Include="Properties\AssemblyInfo.cs" />\r
59     <EmbeddedResource Include="OpenDialog.resx">\r
60       <SubType>Designer</SubType>\r
61       <DependentUpon>OpenDialog.cs</DependentUpon>\r
62     </EmbeddedResource>\r
63     <EmbeddedResource Include="Resources.resx">\r
64       <SubType>Designer</SubType>\r
65       <Generator>ResXFileCodeGenerator</Generator>\r
66       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
67     </EmbeddedResource>\r
68     <EmbeddedResource Include="stats_viewer.resx">\r
69       <SubType>Designer</SubType>\r
70       <DependentUpon>stats_viewer.cs</DependentUpon>\r
71     </EmbeddedResource>\r
72     <EmbeddedResource Include="Properties\Resources.resx">\r
73       <Generator>ResXFileCodeGenerator</Generator>\r
74       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
75       <SubType>Designer</SubType>\r
76     </EmbeddedResource>\r
77     <Compile Include="Properties\Resources.Designer.cs">\r
78       <AutoGen>True</AutoGen>\r
79       <DependentUpon>Resources.resx</DependentUpon>\r
80     </Compile>\r
81     <None Include="Properties\Settings.settings">\r
82       <Generator>SettingsSingleFileGenerator</Generator>\r
83       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
84     </None>\r
85     <Compile Include="Properties\Settings.Designer.cs">\r
86       <AutoGen>True</AutoGen>\r
87       <DependentUpon>Settings.settings</DependentUpon>\r
88       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
89     </Compile>\r
90     <Compile Include="stats_table.cs" />\r
91     <Compile Include="win32.cs" />\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <None Include="Resources\kitten.png" />\r
95   </ItemGroup>\r
96   <ItemGroup>\r
97     <None Include="Resources\kittenbackground.png" />\r
98   </ItemGroup>\r
99   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
100   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
101        Other similar extension points exist, see Microsoft.Common.targets.\r
102   <Target Name="BeforeBuild">\r
103   </Target>\r
104   <Target Name="AfterBuild">\r
105   </Target>\r
106   -->\r
107 </Project>