root/branches/Prowizje/BazaReklam.Tests/BazaReklam.Tests.csproj @ 858

Wersja 841, 2.8 KB (wprowadzona przez marek, 17 years temu)

re #189

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{1F92B18F-0CC7-42F2-B5F2-C4D5E2C768C3}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>BazaReklam.Tests</RootNamespace>
11    <AssemblyName>BazaReklam.Tests</AssemblyName>
12  </PropertyGroup>
13  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14    <DebugSymbols>true</DebugSymbols>
15    <DebugType>full</DebugType>
16    <Optimize>false</Optimize>
17    <OutputPath>bin\Debug\</OutputPath>
18    <DefineConstants>DEBUG;TRACE</DefineConstants>
19    <ErrorReport>prompt</ErrorReport>
20    <WarningLevel>4</WarningLevel>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23    <DebugType>pdbonly</DebugType>
24    <Optimize>true</Optimize>
25    <OutputPath>bin\Release\</OutputPath>
26    <DefineConstants>TRACE</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <ItemGroup>
31    <Reference Include="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
32    <Reference Include="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
33    <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
34      <SpecificVersion>False</SpecificVersion>
35      <HintPath>..\lib\nunit.framework.dll</HintPath>
36    </Reference>
37    <Reference Include="System" />
38    <Reference Include="System.configuration" />
39    <Reference Include="System.Data" />
40    <Reference Include="System.Xml" />
41  </ItemGroup>
42  <ItemGroup>
43    <Compile Include="Properties\AssemblyInfo.cs" />
44    <Compile Include="ProvisionRepositoryTests.cs" />
45  </ItemGroup>
46  <ItemGroup>
47    <ProjectReference Include="..\BazaReklam\Baza Reklam.csproj">
48      <Project>{BBBFA978-486C-4BE9-88C7-F24C0496D0FC}</Project>
49      <Name>Baza Reklam</Name>
50    </ProjectReference>
51  </ItemGroup>
52  <ItemGroup>
53    <None Include="App.config" />
54  </ItemGroup>
55  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
56  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57       Other similar extension points exist, see Microsoft.Common.targets.
58  <Target Name="BeforeBuild">
59  </Target>
60  <Target Name="AfterBuild">
61  </Target>
62  -->
63</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.