VideoPlayer.csproj.bak 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{D4CBAEAC-4953-4F59-8F06-ABE37A9455F7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>VideoPlayer</RootNamespace>
  11. <AssemblyName>VideoPlayer</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Microsoft.WindowsAPICodePack.Shell">
  34. <HintPath>..\..\GetThumbnailSample\GetThumbnailSample\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  35. </Reference>
  36. <Reference Include="PresentationCore" />
  37. <Reference Include="PresentationFramework" />
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xaml" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="WindowsBase" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="VideoPlayer.xaml.cs">
  52. <DependentUpon>VideoPlayer.xaml</DependentUpon>
  53. </Compile>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Page Include="VideoPlayer.xaml">
  57. <SubType>Designer</SubType>
  58. <Generator>MSBuild:Compile</Generator>
  59. </Page>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Resource Include="VideoPlayerImage\no-sound.png" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Resource Include="VideoPlayerImage\pause.png" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Resource Include="VideoPlayerImage\play.png" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Resource Include="VideoPlayerImage\sound.png" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Resource Include="VideoPlayerImage\stop.png" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Content Include="DLL\Microsoft.WindowsAPICodePack.dll" />
  78. <Content Include="DLL\Microsoft.WindowsAPICodePack.Shell.dll" />
  79. </ItemGroup>
  80. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  81. <PropertyGroup>
  82. <PreBuildEvent>
  83. </PreBuildEvent>
  84. </PropertyGroup>
  85. <PropertyGroup>
  86. <ReactorLocation>"C:\Program Files (x86)\Eziriz\.NET Reactor\dotNET_Reactor.exe"</ReactorLocation>
  87. <ReactorProject>"I:\project\Robert_Project\Resourcess\.net Reactor\lib.nrproj"</ReactorProject>
  88. </PropertyGroup>
  89. <ProjectExtensions>
  90. <VisualStudio>
  91. <UserProperties Reactor_Output="" Reactor_Configuration="Release" Reactor_Project="I:\project\Robert_Project\Resourcess\.net Reactor\lib.nrproj" Reactor_Commands="" Reactor_Enabled="1" Reactor_Deploy="1" />
  92. </VisualStudio>
  93. </ProjectExtensions>
  94. <Target Name="AfterCompile">
  95. <Exec Command="$(ReactorLocation) -file &quot;$(ProjectDir)$(IntermediateOutputPath)$(TargetFileName)&quot; -project $(ReactorProject) -targetfile &quot;$(ProjectDir)$(IntermediateOutputPath)$(TargetFileName)&quot;" Condition="'$(ConfigurationName)' == 'Release' " />
  96. </Target>
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>