[RTL]
[reactos.git] / reactos / tools / sysgen / TriStateTreeView / TriStateTreeView.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{99CEE41D-B76D-4102-B0AD-C81069509D17}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>
10 </ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>TriStateTreeView</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>TriStateTreeView</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 <StartupObject>
24 </StartupObject>
25 <FileUpgradeFlags>
26 </FileUpgradeFlags>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
29 <OldToolsVersion>2.0</OldToolsVersion>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <OutputPath>bin\Debug\</OutputPath>
33 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
34 <BaseAddress>285212672</BaseAddress>
35 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
36 <ConfigurationOverrideFile>
37 </ConfigurationOverrideFile>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DocumentationFile>
40 </DocumentationFile>
41 <DebugSymbols>true</DebugSymbols>
42 <FileAlignment>4096</FileAlignment>
43 <NoStdLib>false</NoStdLib>
44 <NoWarn>
45 </NoWarn>
46 <Optimize>false</Optimize>
47 <RegisterForComInterop>false</RegisterForComInterop>
48 <RemoveIntegerChecks>false</RemoveIntegerChecks>
49 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
50 <WarningLevel>4</WarningLevel>
51 <DebugType>full</DebugType>
52 <ErrorReport>prompt</ErrorReport>
53 </PropertyGroup>
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55 <OutputPath>bin\Release\</OutputPath>
56 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
57 <BaseAddress>285212672</BaseAddress>
58 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
59 <ConfigurationOverrideFile>
60 </ConfigurationOverrideFile>
61 <DefineConstants>TRACE</DefineConstants>
62 <DocumentationFile>
63 </DocumentationFile>
64 <DebugSymbols>false</DebugSymbols>
65 <FileAlignment>4096</FileAlignment>
66 <NoStdLib>false</NoStdLib>
67 <NoWarn>
68 </NoWarn>
69 <Optimize>true</Optimize>
70 <RegisterForComInterop>false</RegisterForComInterop>
71 <RemoveIntegerChecks>false</RemoveIntegerChecks>
72 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
73 <WarningLevel>4</WarningLevel>
74 <DebugType>none</DebugType>
75 <ErrorReport>prompt</ErrorReport>
76 </PropertyGroup>
77 <ItemGroup>
78 <Reference Include="skybound.visualstyles">
79 <Name>skybound.visualstyles</Name>
80 <HintPath>skybound.visualstyles.dll</HintPath>
81 </Reference>
82 <Reference Include="System">
83 <Name>System</Name>
84 </Reference>
85 <Reference Include="System.Data">
86 <Name>System.Data</Name>
87 </Reference>
88 <Reference Include="System.Drawing">
89 <Name>System.Drawing</Name>
90 </Reference>
91 <Reference Include="System.Windows.Forms">
92 <Name>System.Windows.Forms</Name>
93 </Reference>
94 <Reference Include="System.Xml">
95 <Name>System.XML</Name>
96 </Reference>
97 </ItemGroup>
98 <ItemGroup>
99 <Compile Include="AssemblyInfo.cs">
100 <SubType>Code</SubType>
101 </Compile>
102 <Compile Include="TriStateTreeView.cs">
103 <SubType>Component</SubType>
104 </Compile>
105 <EmbeddedResource Include="TriStateTreeView.resx">
106 <DependentUpon>TriStateTreeView.cs</DependentUpon>
107 </EmbeddedResource>
108 </ItemGroup>
109 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
110 <PropertyGroup>
111 <PreBuildEvent>
112 </PreBuildEvent>
113 <PostBuildEvent>
114 </PostBuildEvent>
115 </PropertyGroup>
116 </Project>