modify UI
[marukotoolbox.git] / mp4box / mp4box.csproj
blob87ecb0507f6e9c3e068d82c1340ddc73d6cf07f1
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>{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>
33   </PropertyGroup>
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   </PropertyGroup>
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>
52   </PropertyGroup>
53   <PropertyGroup>
54     <ApplicationIcon>Res\wan.ico</ApplicationIcon>
55   </PropertyGroup>
56   <PropertyGroup>
57     <ManifestCertificateThumbprint>D94B72CA453F9119160A155B1EBE49C339601C98</ManifestCertificateThumbprint>
58   </PropertyGroup>
59   <PropertyGroup>
60     <ManifestKeyFile>mp4box_TemporaryKey.pfx</ManifestKeyFile>
61   </PropertyGroup>
62   <PropertyGroup>
63     <GenerateManifests>false</GenerateManifests>
64   </PropertyGroup>
65   <PropertyGroup>
66     <SignManifests>false</SignManifests>
67   </PropertyGroup>
68   <PropertyGroup>
69     <ApplicationManifest>app.manifest</ApplicationManifest>
70   </PropertyGroup>
71   <PropertyGroup>
72     <TargetZone>LocalIntranet</TargetZone>
73   </PropertyGroup>
74   <PropertyGroup>
75     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
76   </PropertyGroup>
77   <PropertyGroup>
78     <StartupObject>mp4box.Program</StartupObject>
79   </PropertyGroup>
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>
88   </PropertyGroup>
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>
97   </PropertyGroup>
98   <ItemGroup>
99     <Reference Include="System" />
100     <Reference Include="System.Configuration" />
101     <Reference Include="System.Design" />
102     <Reference Include="System.Data" />
103     <Reference Include="System.Deployment" />
104     <Reference Include="System.Drawing" />
105     <Reference Include="System.Management" />
106     <Reference Include="System.Runtime.Serialization" />
107     <Reference Include="System.ServiceModel" />
108     <Reference Include="System.Windows.Forms" />
109     <Reference Include="System.Xml" />
110     <Reference Include="System.Xml.Linq" />
111   </ItemGroup>
112   <ItemGroup>
113     <Compile Include="FeedbackForm.cs">
114       <SubType>Form</SubType>
115     </Compile>
116     <Compile Include="FeedbackForm.Designer.cs">
117       <DependentUpon>FeedbackForm.cs</DependentUpon>
118     </Compile>
119     <Compile Include="FormUpdater.cs">
120       <SubType>Form</SubType>
121     </Compile>
122     <Compile Include="FormUpdater.Designer.cs">
123       <DependentUpon>FormUpdater.cs</DependentUpon>
124     </Compile>
125     <Compile Include="OSInfo.cs" />
126     <Compile Include="ProgressTaskbar.cs" />
127     <Compile Include="Service References\ServiceReference\Reference.cs">
128       <AutoGen>True</AutoGen>
129       <DesignTime>True</DesignTime>
130       <DependentUpon>Reference.svcmap</DependentUpon>
131     </Compile>
132     <Compile Include="Util.cs" />
133     <Compile Include="SplashScreenApplicationContext.cs" />
134     <Compile Include="StartUpClass.cs" />
135     <Compile Include="Supplements.cs" />
136     <Compile Include="MainForm.cs">
137       <SubType>Form</SubType>
138     </Compile>
139     <Compile Include="MainForm.Designer.cs">
140       <DependentUpon>MainForm.cs</DependentUpon>
141     </Compile>
142     <Compile Include="PreviewForm.cs">
143       <SubType>Form</SubType>
144     </Compile>
145     <Compile Include="PreviewForm.Designer.cs">
146       <DependentUpon>PreviewForm.cs</DependentUpon>
147     </Compile>
148     <Compile Include="ResourceCulture.cs" />
149     <Compile Include="SplashForm.cs">
150       <SubType>Form</SubType>
151     </Compile>
152     <Compile Include="SplashForm.Designer.cs">
153       <DependentUpon>SplashForm.cs</DependentUpon>
154     </Compile>
155     <Compile Include="MediaInfoDLL.cs" />
156     <Compile Include="Program.cs" />
157     <Compile Include="Properties\AssemblyInfo.cs" />
158     <Compile Include="Win32API.cs" />
159     <Compile Include="WorkingForm.cs">
160       <SubType>Form</SubType>
161     </Compile>
162     <Compile Include="WorkingForm.Designer.cs">
163       <DependentUpon>WorkingForm.cs</DependentUpon>
164     </Compile>
165     <EmbeddedResource Include="FeedbackForm.resx">
166       <DependentUpon>FeedbackForm.cs</DependentUpon>
167     </EmbeddedResource>
168     <EmbeddedResource Include="FormUpdater.resx">
169       <DependentUpon>FormUpdater.cs</DependentUpon>
170     </EmbeddedResource>
171     <EmbeddedResource Include="MainForm.en.resx">
172       <DependentUpon>MainForm.cs</DependentUpon>
173       <SubType>Designer</SubType>
174     </EmbeddedResource>
175     <EmbeddedResource Include="MainForm.ja-JP.resx">
176       <DependentUpon>MainForm.cs</DependentUpon>
177     </EmbeddedResource>
178     <EmbeddedResource Include="MainForm.resx">
179       <DependentUpon>MainForm.cs</DependentUpon>
180       <SubType>Designer</SubType>
181     </EmbeddedResource>
182     <EmbeddedResource Include="MainForm.zh-Hant.resx">
183       <DependentUpon>MainForm.cs</DependentUpon>
184       <SubType>Designer</SubType>
185     </EmbeddedResource>
186     <EmbeddedResource Include="PreviewForm.resx">
187       <DependentUpon>PreviewForm.cs</DependentUpon>
188       <SubType>Designer</SubType>
189     </EmbeddedResource>
190     <EmbeddedResource Include="SplashForm.resx">
191       <DependentUpon>SplashForm.cs</DependentUpon>
192     </EmbeddedResource>
193     <EmbeddedResource Include="Properties\Resources.resx">
194       <Generator>ResXFileCodeGenerator</Generator>
195       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
196       <SubType>Designer</SubType>
197     </EmbeddedResource>
198     <Compile Include="Properties\Resources.Designer.cs">
199       <AutoGen>True</AutoGen>
200       <DependentUpon>Resources.resx</DependentUpon>
201       <DesignTime>True</DesignTime>
202     </Compile>
203     <EmbeddedResource Include="WorkingForm.en.resx">
204       <DependentUpon>WorkingForm.cs</DependentUpon>
205     </EmbeddedResource>
206     <EmbeddedResource Include="WorkingForm.ja-JP.resx">
207       <DependentUpon>WorkingForm.cs</DependentUpon>
208     </EmbeddedResource>
209     <EmbeddedResource Include="WorkingForm.resx">
210       <DependentUpon>WorkingForm.cs</DependentUpon>
211     </EmbeddedResource>
212     <EmbeddedResource Include="WorkingForm.zh-Hant.resx">
213       <DependentUpon>WorkingForm.cs</DependentUpon>
214     </EmbeddedResource>
215     <None Include="app.config">
216       <SubType>Designer</SubType>
217       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
218     </None>
219     <None Include="app.manifest" />
220     <None Include="Properties\Settings.settings">
221       <Generator>SettingsSingleFileGenerator</Generator>
222       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
223     </None>
224     <Compile Include="Properties\Settings.Designer.cs">
225       <AutoGen>True</AutoGen>
226       <DependentUpon>Settings.settings</DependentUpon>
227       <DesignTimeSharedInput>True</DesignTimeSharedInput>
228     </Compile>
229     <None Include="Res\mp4box_TemporaryKey.pfx" />
230     <None Include="Res\PostBuildEvent.bat" />
231     <None Include="Service References\ServiceReference\webservice.wsdl" />
232   </ItemGroup>
233   <ItemGroup>
234     <Content Include="preset.xml">
235       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
236     </Content>
237     <Content Include="Res\tomoka.ico" />
238     <Content Include="Res\tsukiko.gif" />
239     <Content Include="Res\wan.ico" />
240     <None Include="Service References\ServiceReference\Reference.svcmap">
241       <Generator>WCF Proxy Generator</Generator>
242       <LastGenOutput>Reference.cs</LastGenOutput>
243     </None>
244     <None Include="Service References\ServiceReference\configuration.svcinfo" />
245     <None Include="Service References\ServiceReference\configuration91.svcinfo" />
246     <None Include="Service References\ServiceReference\webservice.disco" />
247   </ItemGroup>
248   <ItemGroup>
249     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
250       <Visible>False</Visible>
251       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
252       <Install>false</Install>
253     </BootstrapperPackage>
254     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
255       <Visible>False</Visible>
256       <ProductName>.NET Framework 3.5 SP1</ProductName>
257       <Install>true</Install>
258     </BootstrapperPackage>
259     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
260       <Visible>False</Visible>
261       <ProductName>Windows Installer 3.1</ProductName>
262       <Install>true</Install>
263     </BootstrapperPackage>
264   </ItemGroup>
265   <ItemGroup>
266     <COMReference Include="AxWMPLib">
267       <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
268       <VersionMajor>1</VersionMajor>
269       <VersionMinor>0</VersionMinor>
270       <Lcid>0</Lcid>
271       <WrapperTool>aximp</WrapperTool>
272       <Isolated>False</Isolated>
273     </COMReference>
274   </ItemGroup>
275   <ItemGroup>
276     <ProjectReference Include="..\ControlExs\ControlExs.csproj">
277       <Project>{05CC89B6-EF40-490F-A663-228AE6468776}</Project>
278       <Name>ControlExs</Name>
279     </ProjectReference>
280   </ItemGroup>
281   <ItemGroup>
282     <COMReference Include="stdole">
283       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
284       <VersionMajor>2</VersionMajor>
285       <VersionMinor>0</VersionMinor>
286       <Lcid>0</Lcid>
287       <WrapperTool>primary</WrapperTool>
288       <Isolated>False</Isolated>
289       <EmbedInteropTypes>True</EmbedInteropTypes>
290     </COMReference>
291   </ItemGroup>
292   <ItemGroup>
293     <WCFMetadata Include="Service References\" />
294   </ItemGroup>
295   <ItemGroup>
296     <WCFMetadataStorage Include="Service References\ServiceReference\" />
297   </ItemGroup>
298   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
299   <PropertyGroup>
300     <PostBuildEvent>$(ProjectDir)Res\PostBuildEvent.bat "$(SolutionDir)" "$(TargetDir)"</PostBuildEvent>
301   </PropertyGroup>
302   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
303        Other similar extension points exist, see Microsoft.Common.targets.
304   <Target Name="BeforeBuild">
305   </Target>
306   <Target Name="AfterBuild">
307   </Target>
308   -->
309 </Project>