OSDN Git Service

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