PageRenderTime 51ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/MVVM RI/MVVM.Questionnaires.Tests/MVVM.Questionnaires.Tests.csproj

#
MSBuild | 137 lines | 127 code | 0 blank | 10 comment | 0 complexity | 64783bb587768f75bb9704b282dbb327 MD5 | raw file
  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.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6055E6AA-035B-466B-A26E-85FCFB1CFB3E}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>MVVM.Questionnaires.Tests</RootNamespace>
  13. <AssemblyName>MVVM.Questionnaires.Tests</AssemblyName>
  14. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>MVVM.Questionnaires.Tests.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>MVVM.Questionnaires.Tests.App</SilverlightAppEntry>
  25. <TestPageFileName>MVVM.Questionnaires.TestsTestPage.html</TestPageFileName>
  26. <CreateTestPage>true</CreateTestPage>
  27. <ValidateXaml>true</ValidateXaml>
  28. <EnableOutOfBrowser>false</EnableOutOfBrowser>
  29. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  30. <UsePlatformExtensions>false</UsePlatformExtensions>
  31. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  32. <LinkedServerProject>
  33. </LinkedServerProject><TargetFrameworkProfile />
  34. </PropertyGroup>
  35. <!-- This property group is only here to support building this project using the
  36. MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
  37. to set the TargetFrameworkVersion to v3.5 -->
  38. <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
  39. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>Bin\Debug</OutputPath>
  46. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  47. <NoStdLib>true</NoStdLib>
  48. <NoConfig>true</NoConfig>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>Bin\Release</OutputPath>
  56. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  57. <NoStdLib>true</NoStdLib>
  58. <NoConfig>true</NoConfig>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Microsoft.Silverlight.Testing">
  64. <HintPath>..\..\LIB\Silverlight\UnitTestFramework\Microsoft.Silverlight.Testing.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
  67. <HintPath>..\..\LIB\Silverlight\UnitTestFramework\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Moq.Silverlight">
  70. <HintPath>..\..\LIB\Silverlight\Moq\Moq.Silverlight.dll</HintPath>
  71. </Reference>
  72. <Reference Include="mscorlib" />
  73. <Reference Include="System.ComponentModel.DataAnnotations, Version=5.0.5.0, Culture=neutral, PublicKeyToken=ddd0da4d3e678217, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.ComponentModel.DataAnnotations.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.ServiceModel" />
  79. <Reference Include="System.ServiceModel.DomainServices.Client, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  80. <Reference Include="System.ServiceModel.DomainServices.Client.Web, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  81. <Reference Include="System.ServiceModel.Web.Extensions, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v5.0\Libraries\Client\System.ServiceModel.Web.Extensions.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Windows" />
  86. <Reference Include="system" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Net" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="System.Windows.Browser" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="App.xaml.cs">
  94. <DependentUpon>App.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Framework\ErrorsContainerFixture.cs" />
  97. <Compile Include="Framework\EntityFixture.cs" />
  98. <Compile Include="Model\MultipleSelectionQuestionFixture.cs" />
  99. <Compile Include="Model\NumericQuestionFixture.cs" />
  100. <Compile Include="Model\OpenQuestionFixture.cs" />
  101. <Compile Include="Model\QuestionnaireFixture.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="Services\AsyncResultFixture.cs" />
  104. <Compile Include="Services\QuestionnaireServiceFixture.cs" />
  105. <Compile Include="TestObjects\TestEntity.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ApplicationDefinition Include="App.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </ApplicationDefinition>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="Properties\AppManifest.xml" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\MVVM.Questionnaires\MVVM.Questionnaires.csproj">
  118. <Project>{FCCA313C-744C-4D17-B2A4-2C4AD9254FCD}</Project>
  119. <Name>MVVM.Questionnaires</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. <ProjectExtensions>
  131. <VisualStudio>
  132. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  133. <SilverlightProjectProperties />
  134. </FlavorProperties>
  135. </VisualStudio>
  136. </ProjectExtensions>
  137. </Project>