mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-16 17:16:25 +00:00
58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ProductVersion>8.0.50727</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{B7250534-4FB1-450D-865C-59231820EAB5}</ProjectGuid>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>excs_access</RootNamespace>
|
||
|
<AssemblyName>excs_access</AssemblyName>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>..\..\..\build_windows\AnyCPU\Debug\</OutputPath>
|
||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>..\..\..\build_windows\AnyCPU\Release\</OutputPath>
|
||
|
<DefineConstants>TRACE</DefineConstants>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System"/>
|
||
|
<Reference Include="System.Data"/>
|
||
|
<Reference Include="System.Xml"/>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="excs_access.cs"/>
|
||
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
||
|
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\..\lang\csharp\src\db_dotnet.csproj">
|
||
|
<Project>{4696FB1E-1E5F-40B9-BD8C-A54D3BDA00F6}</Project>
|
||
|
<Name>db_dotnet</Name>
|
||
|
</ProjectReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
|
||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||
|
<Target Name="BeforeBuild">
|
||
|
</Target>
|
||
|
<Target Name="AfterBuild">
|
||
|
</Target>
|
||
|
-->
|
||
|
<PropertyGroup>
|
||
|
<PreBuildEvent/>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|