1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.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>v3.5</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>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45 <PlatformTarget>x86</PlatformTarget>
46 <DebugType>pdbonly</DebugType>
47 <Optimize>true</Optimize>
48 <OutputPath>bin\Release\</OutputPath>
49 <DefineConstants>TRACE</DefineConstants>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
54 <ApplicationIcon>Res\wan.ico</ApplicationIcon>
57 <ManifestCertificateThumbprint>D94B72CA453F9119160A155B1EBE49C339601C98</ManifestCertificateThumbprint>
60 <ManifestKeyFile>mp4box_TemporaryKey.pfx</ManifestKeyFile>
63 <GenerateManifests>false</GenerateManifests>
66 <SignManifests>false</SignManifests>
69 <ApplicationManifest>app.manifest</ApplicationManifest>
72 <TargetZone>LocalIntranet</TargetZone>
75 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
78 <StartupObject>mp4box.Program</StartupObject>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
81 <DebugSymbols>true</DebugSymbols>
82 <OutputPath>bin\Debug\</OutputPath>
83 <DefineConstants>DEBUG;TRACE</DefineConstants>
84 <DebugType>full</DebugType>
85 <PlatformTarget>AnyCPU</PlatformTarget>
86 <ErrorReport>prompt</ErrorReport>
87 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
90 <OutputPath>bin\Release\</OutputPath>
91 <DefineConstants>TRACE</DefineConstants>
92 <Optimize>true</Optimize>
93 <DebugType>pdbonly</DebugType>
94 <PlatformTarget>AnyCPU</PlatformTarget>
95 <ErrorReport>prompt</ErrorReport>
96 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
99 <Reference Include="Microsoft.WindowsAPICodePack">
100 <HintPath>.\Microsoft.WindowsAPICodePack.dll</HintPath>
102 <Reference Include="Microsoft.WindowsAPICodePack.Shell">
103 <HintPath>.\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
105 <Reference Include="System" />
106 <Reference Include="System.Configuration" />
107 <Reference Include="System.Design" />
108 <Reference Include="System.Data" />
109 <Reference Include="System.Deployment" />
110 <Reference Include="System.Drawing" />
111 <Reference Include="System.Management" />
112 <Reference Include="System.Runtime.Serialization" />
113 <Reference Include="System.ServiceModel" />
114 <Reference Include="System.Windows.Forms" />
115 <Reference Include="System.Xml" />
118 <Compile Include="FeedbackForm.cs">
119 <SubType>Form</SubType>
121 <Compile Include="FeedbackForm.Designer.cs">
122 <DependentUpon>FeedbackForm.cs</DependentUpon>
124 <Compile Include="Service References\ServiceReference\Reference.cs">
125 <AutoGen>True</AutoGen>
126 <DesignTime>True</DesignTime>
127 <DependentUpon>Reference.svcmap</DependentUpon>
129 <Compile Include="Util.cs" />
130 <Compile Include="SplashScreenApplicationContext.cs" />
131 <Compile Include="StartUpClass.cs" />
132 <Compile Include="Supplements.cs" />
133 <Compile Include="MainForm.cs">
134 <SubType>Form</SubType>
136 <Compile Include="MainForm.Designer.cs">
137 <DependentUpon>MainForm.cs</DependentUpon>
139 <Compile Include="PreviewForm.cs">
140 <SubType>Form</SubType>
142 <Compile Include="PreviewForm.Designer.cs">
143 <DependentUpon>PreviewForm.cs</DependentUpon>
145 <Compile Include="ResourceCulture.cs" />
146 <Compile Include="SplashForm.cs">
147 <SubType>Form</SubType>
149 <Compile Include="SplashForm.Designer.cs">
150 <DependentUpon>SplashForm.cs</DependentUpon>
152 <Compile Include="MediaInfoDLL.cs" />
153 <Compile Include="Program.cs" />
154 <Compile Include="Properties\AssemblyInfo.cs" />
155 <Compile Include="WorkingForm.cs">
156 <SubType>Form</SubType>
158 <Compile Include="WorkingForm.Designer.cs">
159 <DependentUpon>WorkingForm.cs</DependentUpon>
161 <EmbeddedResource Include="FeedbackForm.resx">
162 <DependentUpon>FeedbackForm.cs</DependentUpon>
164 <EmbeddedResource Include="MainForm.en.resx">
165 <DependentUpon>MainForm.cs</DependentUpon>
166 <SubType>Designer</SubType>
168 <EmbeddedResource Include="MainForm.ja-JP.resx">
169 <DependentUpon>MainForm.cs</DependentUpon>
171 <EmbeddedResource Include="MainForm.resx">
172 <DependentUpon>MainForm.cs</DependentUpon>
173 <SubType>Designer</SubType>
175 <EmbeddedResource Include="MainForm.zh-Hant.resx">
176 <DependentUpon>MainForm.cs</DependentUpon>
177 <SubType>Designer</SubType>
179 <EmbeddedResource Include="PreviewForm.resx">
180 <DependentUpon>PreviewForm.cs</DependentUpon>
181 <SubType>Designer</SubType>
183 <EmbeddedResource Include="SplashForm.resx">
184 <DependentUpon>SplashForm.cs</DependentUpon>
186 <EmbeddedResource Include="Properties\Resources.resx">
187 <Generator>ResXFileCodeGenerator</Generator>
188 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
189 <SubType>Designer</SubType>
191 <Compile Include="Properties\Resources.Designer.cs">
192 <AutoGen>True</AutoGen>
193 <DependentUpon>Resources.resx</DependentUpon>
194 <DesignTime>True</DesignTime>
196 <EmbeddedResource Include="WorkingForm.en.resx">
197 <DependentUpon>WorkingForm.cs</DependentUpon>
199 <EmbeddedResource Include="WorkingForm.ja-JP.resx">
200 <DependentUpon>WorkingForm.cs</DependentUpon>
202 <EmbeddedResource Include="WorkingForm.resx">
203 <DependentUpon>WorkingForm.cs</DependentUpon>
205 <EmbeddedResource Include="WorkingForm.zh-Hant.resx">
206 <DependentUpon>WorkingForm.cs</DependentUpon>
208 <None Include="app.config">
209 <SubType>Designer</SubType>
210 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
212 <None Include="app.manifest" />
213 <None Include="Properties\Settings.settings">
214 <Generator>SettingsSingleFileGenerator</Generator>
215 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
217 <Compile Include="Properties\Settings.Designer.cs">
218 <AutoGen>True</AutoGen>
219 <DependentUpon>Settings.settings</DependentUpon>
220 <DesignTimeSharedInput>True</DesignTimeSharedInput>
222 <None Include="Res\mp4box_TemporaryKey.pfx" />
223 <None Include="Res\PostBuildEvent.bat" />
224 <None Include="Service References\ServiceReference\webservice.wsdl" />
227 <Content Include="Res\tomoka.ico" />
228 <Content Include="Res\tsukiko.gif" />
229 <Content Include="Res\wan.ico" />
230 <None Include="Service References\ServiceReference\Reference.svcmap">
231 <Generator>WCF Proxy Generator</Generator>
232 <LastGenOutput>Reference.cs</LastGenOutput>
234 <None Include="Service References\ServiceReference\configuration.svcinfo" />
235 <None Include="Service References\ServiceReference\configuration91.svcinfo" />
236 <None Include="Service References\ServiceReference\webservice.disco" />
239 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
240 <Visible>False</Visible>
241 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
242 <Install>false</Install>
243 </BootstrapperPackage>
244 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
245 <Visible>False</Visible>
246 <ProductName>.NET Framework 3.5 SP1</ProductName>
247 <Install>true</Install>
248 </BootstrapperPackage>
249 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
250 <Visible>False</Visible>
251 <ProductName>Windows Installer 3.1</ProductName>
252 <Install>true</Install>
253 </BootstrapperPackage>
256 <COMReference Include="AxWMPLib">
257 <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
258 <VersionMajor>1</VersionMajor>
259 <VersionMinor>0</VersionMinor>
261 <WrapperTool>aximp</WrapperTool>
262 <Isolated>False</Isolated>
266 <ProjectReference Include="..\ControlExs\ControlExs.csproj">
267 <Project>{05CC89B6-EF40-490F-A663-228AE6468776}</Project>
268 <Name>ControlExs</Name>
272 <COMReference Include="stdole">
273 <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
274 <VersionMajor>2</VersionMajor>
275 <VersionMinor>0</VersionMinor>
277 <WrapperTool>primary</WrapperTool>
278 <Isolated>False</Isolated>
279 <EmbedInteropTypes>True</EmbedInteropTypes>
283 <WCFMetadata Include="Service References\" />
286 <WCFMetadataStorage Include="Service References\ServiceReference\" />
288 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
290 <PostBuildEvent>$(ProjectDir)Res\PostBuildEvent.bat "$(SolutionDir)" "$(TargetDir)"</PostBuildEvent>
292 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
293 Other similar extension points exist, see Microsoft.Common.targets.
294 <Target Name="BeforeBuild">
296 <Target Name="AfterBuild">