OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[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.5.1</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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40     <DebugSymbols>true</DebugSymbols>
41     <OutputPath>bin\x86\Debug\</OutputPath>
42     <DefineConstants>TRACE;DEBUG;USE_ENGLISHRESOURCE_ USE_GERMANRESOURCE_</DefineConstants>
43     <DebugType>full</DebugType>
44     <PlatformTarget>x86</PlatformTarget>
45     <ErrorReport>prompt</ErrorReport>
46     <NoWarn>0219</NoWarn>
47     <Prefer32Bit>false</Prefer32Bit>
48   </PropertyGroup>
49   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50     <OutputPath>bin\x86\Release\</OutputPath>
51     <DefineConstants>TRACE</DefineConstants>
52     <Optimize>true</Optimize>
53     <DebugType>pdbonly</DebugType>
54     <PlatformTarget>x86</PlatformTarget>
55     <ErrorReport>prompt</ErrorReport>
56     <NoWarn>0219</NoWarn>
57     <Prefer32Bit>false</Prefer32Bit>
58   </PropertyGroup>
59   <PropertyGroup>
60     <SignAssembly>false</SignAssembly>
61   </PropertyGroup>
62   <PropertyGroup>
63     <AssemblyOriginatorKeyFile>
64     </AssemblyOriginatorKeyFile>
65   </PropertyGroup>
66   <ItemGroup>
67     <Reference Include="System" />
68     <Reference Include="System.Data" />
69     <Reference Include="System.Drawing" />
70     <Reference Include="System.Management" />
71     <Reference Include="System.Runtime.Serialization" />
72     <Reference Include="System.Windows.Forms" />
73     <Reference Include="System.Xml" />
74   </ItemGroup>
75   <ItemGroup>
76     <Compile Include="コード\00.全体\AppSetting.cs" />
77     <Compile Include="コード\00.全体\CDTX入出力.cs" />
78     <Compile Include="コード\00.全体\Cバージョン情報.cs">
79       <SubType>Form</SubType>
80     </Compile>
81     <Compile Include="コード\00.全体\Cバージョン情報.Designer.cs">
82       <DependentUpon>Cバージョン情報.cs</DependentUpon>
83     </Compile>
84     <Compile Include="コード\00.全体\Cメインフォーム.cs">
85       <SubType>Form</SubType>
86     </Compile>
87     <Compile Include="コード\00.全体\Cメインフォーム.Designer.cs">
88       <DependentUpon>Cメインフォーム.cs</DependentUpon>
89     </Compile>
90     <Compile Include="コード\00.全体\MakeTempDTX.cs" />
91     <Compile Include="コード\00.全体\Program.cs" />
92     <Compile Include="Properties\AssemblyInfo.cs" />
93     <Compile Include="コード\07.MIDIインポート\CMIDI.cs" />
94     <Compile Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.cs">
95       <SubType>Form</SubType>
96     </Compile>
97     <Compile Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.Designer.cs">
98       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
99     </Compile>
100     <Compile Include="コード\07.MIDIインポート\CMIDIインポート管理.cs" />
101     <Compile Include="コード\07.MIDIインポート\CMIDIイベント.cs" />
102     <Compile Include="コード\07.MIDIインポート\CMIDIトラック.cs" />
103     <EmbeddedResource Include="Properties\Resources.ja-JP.resx">
104       <SubType>Designer</SubType>
105     </EmbeddedResource>
106     <EmbeddedResource Include="Properties\Resources.resx">
107       <Generator>ResXFileCodeGenerator</Generator>
108       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
109       <SubType>Designer</SubType>
110     </EmbeddedResource>
111     <EmbeddedResource Include="コード\00.全体\Cバージョン情報.resx">
112       <DependentUpon>Cバージョン情報.cs</DependentUpon>
113       <SubType>Designer</SubType>
114     </EmbeddedResource>
115     <EmbeddedResource Include="コード\00.全体\Cメインフォーム.ja-JP.resx">
116       <DependentUpon>Cメインフォーム.cs</DependentUpon>
117       <SubType>Designer</SubType>
118     </EmbeddedResource>
119     <EmbeddedResource Include="コード\00.全体\Cメインフォーム.resx">
120       <DependentUpon>Cメインフォーム.cs</DependentUpon>
121       <SubType>Designer</SubType>
122     </EmbeddedResource>
123     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.ja-JP.resx">
124       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
125       <SubType>Designer</SubType>
126     </EmbeddedResource>
127     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.resx">
128       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
129       <SubType>Designer</SubType>
130     </EmbeddedResource>
131     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.ja-JP.resx">
132       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
133       <SubType>Designer</SubType>
134     </EmbeddedResource>
135     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.resx">
136       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
137       <SubType>Designer</SubType>
138     </EmbeddedResource>
139     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.ja-JP.resx">
140       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
141       <SubType>Designer</SubType>
142     </EmbeddedResource>
143     <EmbeddedResource Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.resx">
144       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
145       <SubType>Designer</SubType>
146     </EmbeddedResource>
147     <EmbeddedResource Include="コード\03.オプション関連\Cオプションダイアログ.ja-JP.resx">
148       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
149       <SubType>Designer</SubType>
150     </EmbeddedResource>
151     <EmbeddedResource Include="コード\03.オプション関連\Cオプションダイアログ.resx">
152       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
153       <SubType>Designer</SubType>
154     </EmbeddedResource>
155     <EmbeddedResource Include="コード\04.チップパレット関連\Cチップパレット.ja-JP.resx">
156       <DependentUpon>Cチップパレット.cs</DependentUpon>
157       <SubType>Designer</SubType>
158     </EmbeddedResource>
159     <EmbeddedResource Include="コード\04.チップパレット関連\Cチップパレット.resx">
160       <DependentUpon>Cチップパレット.cs</DependentUpon>
161       <SubType>Designer</SubType>
162     </EmbeddedResource>
163     <EmbeddedResource Include="コード\05.譜面\C小節長変更ダイアログ.ja-JP.resx">
164       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
165       <SubType>Designer</SubType>
166     </EmbeddedResource>
167     <EmbeddedResource Include="コード\05.譜面\C小節長変更ダイアログ.resx">
168       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
169       <SubType>Designer</SubType>
170     </EmbeddedResource>
171     <EmbeddedResource Include="コード\05.譜面\C数値入力ダイアログ.ja-JP.resx">
172       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
173       <SubType>Designer</SubType>
174     </EmbeddedResource>
175     <EmbeddedResource Include="コード\05.譜面\C数値入力ダイアログ.resx">
176       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
177       <SubType>Designer</SubType>
178     </EmbeddedResource>
179     <EmbeddedResource Include="コード\05.譜面\C検索ダイアログ.ja-JP.resx">
180       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
181       <SubType>Designer</SubType>
182     </EmbeddedResource>
183     <EmbeddedResource Include="コード\05.譜面\C検索ダイアログ.resx">
184       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
185       <SubType>Designer</SubType>
186     </EmbeddedResource>
187     <EmbeddedResource Include="コード\05.譜面\C置換ダイアログ.ja-JP.resx">
188       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
189       <SubType>Designer</SubType>
190     </EmbeddedResource>
191     <EmbeddedResource Include="コード\05.譜面\C置換ダイアログ.resx">
192       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
193       <SubType>Designer</SubType>
194     </EmbeddedResource>
195     <EmbeddedResource Include="コード\06.汎用\Cメッセージポップアップ.ja-JP.resx">
196       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
197       <SubType>Designer</SubType>
198     </EmbeddedResource>
199     <EmbeddedResource Include="コード\06.汎用\Cメッセージポップアップ.resx">
200       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
201       <SubType>Designer</SubType>
202     </EmbeddedResource>
203     <Compile Include="Properties\Resources.Designer.cs">
204       <AutoGen>True</AutoGen>
205       <DependentUpon>Resources.resx</DependentUpon>
206       <DesignTime>True</DesignTime>
207     </Compile>
208     <EmbeddedResource Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.ja-JP.resx">
209       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
210       <SubType>Designer</SubType>
211     </EmbeddedResource>
212     <EmbeddedResource Include="コード\07.MIDIインポート\CMIDIインポートダイアログ.resx">
213       <DependentUpon>CMIDIインポートダイアログ.cs</DependentUpon>
214       <SubType>Designer</SubType>
215     </EmbeddedResource>
216     <None Include="app.config">
217       <SubType>Designer</SubType>
218     </None>
219     <None Include="DTXCreator.exe.x86.manifest">
220       <SubType>Designer</SubType>
221     </None>
222     <None Include="Properties\Settings.settings">
223       <Generator>SettingsSingleFileGenerator</Generator>
224       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
225     </None>
226     <Compile Include="Properties\Settings.Designer.cs">
227       <AutoGen>True</AutoGen>
228       <DependentUpon>Settings.settings</DependentUpon>
229       <DesignTimeSharedInput>True</DesignTimeSharedInput>
230     </Compile>
231     <Compile Include="コード\01.UndoRedo\CUndoRedoセル.cs" />
232     <Compile Include="コード\01.UndoRedo\CUndoRedoセル仮想.cs" />
233     <Compile Include="コード\01.UndoRedo\CUndoRedoディレクトリ.cs" />
234     <Compile Include="コード\01.UndoRedo\CUndoRedo管理.cs" />
235     <Compile Include="コード\02.WAV_BMP_AVI\CAVI.cs" />
236     <Compile Include="コード\02.WAV_BMP_AVI\CAVIキャッシュ.cs" />
237     <Compile Include="コード\02.WAV_BMP_AVI\CAVIリスト管理.cs" />
238     <Compile Include="コード\02.WAV_BMP_AVI\CBMP.cs" />
239     <Compile Include="コード\02.WAV_BMP_AVI\CBMPキャッシュ.cs" />
240     <Compile Include="コード\02.WAV_BMP_AVI\CBMPリスト管理.cs" />
241     <Compile Include="コード\02.WAV_BMP_AVI\CWAV.cs" />
242     <Compile Include="コード\02.WAV_BMP_AVI\CWAVキャッシュ.cs" />
243     <Compile Include="コード\02.WAV_BMP_AVI\CWAVリスト管理.cs" />
244     <Compile Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.cs">
245       <SubType>Form</SubType>
246     </Compile>
247     <Compile Include="コード\02.WAV_BMP_AVI\Cサウンドプロパティダイアログ.Designer.cs">
248       <DependentUpon>Cサウンドプロパティダイアログ.cs</DependentUpon>
249     </Compile>
250     <Compile Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.cs">
251       <SubType>Form</SubType>
252     </Compile>
253     <Compile Include="コード\02.WAV_BMP_AVI\C動画プロパティダイアログ.Designer.cs">
254       <DependentUpon>C動画プロパティダイアログ.cs</DependentUpon>
255     </Compile>
256     <Compile Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.cs">
257       <SubType>Form</SubType>
258     </Compile>
259     <Compile Include="コード\02.WAV_BMP_AVI\C画像プロパティダイアログ.Designer.cs">
260       <DependentUpon>C画像プロパティダイアログ.cs</DependentUpon>
261     </Compile>
262     <Compile Include="コード\03.オプション関連\Cオプションダイアログ.cs">
263       <SubType>Form</SubType>
264     </Compile>
265     <Compile Include="コード\03.オプション関連\Cオプションダイアログ.Designer.cs">
266       <DependentUpon>Cオプションダイアログ.cs</DependentUpon>
267     </Compile>
268     <Compile Include="コード\03.オプション関連\Cオプション管理.cs" />
269     <Compile Include="コード\04.チップパレット関連\Cチップパレット.cs">
270       <SubType>Form</SubType>
271     </Compile>
272     <Compile Include="コード\04.チップパレット関連\Cチップパレット.Designer.cs">
273       <DependentUpon>Cチップパレット.cs</DependentUpon>
274     </Compile>
275     <Compile Include="コード\04.チップパレット関連\Cチップパレット向けDragDropデータ.cs" />
276     <Compile Include="コード\05.譜面\Cクリップセル.cs" />
277     <Compile Include="コード\05.譜面\Cクリップボード.cs" />
278     <Compile Include="コード\05.譜面\Cチップ.cs" />
279     <Compile Include="コード\05.譜面\Cチップ位置用UndoRedo.cs" />
280     <Compile Include="コード\05.譜面\Cチップ配置用UndoRedo.cs" />
281     <Compile Include="コード\05.譜面\Cレーン.cs" />
282     <Compile Include="コード\05.譜面\Cレーン割付用UndoRedo.cs" />
283     <Compile Include="コード\05.譜面\C小節.cs" />
284     <Compile Include="コード\05.譜面\C小節用UndoRedo.cs" />
285     <Compile Include="コード\05.譜面\C小節長変更ダイアログ.cs">
286       <SubType>Form</SubType>
287     </Compile>
288     <Compile Include="コード\05.譜面\C小節長変更ダイアログ.Designer.cs">
289       <DependentUpon>C小節長変更ダイアログ.cs</DependentUpon>
290     </Compile>
291     <Compile Include="コード\05.譜面\C数値入力ダイアログ.cs">
292       <SubType>Form</SubType>
293     </Compile>
294     <Compile Include="コード\05.譜面\C数値入力ダイアログ.Designer.cs">
295       <DependentUpon>C数値入力ダイアログ.cs</DependentUpon>
296     </Compile>
297     <Compile Include="コード\05.譜面\C検索ダイアログ.cs">
298       <SubType>Form</SubType>
299     </Compile>
300     <Compile Include="コード\05.譜面\C検索ダイアログ.Designer.cs">
301       <DependentUpon>C検索ダイアログ.cs</DependentUpon>
302     </Compile>
303     <Compile Include="コード\05.譜面\C編集モード管理.cs" />
304     <Compile Include="コード\05.譜面\C置換ダイアログ.cs">
305       <SubType>Form</SubType>
306     </Compile>
307     <Compile Include="コード\05.譜面\C置換ダイアログ.Designer.cs">
308       <DependentUpon>C置換ダイアログ.cs</DependentUpon>
309     </Compile>
310     <Compile Include="コード\05.譜面\C譜面管理.cs" />
311     <Compile Include="コード\05.譜面\C選択モード管理.cs" />
312     <Compile Include="コード\05.譜面\C難易度自動計算マン.cs" />
313     <Compile Include="コード\06.汎用\Cファイル選択・パス変換.cs" />
314     <Compile Include="コード\06.汎用\Cメッセージポップアップ.cs">
315       <SubType>Form</SubType>
316     </Compile>
317     <Compile Include="コード\06.汎用\Cメッセージポップアップ.Designer.cs">
318       <DependentUpon>Cメッセージポップアップ.cs</DependentUpon>
319     </Compile>
320   </ItemGroup>
321   <ItemGroup>
322     <Content Include="コード\99.リソース\AudioHS.png" />
323     <Content Include="コード\99.リソース\CopyHS.png" />
324     <Content Include="コード\99.リソース\CutHS.png" />
325     <Content Include="コード\99.リソース\DataContainer_MoveNextHS.png" />
326     <Content Include="コード\99.リソース\DataContainer_NewRecordHS.png" />
327     <Content Include="コード\99.リソース\deleteHS.png" />
328     <Content Include="コード\99.リソース\DocumentHS.png" />
329     <Content Include="コード\99.リソース\DTXC.ico" />
330     <Content Include="コード\99.リソース\EditInformationHS.png" />
331     <Content Include="コード\99.リソース\Edit_RedoHS.png" />
332     <Content Include="コード\99.リソース\Edit_UndoHS.png" />
333     <Content Include="コード\99.リソース\Help.png" />
334     <Content Include="コード\99.リソース\MoveDown.png" />
335     <Content Include="コード\99.リソース\MoveUp.png" />
336     <Content Include="コード\99.リソース\MusicDoc.PNG" />
337     <Content Include="コード\99.リソース\openHS.png" />
338     <Content Include="コード\99.リソース\PasteHS.png" />
339     <Content Include="コード\99.リソース\PauseHS.png" />
340     <Content Include="コード\99.リソース\pencil.gif" />
341     <Content Include="コード\99.リソース\PicDoc.PNG" />
342     <Content Include="コード\99.リソース\PointerHS.png" />
343     <Content Include="コード\99.リソース\saveHS.png" />
344     <Content Include="コード\99.リソース\StopHS.png" />
345     <Content Include="コード\99.リソース\VideoDoc.PNG" />
346     <Content Include="コード\99.リソース\りらちょー.png" />
347     <Content Include="コード\99.リソース\バージョン情報.png" />
348     <Content Include="コード\99.リソース\最初から再生.png" />
349     <Content Include="コード\99.リソース\表示形式.png" />
350   </ItemGroup>
351   <ItemGroup>
352     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
353       <Visible>False</Visible>
354       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
355       <Install>false</Install>
356     </BootstrapperPackage>
357     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
358       <Visible>False</Visible>
359       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
360       <Install>true</Install>
361     </BootstrapperPackage>
362     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
363       <Visible>False</Visible>
364       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
365       <Install>false</Install>
366     </BootstrapperPackage>
367     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
368       <Visible>False</Visible>
369       <ProductName>.NET Framework 3.5</ProductName>
370       <Install>false</Install>
371     </BootstrapperPackage>
372     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
373       <Visible>False</Visible>
374       <ProductName>.NET Framework 3.5 SP1</ProductName>
375       <Install>false</Install>
376     </BootstrapperPackage>
377   </ItemGroup>
378   <ItemGroup>
379     <ProjectReference Include="..\FDK\FDK.csproj">
380       <Project>{bcd40908-f3e2-4707-bfaa-1dd99df6357d}</Project>
381       <Name>FDK</Name>
382     </ProjectReference>
383   </ItemGroup>
384   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
385   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
386        Other similar extension points exist, see Microsoft.Common.targets.
387   <Target Name="BeforeBuild">
388   </Target>
389   <Target Name="AfterBuild">
390   </Target>
391   -->
392   <PropertyGroup>
393     <PostBuildEvent>echo.
394 echo ビルド後イベントを開始します。
395
396 echo.
397 echo (1) 出力フォルダ内のdllファイルを出力フォルダ/dllフォルダへ移動します。
398 set DESTDIR="$(TargetDir)dll"
399 if not exist %25DESTDIR%25 mkdir %25DESTDIR%25
400 move /Y "$(TargetDir)*.dll" %25DESTDIR%25
401
402 echo.
403 echo (2) 出力フォルダ から 実行時フォルダ にコピーします。(dllは、日付の新しいファイルのみ)
404 set DESTDIR="$(SolutionDir)実行時フォルダ"
405 xcopy "$(TargetDir)$(TargetFileName)" %25DESTDIR%25 /Y
406 xcopy "$(TargetDir)$(TargetFileName).config" %25DESTDIR%25 /Y
407 set DESTDIR="$(SolutionDir)実行時フォルダ\ja-JP"
408 if not exist %25DESTDIR%25 mkdir %25DESTDIR%25
409 xcopy "$(TargetDir)ja-JP" %25DESTDIR%25 /Y
410 set DESTDIR="$(SolutionDir)実行時フォルダ\dll"
411 if not exist %25DESTDIR%25 mkdir %25DESTDIR%25
412 xcopy  "$(TargetDir)dll" %25DESTDIR%25 /Y /D
413
414 echo.
415 echo (3) 実行時フォルダ から 出力フォルダ にコピーします。(日付の新しいファイルのみ)
416 set DESTDIR="$(TargetDir)dll"
417 if not exist %25DESTDIR%25 mkdir %25DESTDIR%25
418 xcopy  "$(SolutionDir)実行時フォルダ\dll" %25DESTDIR%25 /Y /D
419
420 echo.
421 echo ビルド後イベントを終了しました。
422 </PostBuildEvent>
423   </PropertyGroup>
424 </Project>