Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / dist / adodotnet / testce.2008.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.30729</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{B86CE504-C4E4-496F-A0F0-E613BCFD3DF7}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>test</RootNamespace>
11     <AssemblyName>testce.2008</AssemblyName>
12     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13     <!-- DBSQL: Change the value for Windows Mobile platform 
14     <PlatformFamilyName>PocketPC</PlatformFamilyName>
15     <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
16     <OSVersion>4.20</OSVersion>
17     -->
18     <PlatformFamilyName>WindowsCE</PlatformFamilyName>
19     <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
20     <OSVersion>5.00</OSVersion>
21     <DeployDirSuffix>testce</DeployDirSuffix>
22     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
23     <FormFactorID>
24     </FormFactorID>
25     <StartupObject>
26     </StartupObject>
27     <DeployDirPrefix>%25CSIDL_PROGRAM_FILES%25</DeployDirPrefix>
28     <FileUpgradeFlags>
29     </FileUpgradeFlags>
30     <OldToolsVersion>2.0</OldToolsVersion>
31     <!-- DBSQL: Change the value for Windows Mobile platform 
32     <NativePlatformName>Pocket PC 2003</NativePlatformName>
33     -->
34     <NativePlatformName>Windows CE</NativePlatformName>
35     <UpgradeBackupLocation>
36     </UpgradeBackupLocation>
37   </PropertyGroup>
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39     <DebugSymbols>true</DebugSymbols>
40     <DebugType>full</DebugType>
41     <Optimize>false</Optimize>
42     <OutputPath>..\bin\CompactFramework\</OutputPath>
43     <!-- DBSQL: Change the value for Windows Mobile platform 
44     <DefineConstants>TRACE;DEBUG;PocketPC</DefineConstants>
45     -->
46     <DefineConstants>TRACE;DEBUG;PocketPC;PLATFORM_COMPACTFRAMEWORK</DefineConstants>
47     <NoStdLib>true</NoStdLib>
48     <NoConfig>true</NoConfig>
49     <ErrorReport>prompt</ErrorReport>
50     <FileAlignment>512</FileAlignment>
51     <WarningLevel>4</WarningLevel>
52     <GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
53     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54   </PropertyGroup>
55   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56     <DebugType>none</DebugType>
57     <Optimize>true</Optimize>
58     <OutputPath>..\bin\CompactFramework\</OutputPath>
59     <!-- DBSQL: Change the value for Windows Mobile platform 
60     <DefineConstants>PocketPC</DefineConstants>
61     -->
62     <DefineConstants>PocketPC;PLATFORM_COMPACTFRAMEWORK</DefineConstants>
63     <NoStdLib>true</NoStdLib>
64     <NoConfig>true</NoConfig>
65     <ErrorReport>prompt</ErrorReport>
66     <FileAlignment>512</FileAlignment>
67     <WarningLevel>4</WarningLevel>
68     <GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
69   </PropertyGroup>
70   <ItemGroup>
71     <ProjectReference Include="..\System.Data.SQLite\System.Data.SQLite.Compact.2008.csproj">
72       <Project>{E2BECB1F-8C8C-41ba-B736-9BE7D946A398}</Project>
73       <Name>System.Data.SQLite.Compact.2008</Name>
74       <Private>False</Private>
75     </ProjectReference>
76   </ItemGroup>
77   <ItemGroup>
78     <Reference Include="mscorlib" />
79     <Reference Include="System">
80       <Private>False</Private>
81     </Reference>
82     <Reference Include="System.Data">
83       <Private>False</Private>
84     </Reference>
85     <!-- DBSQL: don't think below element makes sense. Remove it.
86     <Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=1fdb50b1b62b4c84, processorArchitecture=x86">
87       <SpecificVersion>False</SpecificVersion>
88       <Private>True</Private>
89     </Reference>
90     -->
91     <Reference Include="System.Drawing">
92       <Private>False</Private>
93     </Reference>
94     <Reference Include="System.Windows.Forms">
95       <Private>False</Private>
96     </Reference>
97     <Reference Include="System.Xml">
98       <Private>False</Private>
99     </Reference>
100   </ItemGroup>
101   <ItemGroup>
102     <Compile Include="AssemblyInfo.cs" />
103     <Compile Include="Form1.cs">
104       <SubType>Form</SubType>
105     </Compile>
106     <Compile Include="Form1.Designer.cs">
107       <DependentUpon>Form1.cs</DependentUpon>
108     </Compile>
109     <Compile Include="Program.cs" />
110     <Compile Include="TestCases.cs">
111     </Compile>
112   </ItemGroup>
113   <ItemGroup>
114     <EmbeddedResource Include="Form1.resx">
115       <DependentUpon>Form1.cs</DependentUpon>
116       <SubType>Designer</SubType>
117     </EmbeddedResource>
118   </ItemGroup>
119   <ItemGroup>
120     <Folder Include="Properties\" />
121   </ItemGroup>
122   <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
123   <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
124   <ProjectExtensions>
125     <VisualStudio>
126       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
127         <HostingProcess disable="1" />
128       </FlavorProperties>
129     </VisualStudio>
130   </ProjectExtensions>
131   <Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
132 </Project>