PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/StockTrader RI/Silverlight/StockTraderRI.Infrastructure.Silverlight.Tests/StockTraderRI.Infrastructure.Silverlight.Tests.csproj

#
MSBuild | 190 lines | 190 code | 0 blank | 0 comment | 2 complexity | ed542d5654efe86b75a15dab8fbfacb3 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 Condition="'$(MSBuildToolsVersion)' == '3.5'">
  4. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>9.0.30729</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{724CD24D-23ED-4E9E-9683-49BCBCFBC63F}</ProjectGuid>
  12. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>StockTraderRI.Infrastructure.Tests</RootNamespace>
  16. <AssemblyName>StockTraderRI.Infrastructure.Tests</AssemblyName>
  17. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>StockTraderRI.Infrastructure.Silverlight.Tests.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>StockTraderRI.Infrastructure.Tests.App</SilverlightAppEntry>
  26. <TestPageFileName>TestPage.html</TestPageFileName>
  27. <CreateTestPage>true</CreateTestPage>
  28. <ValidateXaml>true</ValidateXaml>
  29. <ThrowErrorsInValidation>false</ThrowErrorsInValidation><FileUpgradeFlags>
  30. </FileUpgradeFlags>
  31. <OldToolsVersion>3.5</OldToolsVersion>
  32. <UpgradeBackupLocation>
  33. </UpgradeBackupLocation>
  34. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  35. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  36. <PublishUrl>publish\</PublishUrl>
  37. <Install>true</Install>
  38. <InstallFrom>Disk</InstallFrom>
  39. <UpdateEnabled>false</UpdateEnabled>
  40. <UpdateMode>Foreground</UpdateMode>
  41. <UpdateInterval>7</UpdateInterval>
  42. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  43. <UpdatePeriodically>false</UpdatePeriodically>
  44. <UpdateRequired>false</UpdateRequired>
  45. <MapFileExtensions>true</MapFileExtensions>
  46. <ApplicationRevision>0</ApplicationRevision>
  47. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  48. <IsWebBootstrapper>false</IsWebBootstrapper>
  49. <UseApplicationTrust>false</UseApplicationTrust>
  50. <BootstrapperEnabled>true</BootstrapperEnabled>
  51. <TargetFrameworkProfile />
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  54. <DebugSymbols>true</DebugSymbols>
  55. <DebugType>full</DebugType>
  56. <Optimize>false</Optimize>
  57. <OutputPath>Bin\Debug</OutputPath>
  58. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <CodeAnalysisRules>
  64. </CodeAnalysisRules>
  65. <CodeAnalysisRuleSet>Migrated rules for StockTraderRI.Infrastructure.Silverlight.Tests.ruleset</CodeAnalysisRuleSet>
  66. <NoWarn>0067</NoWarn>
  67. </PropertyGroup>
  68. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  69. <DebugType>pdbonly</DebugType>
  70. <Optimize>true</Optimize>
  71. <OutputPath>Bin\Release</OutputPath>
  72. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  73. <NoStdLib>true</NoStdLib>
  74. <NoConfig>true</NoConfig>
  75. <ErrorReport>prompt</ErrorReport>
  76. <WarningLevel>4</WarningLevel>
  77. <CodeAnalysisRules>
  78. </CodeAnalysisRules>
  79. <CodeAnalysisRuleSet>Migrated rules for StockTraderRI.Infrastructure.Silverlight.Tests.ruleset</CodeAnalysisRuleSet>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <HintPath>..\..\..\LIB\Silverlight\CommonServiceLocation\Microsoft.Practices.ServiceLocation.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.20930.1042, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\..\LIB\Silverlight\UnitTestFramework\Microsoft.Silverlight.Testing.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.20930.1042, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\..\..\LIB\Silverlight\UnitTestFramework\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.ComponentModel.Composition, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  94. <Reference Include="System.Core" />
  95. <Reference Include="System.Windows" />
  96. <Reference Include="mscorlib" />
  97. <Reference Include="system" />
  98. <Reference Include="System.Windows.Browser" />
  99. <Reference Include="Microsoft.Practices.Prism">
  100. <HintPath>..\..\..\Bin\Silverlight\Microsoft.Practices.Prism.dll</HintPath>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="..\..\Desktop\StockTraderRI.Infrastructure.Tests\Behaviors\AutoPopulateExportedViewsBehaviorFixture.cs">
  105. <Link>Behaviors\AutoPopulateExportedViewsBehaviorFixture.cs</Link>
  106. </Compile>
  107. <Compile Include="..\..\Desktop\StockTraderRI.Infrastructure.Tests\Behaviors\DialogActivationBehaviorFixture.cs">
  108. <Link>Behaviors\DialogActivationBehaviorFixture.cs</Link>
  109. </Compile>
  110. <Compile Include="..\..\Desktop\StockTraderRI.Infrastructure.Tests\Behaviors\RegionPopupBehaviorsFixture.cs">
  111. <Link>Behaviors\RegionPopupBehaviorsFixture.cs</Link>
  112. </Compile>
  113. <Compile Include="..\..\Desktop\StockTraderRI.Infrastructure.Tests\Behaviors\ReturnCommandBehaviorFixture.cs">
  114. <Link>Behaviors\ReturnCommandBehaviorFixture.cs</Link>
  115. </Compile>
  116. <Compile Include="..\..\Desktop\StockTraderRI.Infrastructure.Tests\Converters\StringToNullableNumberConverterFixture.cs">
  117. <Link>Converters\StringToNullableNumberConverterFixture.cs</Link>
  118. </Compile>
  119. <Compile Include="..\..\Desktop\StockTraderRI.Infrastructure.Tests\TreeHelperFixture.cs">
  120. <Link>TreeHelperFixture.cs</Link>
  121. </Compile>
  122. <Compile Include="App.xaml.cs">
  123. <DependentUpon>App.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Behaviors\ButtonBehaviorsFixture.Silverlight.cs" />
  126. <Compile Include="DependencyPropertyHelper.cs" />
  127. <Compile Include="OnValidationErrorFixture.cs" />
  128. <Compile Include="SelectorExtensionsFixture.cs" />
  129. <Compile Include="Converters\EnumToBooleanConverterFixture.Silverlight.cs" />
  130. <Compile Include="Properties\AssemblyInfo.cs" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ApplicationDefinition Include="App.xaml">
  134. <Generator>MSBuild:Compile</Generator>
  135. <SubType>Designer</SubType>
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </ApplicationDefinition>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="Migrated rules for StockTraderRI.Infrastructure.Silverlight.Tests.ruleset" />
  142. <None Include="Properties\AppManifest.xml" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ProjectReference Include="..\..\..\PrismLibrary\Silverlight\Prism.TestSupport\Prism.Silverlight.TestSupport.csproj">
  146. <Project>{6B49E97E-944C-40C9-B0C7-369C2B195D98}</Project>
  147. <Name>Prism.Silverlight.TestSupport</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\StockTraderRI.Infrastructure.Silverlight\StockTraderRI.Infrastructure.Silverlight.csproj">
  150. <Project>{1C3517FB-89B0-4726-9D78-3C7E28C9E49E}</Project>
  151. <Name>StockTraderRI.Infrastructure.Silverlight</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Folder Include="RegionAdapters\" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  161. <Install>false</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 3.5 SP1</ProductName>
  166. <Install>true</Install>
  167. </BootstrapperPackage>
  168. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  169. <Visible>False</Visible>
  170. <ProductName>Windows Installer 3.1</ProductName>
  171. <Install>true</Install>
  172. </BootstrapperPackage>
  173. </ItemGroup>
  174. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  175. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  176. Other similar extension points exist, see Microsoft.Common.targets.
  177. <Target Name="BeforeBuild">
  178. </Target>
  179. <Target Name="AfterBuild">
  180. </Target>
  181. -->
  182. <ProjectExtensions>
  183. <VisualStudio>
  184. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  185. <SilverlightProjectProperties />
  186. </FlavorProperties>
  187. <UserProperties ProjectLinkerExcludeFilter="\\desktop;\\silverlight;\.desktop;\.silverlight;\.xaml" ProjectLinkReference="51b1879c-b50f-444e-bcb6-2a103c24e4ed" />
  188. </VisualStudio>
  189. </ProjectExtensions>
  190. </Project>