PageRenderTime 35ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/Dev/AionCxxLibrary/AionCxxLibrary.csproj

http://aioncxx.codeplex.com
MSBuild | 84 lines | 77 code | 0 blank | 7 comment | 0 complexity | 8aa03ec26e01a3fb3cda81c2708bf166 MD5 | raw file
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1AA22BB3-E9EA-4089-AF54-2AC13838750A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>AionCxxLibrary</RootNamespace>
  12. <AssemblyName>AionCxxLibrary</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <PlatformTarget>x86</PlatformTarget>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="ManagedOpenSsl, Version=0.4.3.0, Culture=neutral, processorArchitecture=x86">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>Libs\ManagedOpenSsl.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.configuration" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="DAO\AccountDAO.cs" />
  54. <Compile Include="Enums\Authentication.cs" />
  55. <Compile Include="Enums\World.cs" />
  56. <Compile Include="Models\Account.cs" />
  57. <Compile Include="Models\Templates.cs" />
  58. <Compile Include="Models\Vectors.cs" />
  59. <Compile Include="Network\AionConnection.cs" />
  60. <Compile Include="Packets\AionClientPacket.cs" />
  61. <Compile Include="Packets\AionCrypter.cs" />
  62. <Compile Include="Packets\AionPacket.cs" />
  63. <Compile Include="Packets\AionServerPacket.cs" />
  64. <Compile Include="Packets\Packets.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="Utilities\Log.cs" />
  67. <Compile Include="Utilities\ThreadPoolManager.cs" />
  68. <Compile Include="Utilities\Utility.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="AionCxxLibrary.licenseheader" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Content Include="Libs\ManagedOpenSsl.dll" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>