diff options
Diffstat (limited to 'Second-server.csproj')
-rw-r--r-- | Second-server.csproj | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/Second-server.csproj b/Second-server.csproj index 4823611..79db97f 100644 --- a/Second-server.csproj +++ b/Second-server.csproj | |||
@@ -1,7 +1,7 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <OutputType>Exe</OutputType> | 3 | <OutputType>Exe</OutputType> |
4 | <RootNamespace>Second_server</RootNamespace> | 4 | <RootNamespace>Controller</RootNamespace> |
5 | <AssemblyName>Second-server</AssemblyName> | 5 | <AssemblyName>Second-server</AssemblyName> |
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
@@ -24,32 +24,22 @@ | |||
24 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | 24 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
25 | </PropertyGroup> | 25 | </PropertyGroup> |
26 | <ItemGroup> | 26 | <ItemGroup> |
27 | <Reference Include="System" /> | 27 | <Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral"> |
28 | <Reference Include="System.Data" /> | ||
29 | <Reference Include="System.Drawing" /> | ||
30 | <Reference Include="System.Windows.Forms" /> | ||
31 | <Reference Include="System.Xml" /> | ||
32 | <Reference Include="Axiom.MathLib"> | ||
33 | <HintPath>bin\Release\Axiom.MathLib.dll</HintPath> | ||
34 | <SpecificVersion>False</SpecificVersion> | 28 | <SpecificVersion>False</SpecificVersion> |
29 | <HintPath>lib\Axiom.MathLib.dll</HintPath> | ||
35 | </Reference> | 30 | </Reference> |
36 | <Reference Include="libsecondlife"> | 31 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> |
37 | <HintPath>bin\Release\libsecondlife.dll</HintPath> | ||
38 | <SpecificVersion>False</SpecificVersion> | 32 | <SpecificVersion>False</SpecificVersion> |
33 | <HintPath>lib\log4net.dll</HintPath> | ||
39 | </Reference> | 34 | </Reference> |
35 | <Reference Include="System" /> | ||
36 | <Reference Include="System.Data" /> | ||
37 | <Reference Include="System.Xml" /> | ||
40 | </ItemGroup> | 38 | </ItemGroup> |
41 | <ItemGroup> | 39 | <ItemGroup> |
42 | <Compile Include="AssemblyInfo.cs" /> | 40 | <Compile Include="AssemblyInfo.cs" /> |
43 | <Compile Include="Main-sever.Designer.cs"> | ||
44 | <DependentUpon>Main-sever.cs</DependentUpon> | ||
45 | </Compile> | ||
46 | <Compile Include="Main-sever.cs"> | ||
47 | <SubType>Form</SubType> | ||
48 | </Compile> | ||
49 | <EmbeddedResource Include="Main-sever.resx"> | ||
50 | <DependentUpon>Main-sever.cs</DependentUpon> | ||
51 | </EmbeddedResource> | ||
52 | <Compile Include="Agent_Manager.cs" /> | 41 | <Compile Include="Agent_Manager.cs" /> |
42 | <Compile Include="Controller.cs" /> | ||
53 | <Compile Include="Prim_manager.cs" /> | 43 | <Compile Include="Prim_manager.cs" /> |
54 | <Compile Include="Texture_manager.cs" /> | 44 | <Compile Include="Texture_manager.cs" /> |
55 | <Compile Include="Login_manager.cs" /> | 45 | <Compile Include="Login_manager.cs" /> |
@@ -58,5 +48,11 @@ | |||
58 | <Compile Include="Script_manager.cs" /> | 48 | <Compile Include="Script_manager.cs" /> |
59 | <Compile Include="Server.cs" /> | 49 | <Compile Include="Server.cs" /> |
60 | </ItemGroup> | 50 | </ItemGroup> |
51 | <ItemGroup> | ||
52 | <ProjectReference Include="..\..\libsecondlife\libsecondlife-cs\libsecondlife.csproj"> | ||
53 | <Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project> | ||
54 | <Name>libsecondlife</Name> | ||
55 | </ProjectReference> | ||
56 | </ItemGroup> | ||
61 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 57 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
62 | </Project> \ No newline at end of file | 58 | </Project> \ No newline at end of file |