OSDN Git Service

今回用意したMySQLが32bitなので初期設定はこのようにしておきます
authoryamat0jp <terukohietori@gmail.com>
Tue, 7 Jan 2020 23:18:24 +0000 (08:18 +0900)
committeryamat0jp <terukohietori@gmail.com>
Tue, 7 Jan 2020 23:18:24 +0000 (08:18 +0900)
Project3.dproj
Project4.dpr
Project4.dproj
Project4Resource.rc [new file with mode: 0644]

index 6064f5f..4691a89 100644 (file)
@@ -5,7 +5,7 @@
         <FrameworkType>VCL</FrameworkType>
         <MainSource>Project3.dpr</MainSource>
         <Base>True</Base>
-        <Config Condition="'$(Config)'==''">Release</Config>
+        <Config Condition="'$(Config)'==''">Debug</Config>
         <Platform Condition="'$(Platform)'==''">Win32</Platform>
         <TargetedPlatforms>3</TargetedPlatforms>
         <AppType>Application</AppType>
index 1a561ea..174c8bd 100644 (file)
@@ -2,6 +2,8 @@ program Project4;
 
 {$APPTYPE CONSOLE}
 
+{$R *.dres}
+
 uses
   Web.WebBroker,
   CGIApp,
index 1d675b2..0ba27fc 100644 (file)
@@ -6,7 +6,7 @@
         <MainSource>Project4.dpr</MainSource>
         <Base>True</Base>
         <Config Condition="'$(Config)'==''">Release</Config>
-        <Platform Condition="'$(Platform)'==''">Win64</Platform>
+        <Platform Condition="'$(Platform)'==''">Win32</Platform>
         <TargetedPlatforms>3</TargetedPlatforms>
         <AppType>Application</AppType>
     </PropertyGroup>
             <FormType>dfm</FormType>
             <DesignClass>TWebModule</DesignClass>
         </DCCReference>
+        <RcItem Include="sprites.png">
+            <ResourceType>RCDATA</ResourceType>
+            <ResourceId>PngImage_1</ResourceId>
+        </RcItem>
         <BuildConfiguration Include="Release">
             <Key>Cfg_2</Key>
             <CfgParent>Base</CfgParent>
                         <Overwrite>true</Overwrite>
                     </Platform>
                 </DeployFile>
+                <DeployFile LocalName="sprites.png" Configuration="Release" Class="ProjectFile">
+                    <Platform Name="Win64">
+                        <RemoteDir>.\</RemoteDir>
+                        <Overwrite>true</Overwrite>
+                    </Platform>
+                </DeployFile>
+                <DeployFile LocalName="Win64\Release\Project4.exe" Configuration="Release" Class="ProjectOutput">
+                    <Platform Name="Win64">
+                        <RemoteName>Project4.exe</RemoteName>
+                        <Overwrite>true</Overwrite>
+                    </Platform>
+                </DeployFile>
                 <DeployClass Required="true" Name="DependencyPackage">
                     <Platform Name="iOSDevice">
                         <Operation>1</Operation>
diff --git a/Project4Resource.rc b/Project4Resource.rc
new file mode 100644 (file)
index 0000000..a5f7fb6
--- /dev/null
@@ -0,0 +1 @@
+PngImage_1 RCDATA "sprites.png"