OSDN Git Service

#xxxxx DTXALのDTXCに倣って、BPM変更と小節長変更のダイアログ表示時点で、テキストの数値が全選択されるよう修正。
[dtxmania/dtxmania.git] / DTXCreator / DTXCreator.csproj
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)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.21022</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{BAC81BCC-5689-4600-91A0-7427667500D6}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>DTXCreator</RootNamespace>
12     <AssemblyName>DTXCreator</AssemblyName>
13     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <ApplicationIcon>コード\99.リソース\DTXC.ico</ApplicationIcon>
16     <ApplicationManifest>DTXCreator.exe.x86.manifest</ApplicationManifest>
17     <IsWebBootstrapper>false</IsWebBootstrapper>
18     <FileUpgradeFlags>
19     </FileUpgradeFlags>
20     <UpgradeBackupLocation>
21     </UpgradeBackupLocation>
22     <OldToolsVersion>3.5</OldToolsVersion>
23     <TargetFrameworkProfile />
24     <PublishUrl>publish\</PublishUrl>
25     <Install>true</Install>
26     <InstallFrom>Disk</InstallFrom>
27     <UpdateEnabled>false</UpdateEnabled>
28     <UpdateMode>Foreground</UpdateMode>
29     <UpdateInterval>7</UpdateInterval>
30     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
31     <UpdatePeriodically>false</UpdatePeriodically>
32     <UpdateRequired>false</UpdateRequired>
33     <MapFileExtensions>true</MapFileExtensions>
34     <ApplicationRevision>0</ApplicationRevision>
35     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
36     <UseApplicationTrust>false</UseApplicationTrust>
37     <BootstrapperEnabled>true</BootstrapperEnabled>
38   </PropertyGroup>
39   <PropertyGroup>
40     <SignAssembly>false</SignAssembly>
41   </PropertyGroup>
42   <PropertyGroup>
43     <AssemblyOriginatorKeyFile>
44     </AssemblyOriginatorKeyFile>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
47     <DebugSymbols>true</DebugSymbols>
48     <OutputPath>bin\Debug\</OutputPath>
49     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_ USE_GERMANRESOURCE_</DefineConstants>
50     <NoWarn>0219</NoWarn>
51     <DebugType>full</DebugType>
52     <PlatformTarget>AnyCPU</PlatformTarget>
53     <ErrorReport>prompt</ErrorReport>
54     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55     <Prefer32Bit>false</Prefer32Bit>
56   </PropertyGroup>
57   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
58     <OutputPath>bin\Release\</OutputPath>
59     <DefineConstants>TRACE</DefineConstants>
60     <Optimize>true</Optimize>
61     <NoWarn>0219</NoWarn>
62     <DebugType>pdbonly</DebugType>
63     <PlatformTarget>AnyCPU</PlatformTarget>
64     <ErrorReport>prompt</ErrorReport>
65     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66     <Prefer32Bit>false</Prefer32Bit>
67   </PropertyGroup>
68   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
69     <DebugSymbols>true</DebugSymbols>
70     <OutputPath>bin\x64\Debug\</OutputPath>
71     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_ USE_GERMANRESOURCE_</DefineConstants>
72     <NoWarn>0219</NoWarn>
73     <DebugType>full</DebugType>
74     <PlatformTarget>x64</PlatformTarget>
75     <ErrorReport>prompt</ErrorReport>
76     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
77   </PropertyGroup>
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
79     <OutputPath>bin\x64\Release\</OutputPath>
80     <DefineConstants>TRACE</DefineConstants>
81     <Optimize>true</Optimize>
82     <NoWarn>0219</NoWarn>
83     <DebugType>pdbonly</DebugType>
84     <PlatformTarget>x64</PlatformTarget>
85     <ErrorReport>prompt</ErrorReport>
86     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
87   </PropertyGroup>
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
89     <DebugSymbols>true</DebugSymbols>
90     <OutputPath>bin\x86\Debug\</OutputPath>
91     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_ USE_GERMANRESOURCE_</DefineConstants>
92     <NoWarn>0219</NoWarn>
93     <DebugType>full</DebugType>
94     <PlatformTarget>x86</PlatformTarget>
95     <ErrorReport>prompt</ErrorReport>
96     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
97   </PropertyGroup>
98   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
99     <OutputPath>bin\x86\Release\</OutputPath>
100     <DefineConstants>TRACE</DefineConstants>
101     <Optimize>true</Optimize>
102     <NoWarn>0219</NoWarn>
103     <DebugType>pdbonly</DebugType>
104     <PlatformTarget>x86</PlatformTarget>
105     <ErrorReport>prompt</ErrorReport>
106     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
107   </PropertyGroup>
108   <ItemGroup>
109     <Reference Include="System" />
110     <Reference Include="System.Data" />
111     <Reference Include="System.Drawing" />
112     <Reference Include="System.Management" />
113     <Reference Include="System.Runtime.Serialization" />
114     <Reference Include="System.Windows.Forms" />
115     <Reference Include="System.Xml" />
116   </ItemGroup>
117   <ItemGroup>
118     <Compile Include="コード\00.全体\AppSetting.cs" />
119     <Compile Include="コード\06.汎用\CDialog.cs">
120       <SubType>Form</SubType>
121     </Compile>
122     <Compile Include="コード\06.汎用\CDialog.Designer.cs">
123       <DependentUpon>CDialog.cs</DependentUpon>
124     </Compile>
125     <Compile Include="コード\00.全体\CDTX入出力.cs" />
126     <Compile Include="コード\00.全体\Cバージョン情報.cs">
127       <SubType>Form</SubType>
128     </Compile>
129     <Compile Include="コード\00.全体\Cバージョン情報.Designer.cs">
130       <DependentUpon>Cバージョン情報.cs</DependentUpon>
131     </Compile>
132     <Compile Include="コード\00.全体\Cメインフォーム.cs">
133       <SubType>Form</SubType>
134     </Compile>
135     <Compile Include="コード\00.全体\Cメインフォーム.Designer.cs">
136       <DependentUpon>Cメインフォーム.cs</DependentUpon>
137     </Compile>
138     <Compile Include="コード\00.全体\MakeTempDTX.cs" />
139     <Compile Include="コード\00.全体\Program.cs" />
140     <Compile Include="Properties\AssemblyInfo.cs" />
141     <Compile Include="コード\07.MIDIインポート\CMIDI.cs" />
142     <Compile Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.cs">
143       <SubType>Form</SubType>
144     </Compile>
145     <Compile Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.Designer.cs">
146       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
147     </Compile>
148     <Compile Include="コード\07.MIDIインポート\CMIDIインポート管理.cs" />
149     <Compile Include="コード\07.MIDIインポート\CMIDIイベント.cs" />
150     <Compile Include="コード\07.MIDIインポート\CMIDIトラック.cs" />
151     <Compile Include="コード\08.MIDIExport\CMIDIExportDialog.cs">
152       <SubType>Form</SubType>
153     </Compile>
154     <Compile Include="コード\08.MIDIExport\CMIDIExportDialog.Designer.cs">
155       <DependentUpon>CMIDIExportDialog.cs</DependentUpon>
156     </Compile>
157     <Compile Include="コード\08.MIDIExport\CMIDIExportManager.cs" />
158     <EmbeddedResource Include="Properties\Resources.ja-JP.resx">
159       <SubType>Designer</SubType>
160     </EmbeddedResource>
161     <EmbeddedResource Include="Properties\Resources.resx">
162       <Generator>ResXFileCodeGenerator</Generator>
163       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
164       <SubType>Designer</SubType>
165     </EmbeddedResource>
166     <EmbeddedResource Include="コード\06.汎用\CDialog.ja-JP.resx">
167       <DependentUpon>CDialog.cs</DependentUpon>
168     </EmbeddedResource>
169     <EmbeddedResource Include="コード\06.汎用\CDialog.resx">
170       <DependentUpon>CDialog.cs</DependentUpon>
171     </EmbeddedResource>
172     <EmbeddedResource Include="コード\00.全体\Cバージョン情報.resx">
173       <DependentUpon>Cバージョン情報.cs</DependentUpon>
174       <SubType>Designer</SubType>
175     </EmbeddedResource>
176     <EmbeddedResource Include="コード\00.全体\Cメインフォーム.ja-JP.resx">
177       <DependentUpon>Cメインフォーム.cs</DependentUpon>
178       <SubType>Designer</SubType>
179     </EmbeddedResource>
180     <EmbeddedResource Include="コード\00.全体\Cメインフォーム.resx">
181       <DependentUpon>Cメインフォーム.cs</DependentUpon>
182       <SubType>Designer</SubType>
183     </EmbeddedResource>
184     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.ja-JP.resx">
185       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
186       <SubType>Designer</SubType>
187     </EmbeddedResource>
188     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.resx">
189       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
190       <SubType>Designer</SubType>
191     </EmbeddedResource>
192     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.ja-JP.resx">
193       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
194       <SubType>Designer</SubType>
195     </EmbeddedResource>
196     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.resx">
197       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
198       <SubType>Designer</SubType>
199     </EmbeddedResource>
200     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.ja-JP.resx">
201       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
202       <SubType>Designer</SubType>
203     </EmbeddedResource>
204     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.resx">
205       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
206       <SubType>Designer</SubType>
207     </EmbeddedResource>
208     <EmbeddedResource Include="コード\03.オプション関連\Cオプションダイアログ.ja-JP.resx">
209       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
210       <SubType>Designer</SubType>
211     </EmbeddedResource>
212     <EmbeddedResource Include="コード\03.オプション関連\Cオプションダイアログ.resx">
213       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
214       <SubType>Designer</SubType>
215     </EmbeddedResource>
216     <EmbeddedResource Include="コード\04.チップパレット関連\Cチップパレット.ja-JP.resx">
217       <DependentUpon>Cチップパレット.cs</DependentUpon>
218       <SubType>Designer</SubType>
219     </EmbeddedResource>
220     <EmbeddedResource Include="コード\04.チップパレット関連\Cチップパレット.resx">
221       <DependentUpon>Cチップパレット.cs</DependentUpon>
222       <SubType>Designer</SubType>
223     </EmbeddedResource>
224     <EmbeddedResource Include="コード\05.譜面\C小節長変更ダイアログ.ja-JP.resx">
225       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
226       <SubType>Designer</SubType>
227     </EmbeddedResource>
228     <EmbeddedResource Include="コード\05.譜面\C小節長変更ダイアログ.resx">
229       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
230       <SubType>Designer</SubType>
231     </EmbeddedResource>
232     <EmbeddedResource Include="コード\05.譜面\C数値入力ダイアログ.ja-JP.resx">
233       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
234       <SubType>Designer</SubType>
235     </EmbeddedResource>
236     <EmbeddedResource Include="コード\05.譜面\C数値入力ダイアログ.resx">
237       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
238       <SubType>Designer</SubType>
239     </EmbeddedResource>
240     <EmbeddedResource Include="コード\05.譜面\C検索ダイアログ.ja-JP.resx">
241       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
242       <SubType>Designer</SubType>
243     </EmbeddedResource>
244     <EmbeddedResource Include="コード\05.譜面\C検索ダイアログ.resx">
245       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
246       <SubType>Designer</SubType>
247     </EmbeddedResource>
248     <EmbeddedResource Include="コード\05.譜面\C置換ダイアログ.ja-JP.resx">
249       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
250       <SubType>Designer</SubType>
251     </EmbeddedResource>
252     <EmbeddedResource Include="コード\05.譜面\C置換ダイアログ.resx">
253       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
254       <SubType>Designer</SubType>
255     </EmbeddedResource>
256     <EmbeddedResource Include="コード\06.汎用\Cメッセージポップアップ.ja-JP.resx">
257       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
258       <SubType>Designer</SubType>
259     </EmbeddedResource>
260     <EmbeddedResource Include="コード\06.汎用\Cメッセージポップアップ.resx">
261       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
262       <SubType>Designer</SubType>
263     </EmbeddedResource>
264     <Compile Include="Properties\Resources.Designer.cs">
265       <AutoGen>True</AutoGen>
266       <DependentUpon>Resources.resx</DependentUpon>
267       <DesignTime>True</DesignTime>
268     </Compile>
269     <EmbeddedResource Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.ja-JP.resx">
270       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
271       <SubType>Designer</SubType>
272     </EmbeddedResource>
273     <EmbeddedResource Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.resx">
274       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
275       <SubType>Designer</SubType>
276     </EmbeddedResource>
277     <EmbeddedResource Include="コード\08.MIDIExport\CMIDIExportDialog.ja-JP.resx">
278       <DependentUpon>CMIDIExportDialog.cs</DependentUpon>
279     </EmbeddedResource>
280     <EmbeddedResource Include="コード\08.MIDIExport\CMIDIExportDialog.resx">
281       <DependentUpon>CMIDIExportDialog.cs</DependentUpon>
282     </EmbeddedResource>
283     <None Include="app.config">
284       <SubType>Designer</SubType>
285     </None>
286     <None Include="DTXCreator.exe.x86.manifest">
287       <SubType>Designer</SubType>
288     </None>
289     <None Include="Properties\Settings.settings">
290       <Generator>SettingsSingleFileGenerator</Generator>
291       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
292     </None>
293     <Compile Include="Properties\Settings.Designer.cs">
294       <AutoGen>True</AutoGen>
295       <DependentUpon>Settings.settings</DependentUpon>
296       <DesignTimeSharedInput>True</DesignTimeSharedInput>
297     </Compile>
298     <Compile Include="コード\01.UndoRedo\CUndoRedoセル.cs" />
299     <Compile Include="コード\01.UndoRedo\CUndoRedoセル仮想.cs" />
300     <Compile Include="コード\01.UndoRedo\CUndoRedoディレクトリ.cs" />
301     <Compile Include="コード\01.UndoRedo\CUndoRedo管理.cs" />
302     <Compile Include="コード\02.WAV_BMP_AVI\CAVI.cs" />
303     <Compile Include="コード\02.WAV_BMP_AVI\CAVIキャッシュ.cs" />
304     <Compile Include="コード\02.WAV_BMP_AVI\CAVIリスト管理.cs" />
305     <Compile Include="コード\02.WAV_BMP_AVI\CBMP.cs" />
306     <Compile Include="コード\02.WAV_BMP_AVI\CBMPキャッシュ.cs" />
307     <Compile Include="コード\02.WAV_BMP_AVI\CBMPリスト管理.cs" />
308     <Compile Include="コード\02.WAV_BMP_AVI\CWAV.cs" />
309     <Compile Include="コード\02.WAV_BMP_AVI\CWAVキャッシュ.cs" />
310     <Compile Include="コード\02.WAV_BMP_AVI\CWAVリスト管理.cs" />
311     <Compile Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.cs">
312       <SubType>Form</SubType>
313     </Compile>
314     <Compile Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.Designer.cs">
315       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
316     </Compile>
317     <Compile Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.cs">
318       <SubType>Form</SubType>
319     </Compile>
320     <Compile Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.Designer.cs">
321       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
322     </Compile>
323     <Compile Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.cs">
324       <SubType>Form</SubType>
325     </Compile>
326     <Compile Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.Designer.cs">
327       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
328     </Compile>
329     <Compile Include="コード\03.オプション関連\Cオプションダイアログ.cs">
330       <SubType>Form</SubType>
331     </Compile>
332     <Compile Include="コード\03.オプション関連\Cオプションダイアログ.Designer.cs">
333       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
334     </Compile>
335     <Compile Include="コード\03.オプション関連\Cオプション管理.cs" />
336     <Compile Include="コード\04.チップパレット関連\Cチップパレット.cs">
337       <SubType>Form</SubType>
338     </Compile>
339     <Compile Include="コード\04.チップパレット関連\Cチップパレット.Designer.cs">
340       <DependentUpon>Cチップパレット.cs</DependentUpon>
341     </Compile>
342     <Compile Include="コード\04.チップパレット関連\Cチップパレット向けDragDropデータ.cs" />
343     <Compile Include="コード\05.譜面\Cクリップセル.cs" />
344     <Compile Include="コード\05.譜面\Cクリップボード.cs" />
345     <Compile Include="コード\05.譜面\Cチップ.cs" />
346     <Compile Include="コード\05.譜面\Cチップ位置用UndoRedo.cs" />
347     <Compile Include="コード\05.譜面\Cチップ配置用UndoRedo.cs" />
348     <Compile Include="コード\05.譜面\Cレーン.cs" />
349     <Compile Include="コード\05.譜面\Cレーン割付用UndoRedo.cs" />
350     <Compile Include="コード\05.譜面\C小節.cs" />
351     <Compile Include="コード\05.譜面\C小節用UndoRedo.cs" />
352     <Compile Include="コード\05.譜面\C小節長変更ダイアログ.cs">
353       <SubType>Form</SubType>
354     </Compile>
355     <Compile Include="コード\05.譜面\C小節長変更ダイアログ.Designer.cs">
356       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
357     </Compile>
358     <Compile Include="コード\05.譜面\C数値入力ダイアログ.cs">
359       <SubType>Form</SubType>
360     </Compile>
361     <Compile Include="コード\05.譜面\C数値入力ダイアログ.Designer.cs">
362       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
363     </Compile>
364     <Compile Include="コード\05.譜面\C検索ダイアログ.cs">
365       <SubType>Form</SubType>
366     </Compile>
367     <Compile Include="コード\05.譜面\C検索ダイアログ.Designer.cs">
368       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
369     </Compile>
370     <Compile Include="コード\05.譜面\C編集モード管理.cs" />
371     <Compile Include="コード\05.譜面\C置換ダイアログ.cs">
372       <SubType>Form</SubType>
373     </Compile>
374     <Compile Include="コード\05.譜面\C置換ダイアログ.Designer.cs">
375       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
376     </Compile>
377     <Compile Include="コード\05.譜面\C譜面管理.cs" />
378     <Compile Include="コード\05.譜面\C選択モード管理.cs" />
379     <Compile Include="コード\05.譜面\C難易度自動計算マン.cs" />
380     <Compile Include="コード\06.汎用\Cファイル選択・パス変換.cs" />
381     <Compile Include="コード\06.汎用\Cメッセージポップアップ.cs">
382       <SubType>Form</SubType>
383     </Compile>
384     <Compile Include="コード\06.汎用\Cメッセージポップアップ.Designer.cs">
385       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
386     </Compile>
387   </ItemGroup>
388   <ItemGroup>
389     <Content Include="コード\99.リソース\AudioHS.png" />
390     <Content Include="コード\99.リソース\CopyHS.png" />
391     <Content Include="コード\99.リソース\CutHS.png" />
392     <Content Include="コード\99.リソース\DataContainer_MoveNextHS.png" />
393     <Content Include="コード\99.リソース\DataContainer_NewRecordHS.png" />
394     <Content Include="コード\99.リソース\deleteHS.png" />
395     <Content Include="コード\99.リソース\DocumentHS.png" />
396     <Content Include="コード\99.リソース\DTXC.ico" />
397     <Content Include="コード\99.リソース\EditInformationHS.png" />
398     <Content Include="コード\99.リソース\Edit_RedoHS.png" />
399     <Content Include="コード\99.リソース\Edit_UndoHS.png" />
400     <Content Include="コード\99.リソース\Help.png" />
401     <Content Include="コード\99.リソース\MoveDown.png" />
402     <Content Include="コード\99.リソース\MoveUp.png" />
403     <Content Include="コード\99.リソース\MusicDoc.PNG" />
404     <Content Include="コード\99.リソース\openHS.png" />
405     <Content Include="コード\99.リソース\PasteHS.png" />
406     <Content Include="コード\99.リソース\PauseHS.png" />
407     <Content Include="コード\99.リソース\pencil.gif" />
408     <Content Include="コード\99.リソース\PicDoc.PNG" />
409     <Content Include="コード\99.リソース\PointerHS.png" />
410     <Content Include="コード\99.リソース\saveHS.png" />
411     <Content Include="コード\99.リソース\StopHS.png" />
412     <Content Include="コード\99.リソース\VideoDoc.PNG" />
413     <Content Include="コード\99.リソース\りらちょー.png" />
414     <Content Include="コード\99.リソース\バージョン情報.png" />
415     <Content Include="コード\99.リソース\最初から再生.png" />
416     <Content Include="コード\99.リソース\表示形式.png" />
417   </ItemGroup>
418   <ItemGroup>
419     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
420       <Visible>False</Visible>
421       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
422       <Install>false</Install>
423     </BootstrapperPackage>
424     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
425       <Visible>False</Visible>
426       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
427       <Install>true</Install>
428     </BootstrapperPackage>
429     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
430       <Visible>False</Visible>
431       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
432       <Install>false</Install>
433     </BootstrapperPackage>
434     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
435       <Visible>False</Visible>
436       <ProductName>.NET Framework 3.5</ProductName>
437       <Install>false</Install>
438     </BootstrapperPackage>
439     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
440       <Visible>False</Visible>
441       <ProductName>.NET Framework 3.5 SP1</ProductName>
442       <Install>false</Install>
443     </BootstrapperPackage>
444   </ItemGroup>
445   <ItemGroup>
446     <ProjectReference Include="..\FDK\FDK.csproj">
447       <Project>{bcd40908-f3e2-4707-bfaa-1dd99df6357d}</Project>
448       <Name>FDK</Name>
449     </ProjectReference>
450   </ItemGroup>
451   <ItemGroup>
452     <FilesToMove Include="$(TargetDir)*.dll" />
453   </ItemGroup>
454   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
455   <Target Name="AfterBuild">
456     <Move SourceFiles="@(FilesToMove)" DestinationFolder="$(TargetDir)dll\" />
457     <!--Copy SourceFiles="$(TargetDir)*.dll" DestinationFolder="$(SolutionDir)RuntimeResources\dll" /-->
458     <Copy SourceFiles="$(TargetDir)$(TargetFileName)" DestinationFolder="$(SolutionDir)RuntimeResources" />
459     <Copy SourceFiles="$(TargetDir)$(TargetFileName).config" DestinationFolder="$(SolutionDir)RuntimeResources" />
460     <Copy SourceFiles="$(TargetDir)ja-JP\DTXCreator.resources.dll" DestinationFolder="$(SolutionDir)RuntimeResources\ja-JP\" />
461   </Target>
462 </Project>