root/trunk/eCard/eCardMVC/Platnosci.Tests/Platnosci.Tests.csproj @ 866

Wersja 866, 4.2 KB (wprowadzona przez alina, 16 years temu)

re #215

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>{1FD307C6-4D2F-4013-BD60-DD36FFE08CD4}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Platnosci.Tests</RootNamespace>
12    <AssemblyName>Platnosci.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="MvcContrib, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\lib\MvcContrib.dll</HintPath>
37    </Reference>
38    <Reference Include="MvcContrib.FluentHtml, Version=1.5.996.0, Culture=neutral, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\lib\MvcContrib.FluentHtml.dll</HintPath>
41    </Reference>
42    <Reference Include="MvcContrib.TestHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\lib\MvcContrib.TestHelper.dll</HintPath>
45    </Reference>
46    <Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\lib\nunit.framework.dll</HintPath>
49    </Reference>
50    <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\lib\Rhino.Mocks.dll</HintPath>
53    </Reference>
54    <Reference Include="System" />
55    <Reference Include="System.Core">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
59    <Reference Include="System.Xml.Linq">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Data.DataSetExtensions">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Data" />
66    <Reference Include="System.Xml" />
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="Properties\AssemblyInfo.cs" />
70    <Compile Include="Web\PlatnosciControllerTests.cs" />
71  </ItemGroup>
72  <ItemGroup>
73    <ProjectReference Include="..\Platnosci.Core\Platnosci.Core.csproj">
74      <Project>{329506B5-F705-46AE-A31D-799141FEA70E}</Project>
75      <Name>Platnosci.Core</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\Platnosci\Platnosci.Web.csproj">
78      <Project>{19B73EC2-0D53-4F8C-91E1-A08FCC0174E5}</Project>
79      <Name>Platnosci.Web</Name>
80    </ProjectReference>
81  </ItemGroup>
82  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84       Other similar extension points exist, see Microsoft.Common.targets.
85  <Target Name="BeforeBuild">
86  </Target>
87  <Target Name="AfterBuild">
88  </Target>
89  -->
90</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.