1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{8EDD4344-3B13-4C38-AB50-9AAA036F5CDD}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>mp4box</RootNamespace>
12 <AssemblyName>xiaowan</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 <IsWebBootstrapper>false</IsWebBootstrapper>
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>1</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <UseApplicationTrust>false</UseApplicationTrust>
31 <PublishWizardCompleted>true</PublishWizardCompleted>
32 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
35 <PlatformTarget>x86</PlatformTarget>
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 <Prefer32Bit>false</Prefer32Bit>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46 <PlatformTarget>x86</PlatformTarget>
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <Prefer32Bit>false</Prefer32Bit>
56 <ApplicationIcon>Res\wan.ico</ApplicationIcon>
59 <ManifestCertificateThumbprint>D94B72CA453F9119160A155B1EBE49C339601C98</ManifestCertificateThumbprint>
62 <ManifestKeyFile>mp4box_TemporaryKey.pfx</ManifestKeyFile>
65 <GenerateManifests>false</GenerateManifests>
68 <SignManifests>false</SignManifests>
71 <ApplicationManifest>app.manifest</ApplicationManifest>
74 <TargetZone>LocalIntranet</TargetZone>
77 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
80 <StartupObject>mp4box.Program</StartupObject>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
83 <DebugSymbols>true</DebugSymbols>
84 <OutputPath>bin\Debug\</OutputPath>
85 <DefineConstants>DEBUG;TRACE</DefineConstants>
86 <DebugType>full</DebugType>
87 <PlatformTarget>AnyCPU</PlatformTarget>
88 <ErrorReport>prompt</ErrorReport>
89 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
90 <Prefer32Bit>false</Prefer32Bit>
92 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
93 <OutputPath>bin\Release\</OutputPath>
94 <DefineConstants>TRACE</DefineConstants>
95 <Optimize>true</Optimize>
96 <DebugType>pdbonly</DebugType>
97 <PlatformTarget>AnyCPU</PlatformTarget>
98 <ErrorReport>prompt</ErrorReport>
99 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100 <Prefer32Bit>false</Prefer32Bit>
103 <Reference Include="System" />
104 <Reference Include="System.Configuration" />
105 <Reference Include="System.Design" />
106 <Reference Include="System.Data" />
107 <Reference Include="System.Deployment" />
108 <Reference Include="System.Drawing" />
109 <Reference Include="System.Management" />
110 <Reference Include="System.Runtime.Serialization" />
111 <Reference Include="System.ServiceModel" />
112 <Reference Include="System.Windows.Forms" />
113 <Reference Include="System.Xml" />
114 <Reference Include="System.Xml.Linq" />
117 <Compile Include="FeedbackForm.cs">
118 <SubType>Form</SubType>
120 <Compile Include="FeedbackForm.Designer.cs">
121 <DependentUpon>FeedbackForm.cs</DependentUpon>
123 <Compile Include="FormUpdater.cs">
124 <SubType>Form</SubType>
126 <Compile Include="FormUpdater.Designer.cs">
127 <DependentUpon>FormUpdater.cs</DependentUpon>
129 <Compile Include="OSInfo.cs" />
130 <Compile Include="ProgressTaskbar.cs" />
131 <Compile Include="Service References\ServiceReference\Reference.cs">
132 <AutoGen>True</AutoGen>
133 <DesignTime>True</DesignTime>
134 <DependentUpon>Reference.svcmap</DependentUpon>
136 <Compile Include="Util.cs" />
137 <Compile Include="SplashScreenApplicationContext.cs" />
138 <Compile Include="StartUpClass.cs" />
139 <Compile Include="Supplements.cs" />
140 <Compile Include="MainForm.cs">
141 <SubType>Form</SubType>
143 <Compile Include="MainForm.Designer.cs">
144 <DependentUpon>MainForm.cs</DependentUpon>
146 <Compile Include="PreviewForm.cs">
147 <SubType>Form</SubType>
149 <Compile Include="PreviewForm.Designer.cs">
150 <DependentUpon>PreviewForm.cs</DependentUpon>
152 <Compile Include="ResourceCulture.cs" />
153 <Compile Include="SplashForm.cs">
154 <SubType>Form</SubType>
156 <Compile Include="SplashForm.Designer.cs">
157 <DependentUpon>SplashForm.cs</DependentUpon>
159 <Compile Include="MediaInfoDLL.cs" />
160 <Compile Include="Program.cs" />
161 <Compile Include="Properties\AssemblyInfo.cs" />
162 <Compile Include="Win32API.cs" />
163 <Compile Include="WorkingForm.cs">
164 <SubType>Form</SubType>
166 <Compile Include="WorkingForm.Designer.cs">
167 <DependentUpon>WorkingForm.cs</DependentUpon>
169 <EmbeddedResource Include="FeedbackForm.resx">
170 <DependentUpon>FeedbackForm.cs</DependentUpon>
172 <EmbeddedResource Include="FormUpdater.resx">
173 <DependentUpon>FormUpdater.cs</DependentUpon>
175 <EmbeddedResource Include="MainForm.en.resx">
176 <DependentUpon>MainForm.cs</DependentUpon>
177 <SubType>Designer</SubType>
179 <EmbeddedResource Include="MainForm.ja-JP.resx">
180 <DependentUpon>MainForm.cs</DependentUpon>
182 <EmbeddedResource Include="MainForm.resx">
183 <DependentUpon>MainForm.cs</DependentUpon>
184 <SubType>Designer</SubType>
186 <EmbeddedResource Include="MainForm.zh-Hant.resx">
187 <DependentUpon>MainForm.cs</DependentUpon>
188 <SubType>Designer</SubType>
190 <EmbeddedResource Include="PreviewForm.resx">
191 <DependentUpon>PreviewForm.cs</DependentUpon>
192 <SubType>Designer</SubType>
194 <EmbeddedResource Include="SplashForm.resx">
195 <DependentUpon>SplashForm.cs</DependentUpon>
197 <EmbeddedResource Include="Properties\Resources.resx">
198 <Generator>ResXFileCodeGenerator</Generator>
199 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
200 <SubType>Designer</SubType>
202 <Compile Include="Properties\Resources.Designer.cs">
203 <AutoGen>True</AutoGen>
204 <DependentUpon>Resources.resx</DependentUpon>
205 <DesignTime>True</DesignTime>
207 <EmbeddedResource Include="WorkingForm.en.resx">
208 <DependentUpon>WorkingForm.cs</DependentUpon>
210 <EmbeddedResource Include="WorkingForm.ja-JP.resx">
211 <DependentUpon>WorkingForm.cs</DependentUpon>
213 <EmbeddedResource Include="WorkingForm.resx">
214 <DependentUpon>WorkingForm.cs</DependentUpon>
216 <EmbeddedResource Include="WorkingForm.zh-Hant.resx">
217 <DependentUpon>WorkingForm.cs</DependentUpon>
219 <None Include="app.config">
220 <SubType>Designer</SubType>
221 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
223 <None Include="app.manifest" />
224 <None Include="Properties\Settings.settings">
225 <Generator>SettingsSingleFileGenerator</Generator>
226 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
228 <Compile Include="Properties\Settings.Designer.cs">
229 <AutoGen>True</AutoGen>
230 <DependentUpon>Settings.settings</DependentUpon>
231 <DesignTimeSharedInput>True</DesignTimeSharedInput>
233 <None Include="Res\mp4box_TemporaryKey.pfx" />
234 <None Include="Res\PostBuildEvent.bat" />
235 <None Include="Service References\ServiceReference\webservice.wsdl" />
238 <Content Include="preset.xml">
239 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
241 <Content Include="Res\tomoka.ico" />
242 <Content Include="Res\tsukiko.gif" />
243 <Content Include="Res\wan.ico" />
244 <None Include="Service References\ServiceReference\Reference.svcmap">
245 <Generator>WCF Proxy Generator</Generator>
246 <LastGenOutput>Reference.cs</LastGenOutput>
248 <None Include="Service References\ServiceReference\configuration.svcinfo" />
249 <None Include="Service References\ServiceReference\configuration91.svcinfo" />
250 <None Include="Service References\ServiceReference\webservice.disco" />
253 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
254 <Visible>False</Visible>
255 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
256 <Install>false</Install>
257 </BootstrapperPackage>
258 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
259 <Visible>False</Visible>
260 <ProductName>.NET Framework 3.5 SP1</ProductName>
261 <Install>true</Install>
262 </BootstrapperPackage>
263 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
264 <Visible>False</Visible>
265 <ProductName>Windows Installer 3.1</ProductName>
266 <Install>true</Install>
267 </BootstrapperPackage>
270 <COMReference Include="AxWMPLib">
271 <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
272 <VersionMajor>1</VersionMajor>
273 <VersionMinor>0</VersionMinor>
275 <WrapperTool>aximp</WrapperTool>
276 <Isolated>False</Isolated>
280 <ProjectReference Include="..\ControlExs\ControlExs.csproj">
281 <Project>{05CC89B6-EF40-490F-A663-228AE6468776}</Project>
282 <Name>ControlExs</Name>
286 <COMReference Include="stdole">
287 <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
288 <VersionMajor>2</VersionMajor>
289 <VersionMinor>0</VersionMinor>
291 <WrapperTool>primary</WrapperTool>
292 <Isolated>False</Isolated>
293 <EmbedInteropTypes>True</EmbedInteropTypes>
297 <WCFMetadata Include="Service References\" />
300 <WCFMetadataStorage Include="Service References\ServiceReference\" />
302 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
304 <PostBuildEvent>$(ProjectDir)Res\PostBuildEvent.bat "$(SolutionDir)" "$(TargetDir)"</PostBuildEvent>
306 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
307 Other similar extension points exist, see Microsoft.Common.targets.
308 <Target Name="BeforeBuild">
310 <Target Name="AfterBuild">