OSDN Git Service

#47668 DTXC内で扱う分解能を下辺にするための布石。
[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="コード\05.譜面\CWholeNoteDivision.cs" />
120     <Compile Include="コード\06.汎用\CDialog.cs">
121       <SubType>Form</SubType>
122     </Compile>
123     <Compile Include="コード\06.汎用\CDialog.Designer.cs">
124       <DependentUpon>CDialog.cs</DependentUpon>
125     </Compile>
126     <Compile Include="コード\00.全体\CDTX入出力.cs" />
127     <Compile Include="コード\00.全体\Cバージョン情報.cs">
128       <SubType>Form</SubType>
129     </Compile>
130     <Compile Include="コード\00.全体\Cバージョン情報.Designer.cs">
131       <DependentUpon>Cバージョン情報.cs</DependentUpon>
132     </Compile>
133     <Compile Include="コード\00.全体\Cメインフォーム.cs">
134       <SubType>Form</SubType>
135     </Compile>
136     <Compile Include="コード\00.全体\Cメインフォーム.Designer.cs">
137       <DependentUpon>Cメインフォーム.cs</DependentUpon>
138     </Compile>
139     <Compile Include="コード\00.全体\MakeTempDTX.cs" />
140     <Compile Include="コード\00.全体\Program.cs" />
141     <Compile Include="Properties\AssemblyInfo.cs" />
142     <Compile Include="コード\07.MIDIインポート\CMIDI.cs" />
143     <Compile Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.cs">
144       <SubType>Form</SubType>
145     </Compile>
146     <Compile Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.Designer.cs">
147       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
148     </Compile>
149     <Compile Include="コード\07.MIDIインポート\CMIDIインポート管理.cs" />
150     <Compile Include="コード\07.MIDIインポート\CMIDIイベント.cs" />
151     <Compile Include="コード\07.MIDIインポート\CMIDIトラック.cs" />
152     <Compile Include="コード\08.MIDIExport\CMIDIExportDialog.cs">
153       <SubType>Form</SubType>
154     </Compile>
155     <Compile Include="コード\08.MIDIExport\CMIDIExportDialog.Designer.cs">
156       <DependentUpon>CMIDIExportDialog.cs</DependentUpon>
157     </Compile>
158     <Compile Include="コード\08.MIDIExport\CMIDIExportManager.cs" />
159     <EmbeddedResource Include="Properties\Resources.ja-JP.resx">
160       <SubType>Designer</SubType>
161     </EmbeddedResource>
162     <EmbeddedResource Include="Properties\Resources.resx">
163       <Generator>ResXFileCodeGenerator</Generator>
164       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
165       <SubType>Designer</SubType>
166     </EmbeddedResource>
167     <EmbeddedResource Include="コード\06.汎用\CDialog.ja-JP.resx">
168       <DependentUpon>CDialog.cs</DependentUpon>
169     </EmbeddedResource>
170     <EmbeddedResource Include="コード\06.汎用\CDialog.resx">
171       <DependentUpon>CDialog.cs</DependentUpon>
172     </EmbeddedResource>
173     <EmbeddedResource Include="コード\00.全体\Cバージョン情報.resx">
174       <DependentUpon>Cバージョン情報.cs</DependentUpon>
175       <SubType>Designer</SubType>
176     </EmbeddedResource>
177     <EmbeddedResource Include="コード\00.全体\Cメインフォーム.ja-JP.resx">
178       <DependentUpon>Cメインフォーム.cs</DependentUpon>
179       <SubType>Designer</SubType>
180     </EmbeddedResource>
181     <EmbeddedResource Include="コード\00.全体\Cメインフォーム.resx">
182       <DependentUpon>Cメインフォーム.cs</DependentUpon>
183       <SubType>Designer</SubType>
184     </EmbeddedResource>
185     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.ja-JP.resx">
186       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
187       <SubType>Designer</SubType>
188     </EmbeddedResource>
189     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.resx">
190       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
191       <SubType>Designer</SubType>
192     </EmbeddedResource>
193     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.ja-JP.resx">
194       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
195       <SubType>Designer</SubType>
196     </EmbeddedResource>
197     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.resx">
198       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
199       <SubType>Designer</SubType>
200     </EmbeddedResource>
201     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.ja-JP.resx">
202       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
203       <SubType>Designer</SubType>
204     </EmbeddedResource>
205     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.resx">
206       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
207       <SubType>Designer</SubType>
208     </EmbeddedResource>
209     <EmbeddedResource Include="コード\03.オプション関連\Cオプションダイアログ.ja-JP.resx">
210       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
211       <SubType>Designer</SubType>
212     </EmbeddedResource>
213     <EmbeddedResource Include="コード\03.オプション関連\Cオプションダイアログ.resx">
214       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
215       <SubType>Designer</SubType>
216     </EmbeddedResource>
217     <EmbeddedResource Include="コード\04.チップパレット関連\Cチップパレット.ja-JP.resx">
218       <DependentUpon>Cチップパレット.cs</DependentUpon>
219       <SubType>Designer</SubType>
220     </EmbeddedResource>
221     <EmbeddedResource Include="コード\04.チップパレット関連\Cチップパレット.resx">
222       <DependentUpon>Cチップパレット.cs</DependentUpon>
223       <SubType>Designer</SubType>
224     </EmbeddedResource>
225     <EmbeddedResource Include="コード\05.譜面\C小節長変更ダイアログ.ja-JP.resx">
226       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
227       <SubType>Designer</SubType>
228     </EmbeddedResource>
229     <EmbeddedResource Include="コード\05.譜面\C小節長変更ダイアログ.resx">
230       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
231       <SubType>Designer</SubType>
232     </EmbeddedResource>
233     <EmbeddedResource Include="コード\05.譜面\C数値入力ダイアログ.ja-JP.resx">
234       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
235       <SubType>Designer</SubType>
236     </EmbeddedResource>
237     <EmbeddedResource Include="コード\05.譜面\C数値入力ダイアログ.resx">
238       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
239       <SubType>Designer</SubType>
240     </EmbeddedResource>
241     <EmbeddedResource Include="コード\05.譜面\C検索ダイアログ.ja-JP.resx">
242       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
243       <SubType>Designer</SubType>
244     </EmbeddedResource>
245     <EmbeddedResource Include="コード\05.譜面\C検索ダイアログ.resx">
246       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
247       <SubType>Designer</SubType>
248     </EmbeddedResource>
249     <EmbeddedResource Include="コード\05.譜面\C置換ダイアログ.ja-JP.resx">
250       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
251       <SubType>Designer</SubType>
252     </EmbeddedResource>
253     <EmbeddedResource Include="コード\05.譜面\C置換ダイアログ.resx">
254       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
255       <SubType>Designer</SubType>
256     </EmbeddedResource>
257     <EmbeddedResource Include="コード\06.汎用\Cメッセージポップアップ.ja-JP.resx">
258       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
259       <SubType>Designer</SubType>
260     </EmbeddedResource>
261     <EmbeddedResource Include="コード\06.汎用\Cメッセージポップアップ.resx">
262       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
263       <SubType>Designer</SubType>
264     </EmbeddedResource>
265     <Compile Include="Properties\Resources.Designer.cs">
266       <AutoGen>True</AutoGen>
267       <DependentUpon>Resources.resx</DependentUpon>
268       <DesignTime>True</DesignTime>
269     </Compile>
270     <EmbeddedResource Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.ja-JP.resx">
271       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
272       <SubType>Designer</SubType>
273     </EmbeddedResource>
274     <EmbeddedResource Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.resx">
275       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
276       <SubType>Designer</SubType>
277     </EmbeddedResource>
278     <EmbeddedResource Include="コード\08.MIDIExport\CMIDIExportDialog.ja-JP.resx">
279       <DependentUpon>CMIDIExportDialog.cs</DependentUpon>
280     </EmbeddedResource>
281     <EmbeddedResource Include="コード\08.MIDIExport\CMIDIExportDialog.resx">
282       <DependentUpon>CMIDIExportDialog.cs</DependentUpon>
283     </EmbeddedResource>
284     <None Include="app.config">
285       <SubType>Designer</SubType>
286     </None>
287     <None Include="DTXCreator.exe.x86.manifest">
288       <SubType>Designer</SubType>
289     </None>
290     <None Include="Properties\Settings.settings">
291       <Generator>SettingsSingleFileGenerator</Generator>
292       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
293     </None>
294     <Compile Include="Properties\Settings.Designer.cs">
295       <AutoGen>True</AutoGen>
296       <DependentUpon>Settings.settings</DependentUpon>
297       <DesignTimeSharedInput>True</DesignTimeSharedInput>
298     </Compile>
299     <Compile Include="コード\01.UndoRedo\CUndoRedoセル.cs" />
300     <Compile Include="コード\01.UndoRedo\CUndoRedoセル仮想.cs" />
301     <Compile Include="コード\01.UndoRedo\CUndoRedoディレクトリ.cs" />
302     <Compile Include="コード\01.UndoRedo\CUndoRedo管理.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\CAVIリスト管理.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\CBMPリスト管理.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\CWAVリスト管理.cs" />
312     <Compile Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.cs">
313       <SubType>Form</SubType>
314     </Compile>
315     <Compile Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.Designer.cs">
316       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
317     </Compile>
318     <Compile Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.cs">
319       <SubType>Form</SubType>
320     </Compile>
321     <Compile Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.Designer.cs">
322       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
323     </Compile>
324     <Compile Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.cs">
325       <SubType>Form</SubType>
326     </Compile>
327     <Compile Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.Designer.cs">
328       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
329     </Compile>
330     <Compile Include="コード\03.オプション関連\Cオプションダイアログ.cs">
331       <SubType>Form</SubType>
332     </Compile>
333     <Compile Include="コード\03.オプション関連\Cオプションダイアログ.Designer.cs">
334       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
335     </Compile>
336     <Compile Include="コード\03.オプション関連\Cオプション管理.cs" />
337     <Compile Include="コード\04.チップパレット関連\Cチップパレット.cs">
338       <SubType>Form</SubType>
339     </Compile>
340     <Compile Include="コード\04.チップパレット関連\Cチップパレット.Designer.cs">
341       <DependentUpon>Cチップパレット.cs</DependentUpon>
342     </Compile>
343     <Compile Include="コード\04.チップパレット関連\Cチップパレット向けDragDropデータ.cs" />
344     <Compile Include="コード\05.譜面\Cクリップセル.cs" />
345     <Compile Include="コード\05.譜面\Cクリップボード.cs" />
346     <Compile Include="コード\05.譜面\Cチップ.cs" />
347     <Compile Include="コード\05.譜面\Cチップ位置用UndoRedo.cs" />
348     <Compile Include="コード\05.譜面\Cチップ配置用UndoRedo.cs" />
349     <Compile Include="コード\05.譜面\Cレーン.cs" />
350     <Compile Include="コード\05.譜面\Cレーン割付用UndoRedo.cs" />
351     <Compile Include="コード\05.譜面\C小節.cs" />
352     <Compile Include="コード\05.譜面\C小節用UndoRedo.cs" />
353     <Compile Include="コード\05.譜面\C小節長変更ダイアログ.cs">
354       <SubType>Form</SubType>
355     </Compile>
356     <Compile Include="コード\05.譜面\C小節長変更ダイアログ.Designer.cs">
357       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
358     </Compile>
359     <Compile Include="コード\05.譜面\C数値入力ダイアログ.cs">
360       <SubType>Form</SubType>
361     </Compile>
362     <Compile Include="コード\05.譜面\C数値入力ダイアログ.Designer.cs">
363       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
364     </Compile>
365     <Compile Include="コード\05.譜面\C検索ダイアログ.cs">
366       <SubType>Form</SubType>
367     </Compile>
368     <Compile Include="コード\05.譜面\C検索ダイアログ.Designer.cs">
369       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
370     </Compile>
371     <Compile Include="コード\05.譜面\C編集モード管理.cs" />
372     <Compile Include="コード\05.譜面\C置換ダイアログ.cs">
373       <SubType>Form</SubType>
374     </Compile>
375     <Compile Include="コード\05.譜面\C置換ダイアログ.Designer.cs">
376       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
377     </Compile>
378     <Compile Include="コード\05.譜面\C譜面管理.cs" />
379     <Compile Include="コード\05.譜面\C選択モード管理.cs" />
380     <Compile Include="コード\05.譜面\C難易度自動計算マン.cs" />
381     <Compile Include="コード\06.汎用\Cファイル選択・パス変換.cs" />
382     <Compile Include="コード\06.汎用\Cメッセージポップアップ.cs">
383       <SubType>Form</SubType>
384     </Compile>
385     <Compile Include="コード\06.汎用\Cメッセージポップアップ.Designer.cs">
386       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
387     </Compile>
388   </ItemGroup>
389   <ItemGroup>
390     <Content Include="コード\99.リソース\AudioHS.png" />
391     <Content Include="コード\99.リソース\CopyHS.png" />
392     <Content Include="コード\99.リソース\CutHS.png" />
393     <Content Include="コード\99.リソース\DataContainer_MoveNextHS.png" />
394     <Content Include="コード\99.リソース\DataContainer_NewRecordHS.png" />
395     <Content Include="コード\99.リソース\deleteHS.png" />
396     <Content Include="コード\99.リソース\DocumentHS.png" />
397     <Content Include="コード\99.リソース\DTXC.ico" />
398     <Content Include="コード\99.リソース\EditInformationHS.png" />
399     <Content Include="コード\99.リソース\Edit_RedoHS.png" />
400     <Content Include="コード\99.リソース\Edit_UndoHS.png" />
401     <Content Include="コード\99.リソース\Help.png" />
402     <Content Include="コード\99.リソース\MoveDown.png" />
403     <Content Include="コード\99.リソース\MoveUp.png" />
404     <Content Include="コード\99.リソース\MusicDoc.PNG" />
405     <Content Include="コード\99.リソース\openHS.png" />
406     <Content Include="コード\99.リソース\PasteHS.png" />
407     <Content Include="コード\99.リソース\PauseHS.png" />
408     <Content Include="コード\99.リソース\pencil.gif" />
409     <Content Include="コード\99.リソース\PicDoc.PNG" />
410     <Content Include="コード\99.リソース\PointerHS.png" />
411     <Content Include="コード\99.リソース\saveHS.png" />
412     <Content Include="コード\99.リソース\StopHS.png" />
413     <Content Include="コード\99.リソース\VideoDoc.PNG" />
414     <Content Include="コード\99.リソース\りらちょー.png" />
415     <Content Include="コード\99.リソース\バージョン情報.png" />
416     <Content Include="コード\99.リソース\最初から再生.png" />
417     <Content Include="コード\99.リソース\表示形式.png" />
418   </ItemGroup>
419   <ItemGroup>
420     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
421       <Visible>False</Visible>
422       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
423       <Install>false</Install>
424     </BootstrapperPackage>
425     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
426       <Visible>False</Visible>
427       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
428       <Install>true</Install>
429     </BootstrapperPackage>
430     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
431       <Visible>False</Visible>
432       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
433       <Install>false</Install>
434     </BootstrapperPackage>
435     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
436       <Visible>False</Visible>
437       <ProductName>.NET Framework 3.5</ProductName>
438       <Install>false</Install>
439     </BootstrapperPackage>
440     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
441       <Visible>False</Visible>
442       <ProductName>.NET Framework 3.5 SP1</ProductName>
443       <Install>false</Install>
444     </BootstrapperPackage>
445   </ItemGroup>
446   <ItemGroup>
447     <ProjectReference Include="..\FDK\FDK.csproj">
448       <Project>{bcd40908-f3e2-4707-bfaa-1dd99df6357d}</Project>
449       <Name>FDK</Name>
450     </ProjectReference>
451   </ItemGroup>
452   <ItemGroup>
453     <FilesToMove Include="$(TargetDir)*.dll" />
454   </ItemGroup>
455   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
456   <Target Name="AfterBuild">
457     <Move SourceFiles="@(FilesToMove)" DestinationFolder="$(TargetDir)dll\" />
458     <!--Copy SourceFiles="$(TargetDir)*.dll" DestinationFolder="$(SolutionDir)RuntimeResources\dll" /-->
459     <Copy SourceFiles="$(TargetDir)$(TargetFileName)" DestinationFolder="$(SolutionDir)RuntimeResources" />
460     <Copy SourceFiles="$(TargetDir)$(TargetFileName).config" DestinationFolder="$(SolutionDir)RuntimeResources" />
461     <Copy SourceFiles="$(TargetDir)ja-JP\DTXCreator.resources.dll" DestinationFolder="$(SolutionDir)RuntimeResources\ja-JP\" />
462   </Target>
463 </Project>