You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.5 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7863FE6F-E27F-4DBA-B2CC-EDEFE4AE8382}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ProxyCore</RootNamespace>
<AssemblyName>ProxyCore</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\ProxyCore.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\ProxyCore.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Jayrock, Version=0.9.8316.0, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Resources\Jayrock.dll</HintPath>
</Reference>
<Reference Include="Jayrock.Json, Version=0.9.8316.0, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Resources\Jayrock.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Input\InputData.cs" />
<Compile Include="Input\InputEntry.cs" />
<Compile Include="Input\InputHandler.cs" />
<Compile Include="Log.cs" />
<Compile Include="Messages\Message.cs" />
<Compile Include="Output\TriggerHandler.cs" />
<Compile Include="Output\TriggerData.cs" />
<Compile Include="Output\TriggerEntry.cs" />
<Compile Include="Scripting\Plugin.cs" />
<Compile Include="Scripting\PluginMgr.cs" />
<Compile Include="Utility\Colors.cs" />
<Compile Include="Utility\Config.cs" />
<Compile Include="Utility\JSON.cs" />
<Compile Include="Utility\ServerConfig.cs" />
<Compile Include="Utility\Wrap.cs" />
<Compile Include="World.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>