mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
perlのほうが楽だけど、cygwin入れるの嫌がられるのでVCで作成。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@107 7061adef-622a-194b-ae81-725974e89856
263 lines
5.4 KiB
XML
263 lines
5.4 KiB
XML
<?xml version="1.0" encoding="shift_jis"?>
|
||
<VisualStudioProject
|
||
ProjectType="Visual C++"
|
||
Version="9.00"
|
||
Name="RomFilenameDecoderTWL"
|
||
ProjectGUID="{366CCEEF-B820-4B00-9129-0BDA482DD939}"
|
||
RootNamespace="RomFilenameDecoderTWL"
|
||
Keyword="ManagedCProj"
|
||
TargetFrameworkVersion="131072"
|
||
>
|
||
<Platforms>
|
||
<Platform
|
||
Name="Win32"
|
||
/>
|
||
</Platforms>
|
||
<ToolFiles>
|
||
</ToolFiles>
|
||
<Configurations>
|
||
<Configuration
|
||
Name="Debug|Win32"
|
||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||
IntermediateDirectory="$(ConfigurationName)"
|
||
ConfigurationType="1"
|
||
CharacterSet="1"
|
||
ManagedExtensions="1"
|
||
>
|
||
<Tool
|
||
Name="VCPreBuildEventTool"
|
||
/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"
|
||
/>
|
||
<Tool
|
||
Name="VCXMLDataGeneratorTool"
|
||
/>
|
||
<Tool
|
||
Name="VCWebServiceProxyGeneratorTool"
|
||
/>
|
||
<Tool
|
||
Name="VCMIDLTool"
|
||
/>
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
Optimization="0"
|
||
AdditionalIncludeDirectories="C:\twlsdk\include"
|
||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||
RuntimeLibrary="3"
|
||
UsePrecompiledHeader="2"
|
||
WarningLevel="3"
|
||
DebugInformationFormat="3"
|
||
/>
|
||
<Tool
|
||
Name="VCManagedResourceCompilerTool"
|
||
/>
|
||
<Tool
|
||
Name="VCResourceCompilerTool"
|
||
/>
|
||
<Tool
|
||
Name="VCPreLinkEventTool"
|
||
/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="$(NoInherit)"
|
||
LinkIncremental="2"
|
||
GenerateDebugInformation="true"
|
||
AssemblyDebug="1"
|
||
TargetMachine="1"
|
||
/>
|
||
<Tool
|
||
Name="VCALinkTool"
|
||
/>
|
||
<Tool
|
||
Name="VCManifestTool"
|
||
/>
|
||
<Tool
|
||
Name="VCXDCMakeTool"
|
||
/>
|
||
<Tool
|
||
Name="VCBscMakeTool"
|
||
/>
|
||
<Tool
|
||
Name="VCFxCopTool"
|
||
/>
|
||
<Tool
|
||
Name="VCAppVerifierTool"
|
||
/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"
|
||
/>
|
||
</Configuration>
|
||
<Configuration
|
||
Name="Release|Win32"
|
||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||
IntermediateDirectory="$(ConfigurationName)"
|
||
ConfigurationType="1"
|
||
CharacterSet="1"
|
||
ManagedExtensions="1"
|
||
WholeProgramOptimization="1"
|
||
>
|
||
<Tool
|
||
Name="VCPreBuildEventTool"
|
||
/>
|
||
<Tool
|
||
Name="VCCustomBuildTool"
|
||
/>
|
||
<Tool
|
||
Name="VCXMLDataGeneratorTool"
|
||
/>
|
||
<Tool
|
||
Name="VCWebServiceProxyGeneratorTool"
|
||
/>
|
||
<Tool
|
||
Name="VCMIDLTool"
|
||
/>
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
AdditionalIncludeDirectories="C:\twlsdk\include"
|
||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||
RuntimeLibrary="2"
|
||
UsePrecompiledHeader="2"
|
||
WarningLevel="3"
|
||
DebugInformationFormat="3"
|
||
/>
|
||
<Tool
|
||
Name="VCManagedResourceCompilerTool"
|
||
/>
|
||
<Tool
|
||
Name="VCResourceCompilerTool"
|
||
/>
|
||
<Tool
|
||
Name="VCPreLinkEventTool"
|
||
/>
|
||
<Tool
|
||
Name="VCLinkerTool"
|
||
AdditionalDependencies="$(NoInherit)"
|
||
LinkIncremental="1"
|
||
GenerateDebugInformation="true"
|
||
TargetMachine="1"
|
||
/>
|
||
<Tool
|
||
Name="VCALinkTool"
|
||
/>
|
||
<Tool
|
||
Name="VCManifestTool"
|
||
/>
|
||
<Tool
|
||
Name="VCXDCMakeTool"
|
||
/>
|
||
<Tool
|
||
Name="VCBscMakeTool"
|
||
/>
|
||
<Tool
|
||
Name="VCFxCopTool"
|
||
/>
|
||
<Tool
|
||
Name="VCAppVerifierTool"
|
||
/>
|
||
<Tool
|
||
Name="VCPostBuildEventTool"
|
||
/>
|
||
</Configuration>
|
||
</Configurations>
|
||
<References>
|
||
<AssemblyReference
|
||
RelativePath="System.dll"
|
||
AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
|
||
MinFrameworkVersion="131072"
|
||
/>
|
||
<AssemblyReference
|
||
RelativePath="System.Data.dll"
|
||
AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
|
||
MinFrameworkVersion="131072"
|
||
/>
|
||
<AssemblyReference
|
||
RelativePath="System.XML.dll"
|
||
AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
|
||
MinFrameworkVersion="131072"
|
||
/>
|
||
</References>
|
||
<Files>
|
||
<Filter
|
||
Name="<22>\<5C>[<5B>X <20>t<EFBFBD>@<40>C<EFBFBD><43>"
|
||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||
>
|
||
<File
|
||
RelativePath=".\AssemblyInfo.cpp"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\rfd_util.cpp"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\RomFilenameDecoderTWL.cpp"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\stdafx.cpp"
|
||
>
|
||
<FileConfiguration
|
||
Name="Debug|Win32"
|
||
>
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
UsePrecompiledHeader="1"
|
||
/>
|
||
</FileConfiguration>
|
||
<FileConfiguration
|
||
Name="Release|Win32"
|
||
>
|
||
<Tool
|
||
Name="VCCLCompilerTool"
|
||
UsePrecompiledHeader="1"
|
||
/>
|
||
</FileConfiguration>
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="<22>w<EFBFBD>b<EFBFBD>_<EFBFBD>[ <20>t<EFBFBD>@<40>C<EFBFBD><43>"
|
||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||
>
|
||
<File
|
||
RelativePath=".\resource.h"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\rfd_context.h"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\rfd_util.h"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\stdafx.h"
|
||
>
|
||
</File>
|
||
</Filter>
|
||
<Filter
|
||
Name="<22><><EFBFBD>\<5C>[<5B>X <20>t<EFBFBD>@<40>C<EFBFBD><43>"
|
||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||
>
|
||
<File
|
||
RelativePath=".\app.ico"
|
||
>
|
||
</File>
|
||
<File
|
||
RelativePath=".\app.rc"
|
||
>
|
||
</File>
|
||
</Filter>
|
||
<File
|
||
RelativePath=".\ReadMe.txt"
|
||
>
|
||
</File>
|
||
</Files>
|
||
<Globals>
|
||
</Globals>
|
||
</VisualStudioProject>
|