PageRenderTime 42ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

/src/csharp/Plupload/Plupload.csproj

http://github.com/moxiecode/plupload
MSBuild | 223 lines | 223 code | 0 blank | 0 comment | 0 complexity | 3209f9e623066aa88fc64fbabc5afbfd MD5 | raw file
Possible License(s): GPL-2.0
  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. <DefaultClrNameSpace>Plupload</DefaultClrNameSpace>
  10. <AssemblyName>plupload.silverlight</AssemblyName>
  11. <RootNamespace>Moxiecode.Plupload</RootNamespace>
  12. <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
  13. <ExpressionBlendCreationVersion>2.1.1535.0</ExpressionBlendCreationVersion>
  14. <ProjectGuid>{95F0DEE8-DE7A-46C5-9DCC-0570B0FC4643}</ProjectGuid>
  15. <OutputType>Library</OutputType>
  16. <NoStdLib>true</NoStdLib>
  17. <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  18. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <StartPageUrl>Default.html</StartPageUrl>
  20. <XapOutputs>true</XapOutputs>
  21. <XapFilename>plupload.silverlight.xap</XapFilename>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>Moxiecode.Plupload.App</SilverlightAppEntry>
  25. <CreateTestPage>true</CreateTestPage>
  26. <TestPageFileName>Default.html</TestPageFileName>
  27. <DefineConstants>SILVERLIGHT</DefineConstants>
  28. <SilverlightApplication>true</SilverlightApplication>
  29. <SourceAnalysisOverrideSettingsFile>C:\Users\spocke\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
  30. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  31. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  32. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  33. <FileUpgradeFlags>
  34. </FileUpgradeFlags>
  35. <UpgradeBackupLocation>
  36. </UpgradeBackupLocation>
  37. <OldToolsVersion>3.5</OldToolsVersion>
  38. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  39. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <PublishUrl>publish\</PublishUrl>
  42. <Install>true</Install>
  43. <InstallFrom>Disk</InstallFrom>
  44. <UpdateEnabled>false</UpdateEnabled>
  45. <UpdateMode>Foreground</UpdateMode>
  46. <UpdateInterval>7</UpdateInterval>
  47. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  48. <UpdatePeriodically>false</UpdatePeriodically>
  49. <UpdateRequired>false</UpdateRequired>
  50. <MapFileExtensions>true</MapFileExtensions>
  51. <ApplicationRevision>0</ApplicationRevision>
  52. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  53. <UseApplicationTrust>false</UseApplicationTrust>
  54. <BootstrapperEnabled>true</BootstrapperEnabled>
  55. <UsePlatformExtensions>true</UsePlatformExtensions>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  58. <DebugSymbols>true</DebugSymbols>
  59. <DebugType>full</DebugType>
  60. <Optimize>false</Optimize>
  61. <OutputPath>bin\Debug\</OutputPath>
  62. <DefineConstants>TRACE;DEBUG;SILVERLIGHT</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  67. <DebugType>PdbOnly</DebugType>
  68. <Optimize>true</Optimize>
  69. <OutputPath>bin\</OutputPath>
  70. <DefineConstants>SILVERLIGHT</DefineConstants>
  71. <ErrorReport>prompt</ErrorReport>
  72. <WarningLevel>4</WarningLevel>
  73. <DebugSymbols>false</DebugSymbols>
  74. </PropertyGroup>
  75. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  76. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  77. </PropertyGroup>
  78. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  79. <RegisterForComInterop>False</RegisterForComInterop>
  80. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  81. <BaseAddress>4194304</BaseAddress>
  82. <PlatformTarget>AnyCPU</PlatformTarget>
  83. <FileAlignment>4096</FileAlignment>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Reference Include="mscorlib" />
  87. <Reference Include="System" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Net" />
  90. <Reference Include="System.Windows" />
  91. <Reference Include="System.Windows.Browser" />
  92. <Reference Include="System.Xml" />
  93. <ApplicationDefinition Include="App.xaml">
  94. <Generator>MSBuild:Compile</Generator>
  95. <SubType>Designer</SubType>
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </ApplicationDefinition>
  99. <Compile Include="App.xaml.cs">
  100. <DependentUpon>App.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="FJCore\DCT.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="FJCore\DecodedJpeg.cs">
  106. <SubType>Code</SubType>
  107. </Compile>
  108. <Compile Include="FJCore\Decoder\HuffmanTable.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="FJCore\Decoder\JpegHuffmanTable.cs">
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="FJCore\Decoder\JpegQuantizationTable.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="FJCore\Encoder\JpegEncoder.cs">
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Compile Include="FJCore\FDCT.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="FJCore\Filter\Convolution.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="FJCore\Filter\FilterBase.cs">
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Compile Include="FJCore\Filter\FilterLowpassResize.cs">
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="FJCore\Filter\FilterNNResize.cs">
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="FJCore\Filter\GrayImage.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="FJCore\Image.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="FJCore\IO\BinaryWriter.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="FJCore\JpegMarker.cs">
  145. <SubType>Code</SubType>
  146. </Compile>
  147. <Compile Include="FJCore\Resize\ImageResizer.cs">
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="FJCore\YCbCr.cs">
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="FJCore\ZigZag.cs">
  154. <SubType>Code</SubType>
  155. </Compile>
  156. <Compile Include="Page.xaml.cs">
  157. <DependentUpon>Page.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="PngEncoder\Adler32.cs" />
  160. <Compile Include="PngEncoder\CRC32.cs" />
  161. <Compile Include="PngEncoder\Deflater.cs" />
  162. <Compile Include="PngEncoder\DeflaterConstants.cs" />
  163. <Compile Include="PngEncoder\DeflaterEngine.cs" />
  164. <Compile Include="PngEncoder\DeflaterHuffman.cs" />
  165. <Compile Include="PngEncoder\DeflaterOutputStream.cs" />
  166. <Compile Include="PngEncoder\DeflaterPending.cs" />
  167. <Compile Include="PngEncoder\IChecksum.cs" />
  168. <Compile Include="PngEncoder\PngEncoder.cs" />
  169. <Compile Include="PngEncoder\PendingBuffer.cs" />
  170. <Compile Include="Properties\AssemblyInfo.cs" />
  171. <Page Include="Page.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. <SubType>Designer</SubType>
  176. </Page>
  177. <None Include="Properties\AppManifest.xml" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Compile Include="FileReference.cs" />
  181. <Compile Include="Utils\JsonReader.cs" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  190. <Visible>False</Visible>
  191. <ProductName>.NET Framework 3.5 SP1</ProductName>
  192. <Install>true</Install>
  193. </BootstrapperPackage>
  194. <BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
  195. <Visible>False</Visible>
  196. <ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
  197. <Install>true</Install>
  198. </BootstrapperPackage>
  199. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  200. <Visible>False</Visible>
  201. <ProductName>Windows Installer 3.1</ProductName>
  202. <Install>true</Install>
  203. </BootstrapperPackage>
  204. </ItemGroup>
  205. <ItemGroup />
  206. <ItemGroup>
  207. <Content Include="FJCore\IJG.txt" />
  208. <Content Include="FJCore\JAI.txt" />
  209. <Content Include="FJCore\License.txt" />
  210. <Content Include="FJCore\README.txt" />
  211. </ItemGroup>
  212. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  213. <PropertyGroup>
  214. <PostBuildEvent>copy /Y plupload.silverlight.xap ..\..\..\..\js\plupload.silverlight.xap</PostBuildEvent>
  215. </PropertyGroup>
  216. <ProjectExtensions>
  217. <VisualStudio>
  218. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  219. <SilverlightProjectProperties />
  220. </FlavorProperties>
  221. </VisualStudio>
  222. </ProjectExtensions>
  223. </Project>