Mercurial > silverbladetech
comparison SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj @ 107:572886951353
Working tests under StatLight
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 06 May 2012 16:09:28 +0100 |
parents | db05a55e3536 |
children | 11994ccdc50b |
comparison
equal
deleted
inserted
replaced
106:62477c2e8837 | 107:572886951353 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.30703</ProductVersion> | 6 <ProductVersion>9.0.30729</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{02CCF8C7-1311-453F-BF82-3564AD9E7B8C}</ProjectGuid> | 8 <ProjectGuid>{D6F19856-008B-4FD6-B5B9-B941AD1AA7B5}</ProjectGuid> |
9 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
9 <OutputType>Library</OutputType> | 10 <OutputType>Library</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 11 <AppDesignerFolder>Properties</AppDesignerFolder> |
11 <RootNamespace>SilverlightValidation.Tests</RootNamespace> | 12 <RootNamespace>SilverlightValidation.Tests</RootNamespace> |
12 <AssemblyName>SilverlightValidation.Tests</AssemblyName> | 13 <AssemblyName>SilverlightValidation.Tests</AssemblyName> |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 14 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
14 <FileAlignment>512</FileAlignment> | 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> | |
15 </PropertyGroup> | 53 </PropertyGroup> |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 <DebugSymbols>true</DebugSymbols> | 55 <DebugSymbols>true</DebugSymbols> |
18 <DebugType>full</DebugType> | 56 <DebugType>full</DebugType> |
19 <Optimize>false</Optimize> | 57 <Optimize>false</Optimize> |
20 <OutputPath>bin\Debug\</OutputPath> | 58 <OutputPath>Bin\Debug</OutputPath> |
21 <DefineConstants>DEBUG;TRACE</DefineConstants> | 59 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants> |
60 <NoStdLib>true</NoStdLib> | |
61 <NoConfig>true</NoConfig> | |
22 <ErrorReport>prompt</ErrorReport> | 62 <ErrorReport>prompt</ErrorReport> |
23 <WarningLevel>4</WarningLevel> | 63 <WarningLevel>4</WarningLevel> |
24 </PropertyGroup> | 64 </PropertyGroup> |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 <DebugType>pdbonly</DebugType> | 66 <DebugType>pdbonly</DebugType> |
27 <Optimize>true</Optimize> | 67 <Optimize>true</Optimize> |
28 <OutputPath>bin\Release\</OutputPath> | 68 <OutputPath>Bin\Release</OutputPath> |
29 <DefineConstants>TRACE</DefineConstants> | 69 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants> |
70 <NoStdLib>true</NoStdLib> | |
71 <NoConfig>true</NoConfig> | |
30 <ErrorReport>prompt</ErrorReport> | 72 <ErrorReport>prompt</ErrorReport> |
31 <WarningLevel>4</WarningLevel> | 73 <WarningLevel>4</WarningLevel> |
32 </PropertyGroup> | 74 </PropertyGroup> |
33 <ItemGroup> | 75 <ItemGroup> |
34 <Reference Include="FakeItEasy"> | 76 <Reference Include="FluentAssertions.Silverlight"> |
35 <HintPath>..\Libs\FakeItEasy.dll</HintPath> | 77 <HintPath>..\Libs\FluentAssertions.Silverlight.dll</HintPath> |
36 </Reference> | |
37 <Reference Include="FluentAssertions"> | |
38 <HintPath>..\Libs\FluentAssertions.dll</HintPath> | |
39 </Reference> | 78 </Reference> |
40 <Reference Include="FluentValidation"> | 79 <Reference Include="FluentValidation"> |
41 <HintPath>..\Libs\FluentValidation.dll</HintPath> | 80 <HintPath>..\Libs\FluentValidation.dll</HintPath> |
42 </Reference> | 81 </Reference> |
43 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | 82 <Reference Include="GalaSoft.MvvmLight.Extras.SL5, Version=4.0.21.32933, Culture=neutral, PublicKeyToken=e7f91b7703710fe7, processorArchitecture=MSIL"> |
44 <HintPath>..\Libs\nunit.framework.dll</HintPath> | 83 <SpecificVersion>False</SpecificVersion> |
84 <HintPath>..\Libs\GalaSoft.MvvmLight.Extras.SL5.dll</HintPath> | |
45 </Reference> | 85 </Reference> |
46 <Reference Include="System" /> | 86 <Reference Include="GalaSoft.MvvmLight.SL5, Version=4.0.21.32885, Culture=neutral, PublicKeyToken=c114982fcf1a3a2e, processorArchitecture=MSIL"> |
87 <SpecificVersion>False</SpecificVersion> | |
88 <HintPath>..\Libs\GalaSoft.MvvmLight.SL5.dll</HintPath> | |
89 </Reference> | |
90 <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
91 <HintPath>..\Libs\Microsoft.Practices.ServiceLocation.dll</HintPath> | |
92 </Reference> | |
93 <Reference Include="Microsoft.Silverlight.Testing"> | |
94 <HintPath>..\Libs\Microsoft.Silverlight.Testing.dll</HintPath> | |
95 </Reference> | |
96 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight"> | |
97 <HintPath>..\Libs\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath> | |
98 </Reference> | |
99 <Reference Include="Moq.Silverlight"> | |
100 <HintPath>..\Libs\Moq.Silverlight.dll</HintPath> | |
101 </Reference> | |
102 <Reference Include="System.Windows" /> | |
103 <Reference Include="mscorlib" /> | |
104 <Reference Include="system" /> | |
47 <Reference Include="System.Core" /> | 105 <Reference Include="System.Core" /> |
48 <Reference Include="System.Windows"> | 106 <Reference Include="System.Net" /> |
49 <HintPath>..\Libs\System.Windows.dll</HintPath> | 107 <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
108 <HintPath>..\Libs\System.Windows.Controls.dll</HintPath> | |
50 </Reference> | 109 </Reference> |
51 <Reference Include="System.Xml.Linq" /> | 110 <Reference Include="System.Windows.Controls.Data, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
52 <Reference Include="System.Data.DataSetExtensions" /> | 111 <HintPath>..\Libs\System.Windows.Controls.Data.dll</HintPath> |
53 <Reference Include="Microsoft.CSharp" /> | 112 </Reference> |
54 <Reference Include="System.Data" /> | 113 <Reference Include="System.Windows.Controls.Data.Input, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
114 <HintPath>..\Libs\System.Windows.Controls.Data.Input.dll</HintPath> | |
115 </Reference> | |
116 <Reference Include="System.Windows.Controls.Navigation, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
117 <HintPath>..\Libs\System.Windows.Controls.Navigation.dll</HintPath> | |
118 </Reference> | |
119 <Reference Include="System.Windows.Interactivity, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
120 <HintPath>..\Libs\System.Windows.Interactivity.dll</HintPath> | |
121 </Reference> | |
55 <Reference Include="System.Xml" /> | 122 <Reference Include="System.Xml" /> |
123 <Reference Include="System.Windows.Browser" /> | |
124 <Reference Include="System.Xml.Linq, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | |
125 <Reference Include="System.Xml.Serialization, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | |
56 </ItemGroup> | 126 </ItemGroup> |
57 <ItemGroup> | 127 <ItemGroup> |
128 <Compile Include="App.xaml.cs"> | |
129 <DependentUpon>App.xaml</DependentUpon> | |
130 </Compile> | |
131 <Compile Include="Properties\AssemblyInfo.cs" /> | |
58 <Compile Include="Fakes\UserModelValidatorFake.cs" /> | 132 <Compile Include="Fakes\UserModelValidatorFake.cs" /> |
59 <Compile Include="ViewModels\UserListViewModelFixture.cs" /> | 133 <Compile Include="ViewModels\UserListViewModelFixture.cs" /> |
60 <Compile Include="Properties\AssemblyInfo.cs" /> | |
61 <Compile Include="ViewModels\UserViewModelFixture.cs" /> | 134 <Compile Include="ViewModels\UserViewModelFixture.cs" /> |
62 <Compile Include="ViewModels\ViewModelBaseFixture.cs" /> | 135 <Compile Include="ViewModels\ViewModelBaseFixture.cs" /> |
136 </ItemGroup> | |
137 <ItemGroup> | |
138 <None Include="Properties\AppManifest.xml" /> | |
63 </ItemGroup> | 139 </ItemGroup> |
64 <ItemGroup> | 140 <ItemGroup> |
65 <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj"> | 141 <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj"> |
66 <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project> | 142 <Project>{13B5F568-F402-4A2A-9A23-0FDF0B5564E3}</Project> |
67 <Name>SilverlightValidation.PL</Name> | 143 <Name>SilverlightValidation.PL</Name> |
68 </ProjectReference> | 144 </ProjectReference> |
69 </ItemGroup> | 145 </ItemGroup> |
70 <ItemGroup> | 146 <ItemGroup> |
71 <None Include="packages.config" /> | 147 <Page Include="App.xaml"> |
148 <Generator>MSBuild:Compile</Generator> | |
149 <SubType>Designer</SubType> | |
150 </Page> | |
72 </ItemGroup> | 151 </ItemGroup> |
73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 152 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> |
74 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 153 <Import Condition="$(SilverlightVersion)=='v3.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v3.0)Microsoft.Silverlight.Toolkit.Build.targets" /> |
75 Other similar extension points exist, see Microsoft.Common.targets. | 154 <Import Condition="$(SilverlightVersion)=='v4.0'" Project="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SilverlightToolkit\Tools\v4.0)Microsoft.Silverlight.Toolkit.Build.targets" /> |
76 <Target Name="BeforeBuild"> | 155 <ProjectExtensions> |
77 </Target> | 156 <VisualStudio> |
78 <Target Name="AfterBuild"> | 157 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> |
79 </Target> | 158 <SilverlightProjectProperties /> |
80 --> | 159 </FlavorProperties> |
160 </VisualStudio> | |
161 </ProjectExtensions> | |
81 </Project> | 162 </Project> |