SMBLibrary/SMBLibrary.Adapters/SMBLibrary.Adapters.VS2005.csproj

60 lines
No EOL
2.8 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DF51D33B-F030-4B25-803A-3BEBC35E5BEC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\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>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="NTFileSystemAdapter\IOExceptionHelper.cs" />
<Compile Include="NTFileSystemAdapter\NTFileSystemAdapter.cs" />
<Compile Include="NTFileSystemAdapter\NTFileSystemAdapter.Query.cs" />
<Compile Include="NTFileSystemAdapter\NTFileSystemAdapter.QueryDirectory.cs" />
<Compile Include="NTFileSystemAdapter\NTFileSystemAdapter.QueryFileSystem.cs" />
<Compile Include="NTFileSystemAdapter\NTFileSystemAdapter.Set.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiskAccessLibrary.FileSystems.Abstractions\DiskAccessLibrary.FileSystems.Abstractions.VS2005.csproj">
<Project>{9119EC7E-AF78-4814-BF03-F3823A29A471}</Project>
<Name>DiskAccessLibrary.FileSystems.Abstractions</Name>
</ProjectReference>
<ProjectReference Include="..\SMBLibrary\SMBLibrary.VS2005.csproj">
<Project>{8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}</Project>
<Name>SMBLibrary.VS2005</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>
-->
</Project>