16 lines
645 B
Plaintext
16 lines
645 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ImportGroup Label="PropertySheets" />
|
||
|
<PropertyGroup Label="UserMacros" />
|
||
|
<PropertyGroup>
|
||
|
<ExecutablePath>D:\SDK\sqlapi\sqlapi_msvc2010_3.8.1\bin;$(ExecutablePath)</ExecutablePath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<IncludePath>D:\SDK\sqlapi\sqlapi_msvc2010_3.8.1\include;$(IncludePath)</IncludePath>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<LibraryPath>D:\SDK\sqlapi\sqlapi_msvc2010_3.8.1\lib;$(LibraryPath)</LibraryPath>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup />
|
||
|
<ItemGroup />
|
||
|
</Project>
|