SLTest.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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>{AF5DCA17-D277-4B87-BFD2-5CB49DD5D4C8}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>SLTest</RootNamespace>
  13. <AssemblyName>SLTest</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>SLTest.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>SLTest.App</SilverlightAppEntry>
  25. <TestPageFileName>SLTestTestPage.html</TestPageFileName>
  26. <CreateTestPage>true</CreateTestPage>
  27. <ValidateXaml>true</ValidateXaml>
  28. <EnableOutOfBrowser>true</EnableOutOfBrowser>
  29. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  30. <UsePlatformExtensions>false</UsePlatformExtensions>
  31. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  32. <LinkedServerProject>
  33. </LinkedServerProject>
  34. <SccProjectName>SAK</SccProjectName>
  35. <SccLocalPath>SAK</SccLocalPath>
  36. <SccAuxPath>SAK</SccAuxPath>
  37. <SccProvider>SAK</SccProvider>
  38. <TargetFrameworkProfile />
  39. <InBrowserSettingsFile>Properties\InBrowserSettings.xml</InBrowserSettingsFile>
  40. <RequireInBrowserElevation>true</RequireInBrowserElevation>
  41. </PropertyGroup>
  42. <!-- This property group is only here to support building this project using the
  43. MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
  44. to set the TargetFrameworkVersion to v3.5 -->
  45. <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
  46. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  49. <DebugSymbols>true</DebugSymbols>
  50. <DebugType>full</DebugType>
  51. <Optimize>false</Optimize>
  52. <OutputPath>Bin\Debug</OutputPath>
  53. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  54. <NoStdLib>true</NoStdLib>
  55. <NoConfig>true</NoConfig>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  60. <DebugType>pdbonly</DebugType>
  61. <Optimize>true</Optimize>
  62. <OutputPath>Bin\Release</OutputPath>
  63. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  64. <NoStdLib>true</NoStdLib>
  65. <NoConfig>true</NoConfig>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <SignManifests>false</SignManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ManifestCertificateThumbprint>220A9CD5C6532960F2324E2D817E4736D1472A3D</ManifestCertificateThumbprint>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <ManifestKeyFile>SLTest_TemporaryKey.pfx</ManifestKeyFile>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Compile Include="..\TsViewer\DispatchingObservableList.cs">
  80. <Link>DispatchingObservableList.cs</Link>
  81. </Compile>
  82. <Compile Include="App.xaml.cs">
  83. <DependentUpon>App.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="MainPage.xaml.cs">
  86. <DependentUpon>MainPage.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="MpegTsPortabilityFactory.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="TestStreamSource.cs" />
  91. <Compile Include="TsUdpMediaStreamSource.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ApplicationDefinition Include="App.xaml">
  95. <SubType>Designer</SubType>
  96. <Generator>MSBuild:Compile</Generator>
  97. </ApplicationDefinition>
  98. <Page Include="MainPage.xaml">
  99. <SubType>Designer</SubType>
  100. <Generator>MSBuild:Compile</Generator>
  101. </Page>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="Properties\AppManifest.xml" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ProjectReference Include="..\MatrixIO.IO.MpegTs\MatrixIO.IO.MpegTs.csproj">
  108. <Project>{B2B26824-21F0-4576-BD4A-104EDD61E180}</Project>
  109. <Name>MatrixIO.IO.MpegTs</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\MatrixIO.IO\MatrixIO.IO.csproj">
  112. <Project>{EDC16014-ECA3-4B93-A849-B81EAC369DD2}</Project>
  113. <Name>MatrixIO.IO</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="Properties\OutOfBrowserSettings.xml" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="Properties\InBrowserSettings.xml" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Reference Include="Microsoft.Web.Media.SmoothStreaming, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  124. <Reference Include="mscorlib" />
  125. <Reference Include="System.Core">
  126. <Private>True</Private>
  127. </Reference>
  128. <Reference Include="system" />
  129. <Reference Include="System.Net" />
  130. <Reference Include="System.Windows" />
  131. <Reference Include="System.Windows.Browser" />
  132. <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. <ProjectExtensions>
  143. <VisualStudio>
  144. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  145. <SilverlightProjectProperties />
  146. </FlavorProperties>
  147. </VisualStudio>
  148. </ProjectExtensions>
  149. </Project>