Skip to content

Commit d1875d3

Browse files
committed
整理目录结构,使之符合 rAthena 模拟器风格
1 parent a5c85de commit d1875d3

File tree

13 files changed

+1464
-1462
lines changed

13 files changed

+1464
-1462
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/obj
33
/bin/*.vshost.exe
44
/bin/*.vshost.exe.manifest
5+
/.vs/JobCodeCalculator-10/v14/*.suo
6+
/csproj-10/obj

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: csharp
2-
solution: JobCodeCalculator.sln
2+
solution: JobCodeCalculator-10.sln
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobCodeCalculator", "JobCodeCalculator.csproj", "{DEE68495-D0B6-49C8-844D-37BB5609967A}"
5-
EndProject
6-
Global
7-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8-
Debug|x86 = Debug|x86
9-
Release|x86 = Release|x86
10-
EndGlobalSection
11-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Debug|x86.ActiveCfg = Debug|x86
13-
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Debug|x86.Build.0 = Debug|x86
14-
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Release|x86.ActiveCfg = Release|x86
15-
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Release|x86.Build.0 = Release|x86
16-
EndGlobalSection
17-
GlobalSection(SolutionProperties) = preSolution
18-
HideSolutionNode = FALSE
19-
EndGlobalSection
20-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobCodeCalculator", "csproj-10\JobCodeCalculator.csproj", "{DEE68495-D0B6-49C8-844D-37BB5609967A}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|x86 = Debug|x86
9+
Release|x86 = Release|x86
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Debug|x86.ActiveCfg = Debug|x86
13+
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Debug|x86.Build.0 = Debug|x86
14+
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Release|x86.ActiveCfg = Release|x86
15+
{DEE68495-D0B6-49C8-844D-37BB5609967A}.Release|x86.Build.0 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,87 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{DEE68495-D0B6-49C8-844D-37BB5609967A}</ProjectGuid>
9-
<OutputType>WinExe</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>JobCodeCalculator</RootNamespace>
12-
<AssemblyName>JobCodeCalculator</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
15-
<FileAlignment>512</FileAlignment>
16-
</PropertyGroup>
17-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18-
<PlatformTarget>x86</PlatformTarget>
19-
<DebugSymbols>true</DebugSymbols>
20-
<DebugType>full</DebugType>
21-
<Optimize>false</Optimize>
22-
<OutputPath>bin\</OutputPath>
23-
<DefineConstants>DEBUG;TRACE</DefineConstants>
24-
<ErrorReport>prompt</ErrorReport>
25-
<WarningLevel>4</WarningLevel>
26-
</PropertyGroup>
27-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28-
<PlatformTarget>x86</PlatformTarget>
29-
<DebugType>pdbonly</DebugType>
30-
<Optimize>true</Optimize>
31-
<OutputPath>bin\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
33-
<ErrorReport>prompt</ErrorReport>
34-
<WarningLevel>4</WarningLevel>
35-
</PropertyGroup>
36-
<ItemGroup>
37-
<Reference Include="System" />
38-
<Reference Include="System.Core" />
39-
<Reference Include="System.Xml.Linq" />
40-
<Reference Include="System.Data.DataSetExtensions" />
41-
<Reference Include="Microsoft.CSharp" />
42-
<Reference Include="System.Data" />
43-
<Reference Include="System.Deployment" />
44-
<Reference Include="System.Drawing" />
45-
<Reference Include="System.Windows.Forms" />
46-
<Reference Include="System.Xml" />
47-
</ItemGroup>
48-
<ItemGroup>
49-
<Compile Include="MainForm.cs">
50-
<SubType>Form</SubType>
51-
</Compile>
52-
<Compile Include="MainForm.Designer.cs">
53-
<DependentUpon>MainForm.cs</DependentUpon>
54-
</Compile>
55-
<Compile Include="Program.cs" />
56-
<Compile Include="Properties\AssemblyInfo.cs" />
57-
<EmbeddedResource Include="MainForm.resx">
58-
<DependentUpon>MainForm.cs</DependentUpon>
59-
</EmbeddedResource>
60-
<EmbeddedResource Include="Properties\Resources.resx">
61-
<Generator>ResXFileCodeGenerator</Generator>
62-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
63-
<SubType>Designer</SubType>
64-
</EmbeddedResource>
65-
<Compile Include="Properties\Resources.Designer.cs">
66-
<AutoGen>True</AutoGen>
67-
<DependentUpon>Resources.resx</DependentUpon>
68-
</Compile>
69-
<None Include="Properties\Settings.settings">
70-
<Generator>SettingsSingleFileGenerator</Generator>
71-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
72-
</None>
73-
<Compile Include="Properties\Settings.Designer.cs">
74-
<AutoGen>True</AutoGen>
75-
<DependentUpon>Settings.settings</DependentUpon>
76-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
77-
</Compile>
78-
</ItemGroup>
79-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81-
Other similar extension points exist, see Microsoft.Common.targets.
82-
<Target Name="BeforeBuild">
83-
</Target>
84-
<Target Name="AfterBuild">
85-
</Target>
86-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{DEE68495-D0B6-49C8-844D-37BB5609967A}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>JobCodeCalculator</RootNamespace>
12+
<AssemblyName>JobCodeCalculator</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
15+
<FileAlignment>512</FileAlignment>
16+
</PropertyGroup>
17+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18+
<PlatformTarget>x86</PlatformTarget>
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<OutputPath>..\bin\</OutputPath>
23+
<DefineConstants>DEBUG;TRACE</DefineConstants>
24+
<ErrorReport>prompt</ErrorReport>
25+
<WarningLevel>4</WarningLevel>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28+
<PlatformTarget>x86</PlatformTarget>
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>..\bin\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Reference Include="System" />
38+
<Reference Include="System.Core" />
39+
<Reference Include="System.Xml.Linq" />
40+
<Reference Include="System.Data.DataSetExtensions" />
41+
<Reference Include="Microsoft.CSharp" />
42+
<Reference Include="System.Data" />
43+
<Reference Include="System.Deployment" />
44+
<Reference Include="System.Drawing" />
45+
<Reference Include="System.Windows.Forms" />
46+
<Reference Include="System.Xml" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="..\src\MainForm.cs">
50+
<SubType>Form</SubType>
51+
</Compile>
52+
<Compile Include="..\src\MainForm.Designer.cs">
53+
<DependentUpon>MainForm.cs</DependentUpon>
54+
</Compile>
55+
<Compile Include="..\src\Program.cs" />
56+
<Compile Include="Properties\AssemblyInfo.cs" />
57+
<EmbeddedResource Include="..\src\MainForm.resx">
58+
<DependentUpon>MainForm.cs</DependentUpon>
59+
</EmbeddedResource>
60+
<EmbeddedResource Include="Properties\Resources.resx">
61+
<Generator>ResXFileCodeGenerator</Generator>
62+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
63+
<SubType>Designer</SubType>
64+
</EmbeddedResource>
65+
<Compile Include="Properties\Resources.Designer.cs">
66+
<AutoGen>True</AutoGen>
67+
<DependentUpon>Resources.resx</DependentUpon>
68+
</Compile>
69+
<None Include="Properties\Settings.settings">
70+
<Generator>SettingsSingleFileGenerator</Generator>
71+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
72+
</None>
73+
<Compile Include="Properties\Settings.Designer.cs">
74+
<AutoGen>True</AutoGen>
75+
<DependentUpon>Settings.settings</DependentUpon>
76+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
77+
</Compile>
78+
</ItemGroup>
79+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81+
Other similar extension points exist, see Microsoft.Common.targets.
82+
<Target Name="BeforeBuild">
83+
</Target>
84+
<Target Name="AfterBuild">
85+
</Target>
86+
-->
8787
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
4-
5-
// 有关程序集的常规信息通过以下
6-
// 特性集控制。更改这些特性值可修改
7-
// 与程序集关联的信息。
8-
[assembly: AssemblyTitle("JobCodeCalculator")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("JobCodeCalculator")]
13-
[assembly: AssemblyCopyright("Copyright © 2016 Sean Allen")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
16-
17-
// 将 ComVisible 设置为 false 使此程序集中的类型
18-
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
19-
// 则将该类型上的 ComVisible 特性设置为 true。
20-
[assembly: ComVisible(false)]
21-
22-
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23-
[assembly: Guid("4e4589d6-657a-4b9d-9435-b8d28d7494c5")]
24-
25-
// 程序集的版本信息由下面四个值组成:
26-
//
27-
// 主版本
28-
// 次版本
29-
// 内部版本号
30-
// 修订号
31-
//
32-
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
33-
// 方法是按如下所示使用“*”:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// 有关程序集的常规信息通过以下
6+
// 特性集控制。更改这些特性值可修改
7+
// 与程序集关联的信息。
8+
[assembly: AssemblyTitle("JobCodeCalculator")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("JobCodeCalculator")]
13+
[assembly: AssemblyCopyright("Copyright © 2016 Sean Allen")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// 将 ComVisible 设置为 false 使此程序集中的类型
18+
// 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
19+
// 则将该类型上的 ComVisible 特性设置为 true。
20+
[assembly: ComVisible(false)]
21+
22+
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23+
[assembly: Guid("4e4589d6-657a-4b9d-9435-b8d28d7494c5")]
24+
25+
// 程序集的版本信息由下面四个值组成:
26+
//
27+
// 主版本
28+
// 次版本
29+
// 内部版本号
30+
// 修订号
31+
//
32+
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
33+
// 方法是按如下所示使用“*”:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)