2025-11-28 00:35:46 +09:00

65 lines
1.6 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="CopyFormData"
ProjectGUID="{A326B3AE-E383-4138-9E44-A363712242FF}"
Keyword="MakeFileProj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="bin\Debug"
ConfigurationType="0"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="copy /y formdata.* bin\debug"
ReBuildCommandLine="copy /y formdata.* bin\debug"
CleanCommandLine="del bin\debug\formdata.*"
Output=""
PreprocessorDefinitions=""
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="bin\Release"
ConfigurationType="0"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="copy /y formdata.* bin\Release"
ReBuildCommandLine="copy /y formdata.* bin\Release"
CleanCommandLine="del bin\debug\formdata.*"
Output=""
PreprocessorDefinitions=""
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
</Files>
</VisualStudioProject>