root/trunk/src/UnitTests/Ayende.NHibernateQueryAnalyzer.UnitTests.csproj

User picture

Author: ricardoborges

Revision: 36 («Previous)


File Size: 11 KB

(February 03, 2010 00:24 UTC) Over 2 years ago

refactoring the project directories to tags/branches/trunk standard

 
Show/hide line numbers
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{F5B8D50F-D04D-4842-822C-E51FC2A31DCC}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ApplicationIcon>
    </ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>Ayende.NHibernateQueryAnalyzer.UnitTests</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>Ayende.NHibernateQueryAnalyzer.UnitTests</RootNamespace>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>2.0</OldToolsVersion>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    <PlatformTarget>x64</PlatformTarget>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    <PlatformTarget>x64</PlatformTarget>
    <OutputPath>bin\x64\Release\</OutputPath>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <OutputPath>bin\x86\Release\</OutputPath>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Castle.Core, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\Castle.Core.dll</HintPath>
    </Reference>
    <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\Castle.DynamicProxy2.dll</HintPath>
    </Reference>
    <Reference Include="Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\Iesi.Collections.dll</HintPath>
    </Reference>
    <Reference Include="log4net, Version=1.2.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\log4net.dll</HintPath>
    </Reference>
    <Reference Include="MbUnit.Framework, Version=2.4.2.355, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\MbUnit.Framework.dll</HintPath>
    </Reference>
    <Reference Include="NHibernate, Version=2.0.0.1001, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\NHibernate.dll</HintPath>
    </Reference>
    <Reference Include="NHibernate.ProxyGenerators.CastleDynamicProxy, Version=2.1.0.1001, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\NHibernate.ProxyGenerators.CastleDynamicProxy.dll</HintPath>
    </Reference>
    <Reference Include="Nullables, Version=2.0.0.1001, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\Nullables.dll</HintPath>
    </Reference>
    <Reference Include="Rhino.Mocks, Version=2.7.0.40926, Culture=neutral, PublicKeyToken=0b3305902db7183f">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\Rhino.Mocks.dll</HintPath>
    </Reference>
    <Reference Include="System">
      <Name>System</Name>
    </Reference>
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\lib\System.Data.SQLite.dll</HintPath>
    </Reference>
    <Reference Include="System.Windows.Forms">
      <Name>System.Windows.Forms</Name>
    </Reference>
    <Reference Include="System.Xml">
      <Name>System.XML</Name>
    </Reference>
    <ProjectReference Include="..\Core\Ayende.NHibernateQueryAnalyzer.Core.csproj">
      <Name>Ayende.NHibernateQueryAnalyzer.Core</Name>
      <Project>{F2C146D1-87B7-48D2-9EB8-58AE26A2E970}</Project>
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
    </ProjectReference>
    <ProjectReference Include="..\ProjectLoader\Ayende.NHibernateQueryAnalyzer.ProjectLoader.csproj">
      <Project>{CCF2B115-63F5-404A-BBC0-19DFBB0A34AA}</Project>
      <Name>Ayende.NHibernateQueryAnalyzer.ProjectLoader</Name>
    </ProjectReference>
    <ProjectReference Include="..\UserInterface\Ayende.NHibernateQueryAnalyzer.UserInterface.csproj">
      <Name>Ayende.NHibernateQueryAnalyzer.UserInterface</Name>
      <Project>{353066C8-443B-4E76-AE36-41015889BFAF}</Project>
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
    </ProjectReference>
    <ProjectReference Include="..\Utilities\Ayende.NHibernateQueryAnalyzer.Utilities.csproj">
      <Name>Ayende.NHibernateQueryAnalyzer.Utilities</Name>
      <Project>{E2C146D1-87B7-48D2-9EB8-58AE26A2E970}</Project>
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
    <Compile Include="Core\ErrorHandlingTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Core\ProjectBuidingAndUsageTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Core\ProjectRepositoryTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="DeploymentTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="GlobalSetup.cs" />
    <Compile Include="IntegrationTests\BuildingProjectTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="IntegrationTests\DataBaseSetupImplTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="IntegrationTests\QueryPresenterIntegrationTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Remote\HqlResultGraphTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Remote\RemoteObjectTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Remote\RemoteProjectTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SchmaEditing\AttributeFieldReferenceTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SchmaEditing\NodeFieldReferenceCollection.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SchmaEditing\NodeFieldReferenceTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SchmaEditing\SchemaEditorNodeTestFactory.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SchmaEditing\SchemaEditorTestNode.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SchmaEditing\SchemaEditorTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="TestUtilities\ExecuteInUI.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="TestUtilities\TestDataUtil.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserInteface\Commands\BuildProjectCommandTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserInteface\Commands\ExecuteQueryCommandTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserInteface\MainPresenterTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserInteface\ProjectPresenterTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserInteface\QueryPresenterTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="UserInteface\QueryPresenter_HandlingParametersTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Utilties\ReflectionUtilTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Utilties\TextTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Utilties\ThreadSafeQueueTests.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Utilties\ValidationTests.cs">
      <SubType>Code</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Mapping.xml" />
  </ItemGroup>
  <ItemGroup>
    <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>md "$(TargetDir)TestProject"
copy /Y "$(SolutionDir)Tools\TestData\*.*" "$(TargetDir)TestProject\*.*"</PostBuildEvent>
  </PropertyGroup>
</Project>