|
@@ -10,7 +10,7 @@
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CommonAI</RootNamespace>
|
|
<RootNamespace>CommonAI</RootNamespace>
|
|
<AssemblyName>CommonAI</AssemblyName>
|
|
<AssemblyName>CommonAI</AssemblyName>
|
|
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
|
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileUpgradeFlags>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
@@ -39,7 +39,7 @@
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>portable</DebugType>
|
|
<DebugType>portable</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
- <OutputPath>..\..\Assets\Plugins\</OutputPath>
|
|
|
|
|
|
+ <OutputPath>..\..\Library\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;PATH_NO_SQRT;ClientOnly</DefineConstants>
|
|
<DefineConstants>TRACE;DEBUG;PATH_NO_SQRT;ClientOnly</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -55,7 +55,7 @@
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
- <OutputPath>..\..\Assets\Plugins\</OutputPath>
|
|
|
|
|
|
+ <OutputPath>..\..\Library\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>0</WarningLevel>
|
|
<WarningLevel>0</WarningLevel>
|
|
@@ -77,7 +77,7 @@
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
- <HintPath>..\..\Assets\Plugins\CommonLang.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\Library\Debug\CommonLang.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
@@ -104,6 +104,8 @@
|
|
<Compile Include="ZoneClient\ZoneObject.Unit.cs" />
|
|
<Compile Include="ZoneClient\ZoneObject.Unit.cs" />
|
|
<Compile Include="ZoneClient\ZoneObject.Unit.Status.cs" />
|
|
<Compile Include="ZoneClient\ZoneObject.Unit.Status.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\JSGGlobalData.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\JSGGlobalData.cs" />
|
|
|
|
+ <Compile Include="ZoneServer\JSGModule\JSGHackerModule.cs" />
|
|
|
|
+ <Compile Include="ZoneServer\JSGModule\JSGSrvData.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\MSpaceNodeCache.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\MSpaceNodeCache.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\JSGModule.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\JSGModule.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\JSGServerProfile.cs" />
|
|
<Compile Include="ZoneServer\JSGModule\JSGServerProfile.cs" />
|