• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_csharp/ex_txn/
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{D3EEDB47-F622-4E8A-A218-076B49C269F1}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>ex_txn</RootNamespace>
11    <AssemblyName>ex_txn</AssemblyName>
12    <StartupObject>
13    </StartupObject>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\build_windows\AnyCPU\Debug\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\build_windows\AnyCPU\Debug\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <ItemGroup>
33    <Reference Include="System" />
34    <Reference Include="System.Data" />
35    <Reference Include="System.Xml" />
36  </ItemGroup>
37  <ItemGroup>
38    <Compile Include="ex_txn.cs" />
39    <Compile Include="PayloadData.cs" />
40    <Compile Include="Properties\AssemblyInfo.cs" />
41  </ItemGroup>
42  <ItemGroup>
43    <ProjectReference Include="..\..\csharp\db_dotnet.csproj">
44      <Project>{4696FB1E-1E5F-40B9-BD8C-A54D3BDA00F6}</Project>
45      <Name>db_dotnet</Name>
46    </ProjectReference>
47  </ItemGroup>
48  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
49  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
50       Other similar extension points exist, see Microsoft.Common.targets.
51  <Target Name="BeforeBuild">
52  </Target>
53  <Target Name="AfterBuild">
54  </Target>
55  -->
56</Project>