globalize WorkingForm
[marukotoolbox.git] / mp4box / mp4box.csproj
blobc5996cd9f7d30b876ed1bf5665385096bdac7eb7
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.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>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>
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     <Prefer32Bit>false</Prefer32Bit>
44   </PropertyGroup>
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>
54   </PropertyGroup>
55   <PropertyGroup>
56     <ApplicationIcon>Res\wan.ico</ApplicationIcon>
57   </PropertyGroup>
58   <PropertyGroup>
59     <ManifestCertificateThumbprint>D94B72CA453F9119160A155B1EBE49C339601C98</ManifestCertificateThumbprint>
60   </PropertyGroup>
61   <PropertyGroup>
62     <ManifestKeyFile>mp4box_TemporaryKey.pfx</ManifestKeyFile>
63   </PropertyGroup>
64   <PropertyGroup>
65     <GenerateManifests>false</GenerateManifests>
66   </PropertyGroup>
67   <PropertyGroup>
68     <SignManifests>false</SignManifests>
69   </PropertyGroup>
70   <PropertyGroup>
71     <ApplicationManifest>app.manifest</ApplicationManifest>
72   </PropertyGroup>
73   <PropertyGroup>
74     <TargetZone>LocalIntranet</TargetZone>
75   </PropertyGroup>
76   <PropertyGroup>
77     <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
78   </PropertyGroup>
79   <PropertyGroup>
80     <StartupObject>mp4box.Program</StartupObject>
81   </PropertyGroup>
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>
91   </PropertyGroup>
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>
101   </PropertyGroup>
102   <ItemGroup>
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" />
115   </ItemGroup>
116   <ItemGroup>
117     <Compile Include="FeedbackForm.cs">
118       <SubType>Form</SubType>
119     </Compile>
120     <Compile Include="FeedbackForm.Designer.cs">
121       <DependentUpon>FeedbackForm.cs</DependentUpon>
122     </Compile>
123     <Compile Include="FormUpdater.cs">
124       <SubType>Form</SubType>
125     </Compile>
126     <Compile Include="FormUpdater.Designer.cs">
127       <DependentUpon>FormUpdater.cs</DependentUpon>
128     </Compile>
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>
135     </Compile>
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>
142     </Compile>
143     <Compile Include="MainForm.Designer.cs">
144       <DependentUpon>MainForm.cs</DependentUpon>
145     </Compile>
146     <Compile Include="PreviewForm.cs">
147       <SubType>Form</SubType>
148     </Compile>
149     <Compile Include="PreviewForm.Designer.cs">
150       <DependentUpon>PreviewForm.cs</DependentUpon>
151     </Compile>
152     <Compile Include="ResourceCulture.cs" />
153     <Compile Include="SplashForm.cs">
154       <SubType>Form</SubType>
155     </Compile>
156     <Compile Include="SplashForm.Designer.cs">
157       <DependentUpon>SplashForm.cs</DependentUpon>
158     </Compile>
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>
165     </Compile>
166     <Compile Include="WorkingForm.Designer.cs">
167       <DependentUpon>WorkingForm.cs</DependentUpon>
168     </Compile>
169     <EmbeddedResource Include="FeedbackForm.resx">
170       <DependentUpon>FeedbackForm.cs</DependentUpon>
171     </EmbeddedResource>
172     <EmbeddedResource Include="FormUpdater.resx">
173       <DependentUpon>FormUpdater.cs</DependentUpon>
174     </EmbeddedResource>
175     <EmbeddedResource Include="MainForm.en.resx">
176       <DependentUpon>MainForm.cs</DependentUpon>
177       <SubType>Designer</SubType>
178     </EmbeddedResource>
179     <EmbeddedResource Include="MainForm.ja-JP.resx">
180       <DependentUpon>MainForm.cs</DependentUpon>
181     </EmbeddedResource>
182     <EmbeddedResource Include="MainForm.resx">
183       <DependentUpon>MainForm.cs</DependentUpon>
184       <SubType>Designer</SubType>
185     </EmbeddedResource>
186     <EmbeddedResource Include="MainForm.zh-Hant.resx">
187       <DependentUpon>MainForm.cs</DependentUpon>
188       <SubType>Designer</SubType>
189     </EmbeddedResource>
190     <EmbeddedResource Include="PreviewForm.resx">
191       <DependentUpon>PreviewForm.cs</DependentUpon>
192       <SubType>Designer</SubType>
193     </EmbeddedResource>
194     <EmbeddedResource Include="SplashForm.resx">
195       <DependentUpon>SplashForm.cs</DependentUpon>
196     </EmbeddedResource>
197     <EmbeddedResource Include="Properties\Resources.resx">
198       <Generator>ResXFileCodeGenerator</Generator>
199       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
200       <SubType>Designer</SubType>
201     </EmbeddedResource>
202     <Compile Include="Properties\Resources.Designer.cs">
203       <AutoGen>True</AutoGen>
204       <DependentUpon>Resources.resx</DependentUpon>
205       <DesignTime>True</DesignTime>
206     </Compile>
207     <EmbeddedResource Include="WorkingForm.en.resx">
208       <DependentUpon>WorkingForm.cs</DependentUpon>
209     </EmbeddedResource>
210     <EmbeddedResource Include="WorkingForm.ja-JP.resx">
211       <DependentUpon>WorkingForm.cs</DependentUpon>
212     </EmbeddedResource>
213     <EmbeddedResource Include="WorkingForm.resx">
214       <DependentUpon>WorkingForm.cs</DependentUpon>
215     </EmbeddedResource>
216     <EmbeddedResource Include="WorkingForm.zh-Hant.resx">
217       <DependentUpon>WorkingForm.cs</DependentUpon>
218     </EmbeddedResource>
219     <None Include="app.config">
220       <SubType>Designer</SubType>
221       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
222     </None>
223     <None Include="app.manifest" />
224     <None Include="Properties\Settings.settings">
225       <Generator>SettingsSingleFileGenerator</Generator>
226       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
227     </None>
228     <Compile Include="Properties\Settings.Designer.cs">
229       <AutoGen>True</AutoGen>
230       <DependentUpon>Settings.settings</DependentUpon>
231       <DesignTimeSharedInput>True</DesignTimeSharedInput>
232     </Compile>
233     <None Include="Res\mp4box_TemporaryKey.pfx" />
234     <None Include="Res\PostBuildEvent.bat" />
235     <None Include="Service References\ServiceReference\webservice.wsdl" />
236   </ItemGroup>
237   <ItemGroup>
238     <Content Include="preset.xml">
239       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
240     </Content>
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>
247     </None>
248     <None Include="Service References\ServiceReference\configuration.svcinfo" />
249     <None Include="Service References\ServiceReference\configuration91.svcinfo" />
250     <None Include="Service References\ServiceReference\webservice.disco" />
251   </ItemGroup>
252   <ItemGroup>
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>
268   </ItemGroup>
269   <ItemGroup>
270     <COMReference Include="AxWMPLib">
271       <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
272       <VersionMajor>1</VersionMajor>
273       <VersionMinor>0</VersionMinor>
274       <Lcid>0</Lcid>
275       <WrapperTool>aximp</WrapperTool>
276       <Isolated>False</Isolated>
277     </COMReference>
278   </ItemGroup>
279   <ItemGroup>
280     <ProjectReference Include="..\ControlExs\ControlExs.csproj">
281       <Project>{05CC89B6-EF40-490F-A663-228AE6468776}</Project>
282       <Name>ControlExs</Name>
283     </ProjectReference>
284   </ItemGroup>
285   <ItemGroup>
286     <COMReference Include="stdole">
287       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
288       <VersionMajor>2</VersionMajor>
289       <VersionMinor>0</VersionMinor>
290       <Lcid>0</Lcid>
291       <WrapperTool>primary</WrapperTool>
292       <Isolated>False</Isolated>
293       <EmbedInteropTypes>True</EmbedInteropTypes>
294     </COMReference>
295   </ItemGroup>
296   <ItemGroup>
297     <WCFMetadata Include="Service References\" />
298   </ItemGroup>
299   <ItemGroup>
300     <WCFMetadataStorage Include="Service References\ServiceReference\" />
301   </ItemGroup>
302   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
303   <PropertyGroup>
304     <PostBuildEvent>$(ProjectDir)Res\PostBuildEvent.bat "$(SolutionDir)" "$(TargetDir)"</PostBuildEvent>
305   </PropertyGroup>
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">
309   </Target>
310   <Target Name="AfterBuild">
311   </Target>
312   -->
313 </Project>