-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModForge_1.7.10.csproj
93 lines (93 loc) · 5.17 KB
/
ModForge_1.7.10.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3BA3947C-D8F2-4D16-8653-9212C2393ACF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Forge</RootNamespace>
<AssemblyName>ModForge_1.7.10</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<Folder Include="PacketHandlers\Server\Forge\Internal\" />
<Folder Include="Packets\Server\Forge\Internal\" />
<Folder Include="Packets\Shared\Forge\Internal\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Enum\FMLHandshakeClientState.cs" />
<Compile Include="Enum\FMLHandshakeServerState.cs" />
<Compile Include="Enum\ForgeMessageEnums.cs" />
<Compile Include="ForgeClientPacketHandlerContext.cs" />
<Compile Include="ForgeModAPI.cs" />
<Compile Include="ForgeServerPacketHandlerContext.cs" />
<Compile Include="PacketHandlers\ForgePacketHandlerContext.cs" />
<Compile Include="PacketHandlers\ForgeMessageHandler.cs" />
<Compile Include="PacketHandlers\ForgeMessageHandlers.cs" />
<Compile Include="PacketHandlers\Server\Forge\Handshake\HandshakeResetHandler.cs" />
<Compile Include="PacketHandlers\Server\Forge\Handshake\ServerHelloHandler.cs" />
<Compile Include="PacketHandlers\Shared\Forge\Handshake\HandshakeAckHandler.cs" />
<Compile Include="PacketHandlers\Shared\Forge\Handshake\ModIdDataHandler.cs" />
<Compile Include="PacketHandlers\Shared\Forge\Handshake\ModListHandler.cs" />
<Compile Include="Packets\Server\Forge\Handshake\ClientHelloPacket.cs" />
<Compile Include="Packets\ForgeMessages.cs" />
<Compile Include="Packets\PluginMessageSubPacket.cs" />
<Compile Include="Packets\Client\Forge\DimensionRegisterPacket.cs" />
<Compile Include="Packets\Client\Forge\FluidIdMapPacket.cs" />
<Compile Include="Packets\Client\Forge\Handshake\HandshakeResetPacket.cs" />
<Compile Include="Packets\Client\Forge\Handshake\ServerHelloPacket.cs" />
<Compile Include="Packets\Client\Forge\Internal\CompleteHandshakePacket.cs" />
<Compile Include="Packets\Client\Forge\Internal\EntityAdjustPacket.cs" />
<Compile Include="Packets\Client\Forge\Internal\EntitySpawnPacket.cs" />
<Compile Include="Packets\Client\Forge\Internal\EntityPacket.cs" />
<Compile Include="Packets\Client\Forge\Internal\OpenGuiPacket.cs" />
<Compile Include="Packets\Shared\Forge\Handshake\HandshakeAckPacket.cs" />
<Compile Include="Packets\Client\Forge\Handshake\ModIdDataPacket.cs" />
<Compile Include="Packets\Client\Forge\Handshake\ModListPacket.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)\Aragas.Core\Aragas.Core.csproj">
<Project>{468d9d51-dfe7-47a8-b0d6-52d035fc714d}</Project>
<Name>Aragas.Core</Name>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\MineLib.Core\fNbt\fNbt\fNbt.Portable.csproj">
<Project>{22ac9f07-35ca-4e0e-b3b8-4a8e719df529}</Project>
<Name>fNbt.Portable</Name>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\MineLib.Core\MineLib.Core.csproj">
<Project>{c6be1779-61e7-4c62-989a-9fa62acb2c78}</Project>
<Name>MineLib.Core</Name>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)\ProtocolModern_1.7.10\ProtocolModern_1.7.10.csproj">
<Project>{ceba6ffc-494a-43a2-8847-8efa99d88605}</Project>
<Name>ProtocolModern_1.7.10</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
</Project>