blob: 46a57b73c49afaa5491f51c480fdefeee96b55ef [file] [log] [blame]
<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>{C461D986-BC3C-4A48-8B6F-B4EFA47033E6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PhoneBook.Core</RootNamespace>
<AssemblyName>PhoneBook.Test</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>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Agility.Core, Version=1.0.2355.25640, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\local-cache\Agility\Agility.Core.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=1.0.7.30072, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\local-cache\iBatisNet\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Nexus.Core, Version=1.0.2539.22197, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\local-cache\Nexus\Nexus.Core.dll</HintPath>
</Reference>
<Reference Include="Nexus.Test, Version=1.0.2539.22198, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\local-cache\Nexus\Nexus.Test.dll</HintPath>
</Reference>
<Reference Include="Nexus.Web, Version=1.0.2539.22197, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\local-cache\Nexus\Nexus.Web.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="Spring.Core, Version=1.1.0.2, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\local-cache\SpringNet\Spring.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseTest.cs" />
<Compile Include="Commands\DirectoryViewTest.cs" />
<Compile Include="Commands\EditFixture.cs" />
<Compile Include="Commands\FilterLists.cs" />
<Compile Include="Commands\FormatEntry.cs" />
<Compile Include="Commands\SelectAllTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<Project>{F65FCC91-C9CB-40CE-87A6-C0CB00F73592}</Project>
<Name>Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\sqlmap.config.xml" />
<Content Include="Objects.xml" />
<Content Include="Resources\AppBase.xml" />
<Content Include="Resources\AppConfig.xml" />
<Content Include="Resources\AppFields.xml" />
<Content Include="Resources\Catalog.xml" />
<Content Include="Resources\Queries.xml" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\providers.config" />
<None Include="bin\Debug\sqlmap.config" />
</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>