Add feedback function.
[marukotoolbox.git] / mp4box / mp4box.csproj
blobf3225b6f93c8863db478f1b3c171a25f4e3d3add
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="Microsoft.WindowsAPICodePack">
100       <HintPath>.\Microsoft.WindowsAPICodePack.dll</HintPath>
101     </Reference>
102     <Reference Include="Microsoft.WindowsAPICodePack.Shell">
103       <HintPath>.\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
104     </Reference>
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" />
116   </ItemGroup>
117   <ItemGroup>
118     <Compile Include="FeedbackForm.cs">
119       <SubType>Form</SubType>
120     </Compile>
121     <Compile Include="FeedbackForm.Designer.cs">
122       <DependentUpon>FeedbackForm.cs</DependentUpon>
123     </Compile>
124     <Compile Include="Service References\ServiceReference\Reference.cs">
125       <AutoGen>True</AutoGen>
126       <DesignTime>True</DesignTime>
127       <DependentUpon>Reference.svcmap</DependentUpon>
128     </Compile>
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>
135     </Compile>
136     <Compile Include="MainForm.Designer.cs">
137       <DependentUpon>MainForm.cs</DependentUpon>
138     </Compile>
139     <Compile Include="PreviewForm.cs">
140       <SubType>Form</SubType>
141     </Compile>
142     <Compile Include="PreviewForm.Designer.cs">
143       <DependentUpon>PreviewForm.cs</DependentUpon>
144     </Compile>
145     <Compile Include="ResourceCulture.cs" />
146     <Compile Include="SplashForm.cs">
147       <SubType>Form</SubType>
148     </Compile>
149     <Compile Include="SplashForm.Designer.cs">
150       <DependentUpon>SplashForm.cs</DependentUpon>
151     </Compile>
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>
157     </Compile>
158     <Compile Include="WorkingForm.Designer.cs">
159       <DependentUpon>WorkingForm.cs</DependentUpon>
160     </Compile>
161     <EmbeddedResource Include="FeedbackForm.resx">
162       <DependentUpon>FeedbackForm.cs</DependentUpon>
163     </EmbeddedResource>
164     <EmbeddedResource Include="MainForm.en.resx">
165       <DependentUpon>MainForm.cs</DependentUpon>
166       <SubType>Designer</SubType>
167     </EmbeddedResource>
168     <EmbeddedResource Include="MainForm.ja-JP.resx">
169       <DependentUpon>MainForm.cs</DependentUpon>
170     </EmbeddedResource>
171     <EmbeddedResource Include="MainForm.resx">
172       <DependentUpon>MainForm.cs</DependentUpon>
173       <SubType>Designer</SubType>
174     </EmbeddedResource>
175     <EmbeddedResource Include="MainForm.zh-Hant.resx">
176       <DependentUpon>MainForm.cs</DependentUpon>
177       <SubType>Designer</SubType>
178     </EmbeddedResource>
179     <EmbeddedResource Include="PreviewForm.resx">
180       <DependentUpon>PreviewForm.cs</DependentUpon>
181       <SubType>Designer</SubType>
182     </EmbeddedResource>
183     <EmbeddedResource Include="SplashForm.resx">
184       <DependentUpon>SplashForm.cs</DependentUpon>
185     </EmbeddedResource>
186     <EmbeddedResource Include="Properties\Resources.resx">
187       <Generator>ResXFileCodeGenerator</Generator>
188       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
189       <SubType>Designer</SubType>
190     </EmbeddedResource>
191     <Compile Include="Properties\Resources.Designer.cs">
192       <AutoGen>True</AutoGen>
193       <DependentUpon>Resources.resx</DependentUpon>
194       <DesignTime>True</DesignTime>
195     </Compile>
196     <EmbeddedResource Include="WorkingForm.en.resx">
197       <DependentUpon>WorkingForm.cs</DependentUpon>
198     </EmbeddedResource>
199     <EmbeddedResource Include="WorkingForm.ja-JP.resx">
200       <DependentUpon>WorkingForm.cs</DependentUpon>
201     </EmbeddedResource>
202     <EmbeddedResource Include="WorkingForm.resx">
203       <DependentUpon>WorkingForm.cs</DependentUpon>
204     </EmbeddedResource>
205     <EmbeddedResource Include="WorkingForm.zh-Hant.resx">
206       <DependentUpon>WorkingForm.cs</DependentUpon>
207     </EmbeddedResource>
208     <None Include="app.config">
209       <SubType>Designer</SubType>
210       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
211     </None>
212     <None Include="app.manifest" />
213     <None Include="Properties\Settings.settings">
214       <Generator>SettingsSingleFileGenerator</Generator>
215       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
216     </None>
217     <Compile Include="Properties\Settings.Designer.cs">
218       <AutoGen>True</AutoGen>
219       <DependentUpon>Settings.settings</DependentUpon>
220       <DesignTimeSharedInput>True</DesignTimeSharedInput>
221     </Compile>
222     <None Include="Res\mp4box_TemporaryKey.pfx" />
223     <None Include="Res\PostBuildEvent.bat" />
224     <None Include="Service References\ServiceReference\webservice.wsdl" />
225   </ItemGroup>
226   <ItemGroup>
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>
233     </None>
234     <None Include="Service References\ServiceReference\configuration.svcinfo" />
235     <None Include="Service References\ServiceReference\configuration91.svcinfo" />
236     <None Include="Service References\ServiceReference\webservice.disco" />
237   </ItemGroup>
238   <ItemGroup>
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>
254   </ItemGroup>
255   <ItemGroup>
256     <COMReference Include="AxWMPLib">
257       <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
258       <VersionMajor>1</VersionMajor>
259       <VersionMinor>0</VersionMinor>
260       <Lcid>0</Lcid>
261       <WrapperTool>aximp</WrapperTool>
262       <Isolated>False</Isolated>
263     </COMReference>
264   </ItemGroup>
265   <ItemGroup>
266     <ProjectReference Include="..\ControlExs\ControlExs.csproj">
267       <Project>{05CC89B6-EF40-490F-A663-228AE6468776}</Project>
268       <Name>ControlExs</Name>
269     </ProjectReference>
270   </ItemGroup>
271   <ItemGroup>
272     <COMReference Include="stdole">
273       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
274       <VersionMajor>2</VersionMajor>
275       <VersionMinor>0</VersionMinor>
276       <Lcid>0</Lcid>
277       <WrapperTool>primary</WrapperTool>
278       <Isolated>False</Isolated>
279       <EmbedInteropTypes>True</EmbedInteropTypes>
280     </COMReference>
281   </ItemGroup>
282   <ItemGroup>
283     <WCFMetadata Include="Service References\" />
284   </ItemGroup>
285   <ItemGroup>
286     <WCFMetadataStorage Include="Service References\ServiceReference\" />
287   </ItemGroup>
288   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
289   <PropertyGroup>
290     <PostBuildEvent>$(ProjectDir)Res\PostBuildEvent.bat "$(SolutionDir)" "$(TargetDir)"</PostBuildEvent>
291   </PropertyGroup>
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">
295   </Target>
296   <Target Name="AfterBuild">
297   </Target>
298   -->
299 </Project>