Files
Client/rylCoder_16.02.2008_src/rylCoder.vbproj
LGram16 dd97ddec92 Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code:
- Client: Game client source (moved to Client/Client/)
- Server: Game server source
- GameTools: Development tools
- CryptoSource: Encryption utilities
- database: Database scripts
- Script: Game scripts
- rylCoder_16.02.2008_src: Legacy coder tools
- GMFont, Game: Additional resources

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 20:17:20 +09:00

342 lines
14 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4D9B2CA2-379B-42C0-A5D1-4366170BA286}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>rylCoder.My.MyApplication</StartupObject>
<RootNamespace>rylCoder</RootNamespace>
<AssemblyName>rylCoder</AssemblyName>
<MyType>WindowsForms</MyType>
<ApplicationIcon>Resources\butterfly.ico</ApplicationIcon>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>rylCoder.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<UseVSHostingProcess>true</UseVSHostingProcess>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>rylCoder.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<DefineConstants>
</DefineConstants>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationEvents.vb" />
<Compile Include="CMiniMap.vb" />
<Compile Include="Controls\CMiniMapPanel.vb">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\cntShopView.Designer.vb">
<DependentUpon>cntShopView.vb</DependentUpon>
</Compile>
<Compile Include="Controls\cntShopView.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CRylCoder.vb" />
<Compile Include="CNpcParser.vb" />
<Compile Include="Controls\cntQuestPhaseLine.Designer.vb">
<DependentUpon>cntQuestPhaseLine.vb</DependentUpon>
</Compile>
<Compile Include="Controls\cntQuestPhaseLine.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\cntQuestPhaseLineEditor.Designer.vb">
<DependentUpon>cntQuestPhaseLineEditor.vb</DependentUpon>
</Compile>
<Compile Include="Controls\cntQuestPhaseLineEditor.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\cntTextEditItem.Designer.vb">
<DependentUpon>cntTextEditItem.vb</DependentUpon>
</Compile>
<Compile Include="Controls\cntTextEditItem.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CEvalProvider.vb" />
<Compile Include="helperForms\frmOptions.Designer.vb">
<DependentUpon>frmOptions.vb</DependentUpon>
</Compile>
<Compile Include="helperForms\frmOptions.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSelectMob.Designer.vb">
<DependentUpon>frmSelectMob.vb</DependentUpon>
</Compile>
<Compile Include="frmSelectMob.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="CQuestParser.vb" />
<Compile Include="CScriptParser.vb" />
<Compile Include="helperForms\frmAbout.Designer.vb">
<DependentUpon>frmAbout.vb</DependentUpon>
</Compile>
<Compile Include="helperForms\frmAbout.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmArrEditor.Designer.vb">
<DependentUpon>frmArrEditor.vb</DependentUpon>
</Compile>
<Compile Include="frmArrEditor.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmManCrypt.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmManCrypt.Designer.vb">
<DependentUpon>frmManCrypt.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMap.Designer.vb">
<DependentUpon>frmMap.vb</DependentUpon>
</Compile>
<Compile Include="frmMap.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="helperForms\frmSearchBox.Designer.vb">
<DependentUpon>frmSearchBox.vb</DependentUpon>
</Compile>
<Compile Include="helperForms\frmSearchBox.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSelectItem.Designer.vb">
<DependentUpon>frmSelectItem.vb</DependentUpon>
</Compile>
<Compile Include="frmSelectItem.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="helperForms\frmSplash.Designer.vb">
<DependentUpon>frmSplash.vb</DependentUpon>
</Compile>
<Compile Include="helperForms\frmSplash.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="helperForms\frmWorking.Designer.vb">
<DependentUpon>frmWorking.vb</DependentUpon>
</Compile>
<Compile Include="helperForms\frmWorking.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Imaging.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="frmNpcEdit.Designer.vb">
<DependentUpon>frmNpcEdit.vb</DependentUpon>
</Compile>
<Compile Include="frmNpcEdit.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Controls\cntQuestPhaseLine.resx">
<SubType>Designer</SubType>
<DependentUpon>cntQuestPhaseLine.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\cntQuestPhaseLineEditor.resx">
<SubType>Designer</SubType>
<DependentUpon>cntQuestPhaseLineEditor.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\cntShopView.resx">
<SubType>Designer</SubType>
<DependentUpon>cntShopView.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\cntTextEditItem.resx">
<SubType>Designer</SubType>
<DependentUpon>cntTextEditItem.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="helperForms\frmOptions.resx">
<SubType>Designer</SubType>
<DependentUpon>frmOptions.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSelectMob.resx">
<DependentUpon>frmSelectMob.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="helperForms\frmAbout.resx">
<SubType>Designer</SubType>
<DependentUpon>frmAbout.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmArrEditor.resx">
<SubType>Designer</SubType>
<DependentUpon>frmArrEditor.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmManCrypt.resx">
<SubType>Designer</SubType>
<DependentUpon>frmManCrypt.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMap.resx">
<SubType>Designer</SubType>
<DependentUpon>frmMap.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmNpcEdit.resx">
<SubType>Designer</SubType>
<DependentUpon>frmNpcEdit.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="helperForms\frmSearchBox.resx">
<SubType>Designer</SubType>
<DependentUpon>frmSearchBox.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSelectItem.resx">
<SubType>Designer</SubType>
<DependentUpon>frmSelectItem.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="helperForms\frmSplash.resx">
<SubType>Designer</SubType>
<DependentUpon>frmSplash.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="helperForms\frmWorking.resx">
<SubType>Designer</SubType>
<DependentUpon>frmWorking.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\about.jpg" />
<None Include="My Project\app.manifest" />
<None Include="My Project\VisualBasic" />
<None Include="Resources\npcShopBg.png" />
<Content Include="Resources\butterfly.ico" />
<None Include="Resources\npcShopNotFound.PNG" />
<None Include="Resources\gsfStruct.xml" />
<Content Include="Resources\splash.jpg" />
<None Include="Resources\showOnMapSmall.gif" />
<None Include="Resources\showOnMapActive.gif" />
<None Include="Resources\zone_5.jpg" />
<None Include="Resources\zone_4.jpg" />
<None Include="Resources\zone_3.jpg" />
<None Include="Resources\zone_2.jpg" />
<None Include="Resources\zone_16.jpg" />
<None Include="Resources\zone_12.jpg" />
<None Include="Resources\zone_1.jpg" />
<None Include="Resources\showOnMap.gif" />
<None Include="Resources\zone_8.jpg" />
<None Include="Resources\xmlFunctionSyntax.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="addons\Wrapper\Wrapper.vcxproj">
<Project>{F1152DEA-5CE9-41FD-AF94-542157863A88}</Project>
<Name>Wrapper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>