~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload/csharp/Plupload/Plupload.csproj

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-16 22:48:26 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20140416224826-087tu71aw8bjhvmd
Tags: 3.8.3+dfsg-1
New upstream release - fixes Quick Draft tool that broke in 3.8.2

Show diffs side-by-side

added added

removed removed

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