39 lines
1.6 KiB
XML
39 lines
1.6 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{47CC75BB-AD6A-4596-9E55-8CD427A88BBE}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<NoStandardLibraries>false</NoStandardLibraries>
|
|
<AssemblyName>Interop.IMAPI</AssemblyName>
|
|
<RootNamespace>Interop.IMAPI</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>.\bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>bin\Debug\Interop.IMAPI.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>.\bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>bin\Release\Interop.IMAPI.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="IMAPIv2.cs" />
|
|
<Compile Include="IMAPIv2FS.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="CustomMarshalers" />
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
<ProjectExtensions>
|
|
<VisualStudio AllowExistingFolder="true" />
|
|
</ProjectExtensions>
|
|
</Project> |