Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Web.Tests/Agendas.Web.Tests.csproj @ 233:32e4e0e7a140
Probando de armar tests de Agendas.Web
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 04 Oct 2011 20:34:46 -0300 |
parents | 1deccd6c3cb2 |
children | 51faeabfb9d9 a7daa939ef0c |
rev | line source |
---|---|
179 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{10FECBBD-F07F-4721-87DA-D3184CF86C90}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Agendas.Web.Tests</RootNamespace> | |
12 <AssemblyName>Agendas.Web.Tests</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</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> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
34 <Reference Include="NHibernate.ByteCode.Castle"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
35 <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
36 </Reference> |
179 | 37 <Reference Include="nunit.framework"> |
38 <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> | |
39 </Reference> | |
40 <Reference Include="System" /> | |
41 <Reference Include="System.Core" /> | |
42 <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | |
43 <Reference Include="System.Xml.Linq" /> | |
44 <Reference Include="System.Data.DataSetExtensions" /> | |
45 <Reference Include="Microsoft.CSharp" /> | |
46 <Reference Include="System.Data" /> | |
47 <Reference Include="System.Xml" /> | |
48 </ItemGroup> | |
49 <ItemGroup> | |
50 <Compile Include="AutorizationsTests.cs" /> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
51 <Compile Include="Controllers\EventoControllerTests.cs" /> |
179 | 52 <Compile Include="Properties\AssemblyInfo.cs" /> |
53 </ItemGroup> | |
54 <ItemGroup> | |
55 <ProjectReference Include="..\Agendas.Domain\Agendas.Domain.csproj"> | |
56 <Project>{A14907DF-02E4-4FA7-BE27-4292AF50AA22}</Project> | |
57 <Name>Agendas.Domain</Name> | |
58 </ProjectReference> | |
59 <ProjectReference Include="..\Agendas.Web\Agendas.Web.csproj"> | |
60 <Project>{319A8E3D-C61E-455F-A1BF-A6B1B1636BAB}</Project> | |
61 <Name>Agendas.Web</Name> | |
62 </ProjectReference> | |
63 </ItemGroup> | |
233
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
64 <ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
65 <None Include="App_.config"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
66 <SubType>Designer</SubType> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
67 </None> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
68 <Content Include="App.config"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
69 <SubType>Designer</SubType> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
70 </Content> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
71 </ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
72 <ItemGroup> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
73 <Content Include="hibernate.cfg.xml"> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
74 <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
75 </Content> |
32e4e0e7a140
Probando de armar tests de Agendas.Web
juanjose.montesdeocaarbos
parents:
179
diff
changeset
|
76 </ItemGroup> |
179 | 77 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
78 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
79 Other similar extension points exist, see Microsoft.Common.targets. | |
80 <Target Name="BeforeBuild"> | |
81 </Target> | |
82 <Target Name="AfterBuild"> | |
83 </Target> | |
84 --> | |
85 </Project> |