aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Config/SimConfig/SimConfig.csproj
blob: 43e94991888255718832a75473665463a74155e5 (plain)
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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <RootNamespace>SimConfig</RootNamespace>
    <AssemblyName>SimConfig</AssemblyName>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{B063760D-DB8D-4F64-B6FE-335FAD1E650A}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <OutputPath>..\..\..\bin\</OutputPath>
    <Optimize>False</Optimize>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugSymbols>True</DebugSymbols>
    <DebugType>Full</DebugType>
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <OutputPath>..\..\..\bin\</OutputPath>
    <Optimize>True</Optimize>
    <DefineConstants>TRACE</DefineConstants>
    <DebugSymbols>False</DebugSymbols>
    <DebugType>None</DebugType>
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="Db4objects.Db4o">
      <HintPath>..\..\..\bin\Db4objects.Db4o.dll</HintPath>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Db4SimConfig.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj">
      <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
      <Name>ServerConsole</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Second-server.csproj">
      <Project>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</Project>
      <Name>Second-server</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\GridInterfaces\GridInterfaces.csproj">
      <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project>
      <Name>GridInterfaces</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>