root/branches/Prowizje/Wierszowki/Wierszowki.Tests/Wierszowki.Tests.csproj

Wersja 752, 4.0 KB (wprowadzona przez marek, 17 years temu)

wiersz

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{93E3F2D7-9C35-476B-B020-D45B3CAA53CB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Wierszowki.Tests</RootNamespace>
12    <AssemblyName>Wierszowki.Tests</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\lib\nunit.framework.dll</HintPath>
37    </Reference>
38    <Reference Include="System" />
39    <Reference Include="System.Core">
40      <RequiredTargetFramework>3.5</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="System.Data.Linq">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
46    <Reference Include="System.Xml.Linq">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data.DataSetExtensions">
50      <RequiredTargetFramework>3.5</RequiredTargetFramework>
51    </Reference>
52    <Reference Include="System.Data" />
53    <Reference Include="System.Xml" />
54    <Reference Include="xVal, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\lib\xVal.dll</HintPath>
57    </Reference>
58  </ItemGroup>
59  <ItemGroup>
60    <Compile Include="Core\UserRepositoryTests.cs" />
61    <Compile Include="Properties\AssemblyInfo.cs" />
62    <Compile Include="TestUserRepository.cs" />
63    <Compile Include="TestUserService.cs" />
64    <Compile Include="Web\UserControllerTests.cs" />
65  </ItemGroup>
66  <ItemGroup>
67    <ProjectReference Include="..\Wierszowki.Model\Wierszowki.Core.csproj">
68      <Project>{6989D678-D858-43CD-9B15-107DA97341DC}</Project>
69      <Name>Wierszowki.Core</Name>
70    </ProjectReference>
71    <ProjectReference Include="..\Wierszowki.Services\Wierszowki.Services.csproj">
72      <Project>{8CCEDDCE-539F-4E58-B3CB-A8030F1F5CBC}</Project>
73      <Name>Wierszowki.Services</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\Wierszowki.Web\Wierszowki.Web.csproj">
76      <Project>{554BAE5F-D85A-461F-8272-2A7F24A65DE0}</Project>
77      <Name>Wierszowki.Web</Name>
78    </ProjectReference>
79  </ItemGroup>
80  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82       Other similar extension points exist, see Microsoft.Common.targets.
83  <Target Name="BeforeBuild">
84  </Target>
85  <Target Name="AfterBuild">
86  </Target>
87  -->
88</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.