BmffViewer.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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>{43B995AA-71B1-411A-85A7-CCA804759127}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BmffViewer</RootNamespace>
  12. <AssemblyName>BmffViewer</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. <IsWebBootstrapper>true</IsWebBootstrapper>
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Web</InstallFrom>
  26. <UpdateEnabled>true</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <InstallUrl>http://bmff.codeplex.com/releases/clickonce/</InstallUrl>
  34. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  35. <WebPage>publish.htm</WebPage>
  36. <ApplicationRevision>29</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <PublishWizardCompleted>true</PublishWizardCompleted>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  43. <PlatformTarget>x86</PlatformTarget>
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>bin\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  53. <PlatformTarget>x86</PlatformTarget>
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>bin\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ManifestCertificateThumbprint>26C9D5F8B60EA67FF19E711AC5BD0DEC41EDE43A</ManifestCertificateThumbprint>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <ManifestKeyFile>BmffViewer_TemporaryKey.pfx</ManifestKeyFile>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <GenerateManifests>true</GenerateManifests>
  69. </PropertyGroup>
  70. <PropertyGroup>
  71. <SignManifests>true</SignManifests>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="System" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="System.Xaml">
  83. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  84. </Reference>
  85. <Reference Include="WindowsBase" />
  86. <Reference Include="PresentationCore" />
  87. <Reference Include="PresentationFramework" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ApplicationDefinition Include="App.xaml">
  91. <Generator>MSBuild:Compile</Generator>
  92. <SubType>Designer</SubType>
  93. </ApplicationDefinition>
  94. <Compile Include="BaseMediaFile.cs" />
  95. <Compile Include="BmffPortabilityFactory.cs" />
  96. <Compile Include="BoxToDescriptionConverter.cs" />
  97. <Compile Include="BoxToHexConverter.cs" />
  98. <Compile Include="BoxToIconConverter.cs" />
  99. <Compile Include="ContentViewTemplateSelector.cs" />
  100. <Compile Include="IMediaFile.cs" />
  101. <Compile Include="LogWindow.xaml.cs">
  102. <DependentUpon>LogWindow.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="ObjectPropertiesToCollectionViewConverter.cs" />
  105. <Compile Include="ObservableTraceListener.cs" />
  106. <Compile Include="SupportedBoxesWindow.xaml.cs">
  107. <DependentUpon>SupportedBoxesWindow.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="TreeBoxDataTemplateSelector.cs" />
  110. <Compile Include="VirtualizedBinaryReader.cs" />
  111. <Page Include="LogWindow.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </Page>
  115. <Page Include="MainWindow.xaml">
  116. <Generator>MSBuild:Compile</Generator>
  117. <SubType>Designer</SubType>
  118. </Page>
  119. <Compile Include="App.xaml.cs">
  120. <DependentUpon>App.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="MainWindow.xaml.cs">
  124. <DependentUpon>MainWindow.xaml</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Page Include="SupportedBoxesWindow.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="Properties\AssemblyInfo.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DesignTime>True</DesignTime>
  139. <DependentUpon>Resources.resx</DependentUpon>
  140. </Compile>
  141. <Compile Include="Properties\Settings.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Settings.settings</DependentUpon>
  144. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  145. </Compile>
  146. <EmbeddedResource Include="Properties\Resources.resx">
  147. <Generator>ResXFileCodeGenerator</Generator>
  148. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  149. </EmbeddedResource>
  150. <None Include="app.config" />
  151. <None Include="BmffViewer_TemporaryKey.pfx" />
  152. <None Include="Properties\Settings.settings">
  153. <Generator>SettingsSingleFileGenerator</Generator>
  154. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  155. </None>
  156. <AppDesigner Include="Properties\" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <ProjectReference Include="..\MatrixIO.IO.Bmff\MatrixIO.IO.Bmff.csproj">
  160. <Project>{4A565C90-1850-4A15-816D-E332981735AB}</Project>
  161. <Name>MatrixIO.IO.Bmff</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\MatrixIO.IO\MatrixIO.IO.csproj">
  164. <Project>{EDC16014-ECA3-4B93-A849-B81EAC369DD2}</Project>
  165. <Name>MatrixIO.IO</Name>
  166. </ProjectReference>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <Resource Include="Images\109_AllAnnotations_Warning_16x16_72.png" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Resource Include="Images\Folder_16x16.png" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Resource Include="LICENSE.txt" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  179. <Visible>False</Visible>
  180. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  181. <Install>true</Install>
  182. </BootstrapperPackage>
  183. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  184. <Visible>False</Visible>
  185. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  186. <Install>false</Install>
  187. </BootstrapperPackage>
  188. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  189. <Visible>False</Visible>
  190. <ProductName>.NET Framework 3.5 SP1</ProductName>
  191. <Install>false</Install>
  192. </BootstrapperPackage>
  193. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  194. <Visible>False</Visible>
  195. <ProductName>Windows Installer 3.1</ProductName>
  196. <Install>true</Install>
  197. </BootstrapperPackage>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Resource Include="Images\EntityDataModel_ComplexTypeProperty_16x16.png" />
  201. </ItemGroup>
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  204. Other similar extension points exist, see Microsoft.Common.targets.
  205. <Target Name="BeforeBuild">
  206. </Target>
  207. <Target Name="AfterBuild">
  208. </Target>
  209. -->
  210. </Project>