TsViewer.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3FED6CAB-5E57-40AB-A44A-7B0B25664C2D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TsViewer</RootNamespace>
  12. <AssemblyName>TsViewer</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. <SccProjectName>SAK</SccProjectName>
  19. <SccLocalPath>SAK</SccLocalPath>
  20. <SccAuxPath>SAK</SccAuxPath>
  21. <SccProvider>SAK</SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  24. <PlatformTarget>x86</PlatformTarget>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Xaml">
  51. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="WindowsBase" />
  54. <Reference Include="PresentationCore" />
  55. <Reference Include="PresentationFramework" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ApplicationDefinition Include="App.xaml">
  59. <Generator>MSBuild:Compile</Generator>
  60. <SubType>Designer</SubType>
  61. </ApplicationDefinition>
  62. <Compile Include="DispatchingObservableCollection.cs" />
  63. <Compile Include="DispatchingObservableList.cs" />
  64. <Compile Include="LogWindow.xaml.cs">
  65. <DependentUpon>LogWindow.xaml</DependentUpon>
  66. </Compile>
  67. <Compile Include="MpegTsPortabilityFactory.cs" />
  68. <Compile Include="ObservableTraceListener.cs" />
  69. <Compile Include="TreeBoxDataTemplateSelector.cs" />
  70. <Compile Include="TsFileSource.cs" />
  71. <Compile Include="TsRtpSource.cs" />
  72. <Compile Include="TsSource.cs" />
  73. <Compile Include="TsUdpSource.cs" />
  74. <Page Include="LogWindow.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </Page>
  78. <Page Include="MainWindow.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </Page>
  82. <Compile Include="App.xaml.cs">
  83. <DependentUpon>App.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="MainWindow.xaml.cs">
  87. <DependentUpon>MainWindow.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Properties\AssemblyInfo.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="Properties\Resources.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\Settings.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Settings.settings</DependentUpon>
  103. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  104. </Compile>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. </EmbeddedResource>
  109. <None Include="app.config" />
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. <AppDesigner Include="Properties\" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\MatrixIO.IO.MpegTs\MatrixIO.IO.MpegTs.csproj">
  118. <Project>{B2B26824-21F0-4576-BD4A-104EDD61E180}</Project>
  119. <Name>MatrixIO.IO.MpegTs</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\MatrixIO.IO\MatrixIO.IO.csproj">
  122. <Project>{EDC16014-ECA3-4B93-A849-B81EAC369DD2}</Project>
  123. <Name>MatrixIO.IO</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>