comparison SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj @ 94:be4d751f6bff

Unit test project added
author stevenhollidge <stevenhollidge@hotmail.com>
date Sat, 05 May 2012 10:49:49 +0100
parents
children 188f8b366e87
comparison
equal deleted inserted replaced
93:03272bcb3cc0 94:be4d751f6bff
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>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{12AE7560-AD64-4635-8A6B-772256FF0EDD}</ProjectGuid>
9 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>SilverlightValidation.Tests</RootNamespace>
13 <AssemblyName>SilverlightValidation.Tests</AssemblyName>
14 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
15 <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
16 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
17 <SilverlightApplication>true</SilverlightApplication>
18 <SupportedCultures />
19 <XapOutputs>true</XapOutputs>
20 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
21 <XapFilename>SilverlightValidation.Tests.xap</XapFilename>
22 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
23 <SilverlightAppEntry>SilverlightValidation.Tests.App</SilverlightAppEntry>
24 <TestPageFileName>TestPage.html</TestPageFileName>
25 <CreateTestPage>true</CreateTestPage>
26 <ValidateXaml>true</ValidateXaml>
27 <EnableOutOfBrowser>false</EnableOutOfBrowser>
28 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
29 <UsePlatformExtensions>false</UsePlatformExtensions>
30 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
31 <LinkedServerProject />
32 </PropertyGroup>
33 <!--
34 //
35 // Silverlight Code Coverage Instrumentation
36 // List any libraries or assemblies that you would like to instrument during
37 // a code coverage pass. An example, for ClassLibrary1, is provided, and
38 // commented out below as a starting point:
39 //
40 -->
41 <!--
42 <ItemGroup>
43 <InstrumentSilverlightAssemblies Include="SilverlightClassLibrary1">
44 <Visible>false</Visible>
45 </InstrumentSilverlightAssemblies>
46 </ItemGroup>
47 -->
48 <!-- This property group is only here to support building this project using the
49 MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
50 to set the TargetFrameworkVersion to v3.5 -->
51 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
52 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
53 </PropertyGroup>
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
55 <DebugSymbols>true</DebugSymbols>
56 <DebugType>full</DebugType>
57 <Optimize>false</Optimize>
58 <OutputPath>Bin\Debug</OutputPath>
59 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
60 <NoStdLib>true</NoStdLib>
61 <NoConfig>true</NoConfig>
62 <ErrorReport>prompt</ErrorReport>
63 <WarningLevel>4</WarningLevel>
64 </PropertyGroup>
65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
66 <DebugType>pdbonly</DebugType>
67 <Optimize>true</Optimize>
68 <OutputPath>Bin\Release</OutputPath>
69 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
70 <NoStdLib>true</NoStdLib>
71 <NoConfig>true</NoConfig>
72 <ErrorReport>prompt</ErrorReport>
73 <WarningLevel>4</WarningLevel>
74 </PropertyGroup>
75 <ItemGroup>
76 <Reference Include="Microsoft.Silverlight.Testing">
77 <HintPath>..\Libs\Microsoft.Silverlight.Testing.dll</HintPath>
78 </Reference>
79 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
80 <HintPath>..\Libs\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
81 </Reference>
82 <Reference Include="NUnit.Silverlight.Compatibility">
83 <HintPath>..\Libs\NUnit.Silverlight.Compatibility.dll</HintPath>
84 </Reference>
85 <Reference Include="NUnit.Silverlight.Framework">
86 <HintPath>..\Libs\NUnit.Silverlight.Framework.dll</HintPath>
87 </Reference>
88 <Reference Include="NUnit.Silverlight.Metadata">
89 <HintPath>..\Libs\NUnit.Silverlight.Metadata.dll</HintPath>
90 </Reference>
91 <Reference Include="System.Windows" />
92 <Reference Include="mscorlib" />
93 <Reference Include="system" />
94 <Reference Include="System.Core" />
95 <Reference Include="System.Net" />
96 <Reference Include="System.Xml" />
97 <Reference Include="System.Windows.Browser" />
98 </ItemGroup>
99 <ItemGroup>
100 <Compile Include="Properties\AssemblyInfo.cs" />
101 <Compile Include="ViewModels\UserListViewModel.cs" />
102 <Compile Include="ViewModels\UserViewModel.cs" />
103 </ItemGroup>
104 <ItemGroup>
105 <None Include="Properties\AppManifest.xml" />
106 </ItemGroup>
107 <ItemGroup>
108 <ProjectReference Include="..\SilverlightValidation\SilverlightValidation.csproj">
109 <Project>{0C1CC1FC-915A-4428-8952-CDC79EABC3F4}</Project>
110 <Name>SilverlightValidation</Name>
111 </ProjectReference>
112 </ItemGroup>
113 <ItemGroup>
114 <Folder Include="Validators\" />
115 </ItemGroup>
116 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
117 <Import Condition="$(SilverlightVersion)=='v3.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v3.0)Microsoft.Silverlight.Toolkit.Build.targets" />
118 <Import Condition="$(SilverlightVersion)=='v4.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v4.0)Microsoft.Silverlight.Toolkit.Build.targets" />
119 <ProjectExtensions>
120 <VisualStudio>
121 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
122 <SilverlightProjectProperties />
123 </FlavorProperties>
124 </VisualStudio>
125 </ProjectExtensions>
126 </Project>