OpenGrid.Framework.Data.DB4o.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0.50727</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{39BD9497-0000-0000-0000-000000000000}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>OpenGrid.Framework.Data.DB4o</AssemblyName>
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Library</OutputType>
  19. <AppDesignerFolder>
  20. </AppDesignerFolder>
  21. <RootNamespace>OpenGrid.Framework.Data.DB4o</RootNamespace>
  22. <StartupObject>
  23. </StartupObject>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  29. <BaseAddress>285212672</BaseAddress>
  30. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  31. <ConfigurationOverrideFile>
  32. </ConfigurationOverrideFile>
  33. <DefineConstants>TRACE;DEBUG</DefineConstants>
  34. <DocumentationFile>
  35. </DocumentationFile>
  36. <DebugSymbols>True</DebugSymbols>
  37. <FileAlignment>4096</FileAlignment>
  38. <Optimize>False</Optimize>
  39. <OutputPath>..\bin\</OutputPath>
  40. <RegisterForComInterop>False</RegisterForComInterop>
  41. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  42. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  43. <WarningLevel>4</WarningLevel>
  44. <NoWarn>
  45. </NoWarn>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  49. <BaseAddress>285212672</BaseAddress>
  50. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  51. <ConfigurationOverrideFile>
  52. </ConfigurationOverrideFile>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <DocumentationFile>
  55. </DocumentationFile>
  56. <DebugSymbols>False</DebugSymbols>
  57. <FileAlignment>4096</FileAlignment>
  58. <Optimize>True</Optimize>
  59. <OutputPath>..\bin\</OutputPath>
  60. <RegisterForComInterop>False</RegisterForComInterop>
  61. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  62. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  63. <WarningLevel>4</WarningLevel>
  64. <NoWarn>
  65. </NoWarn>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System">
  69. <HintPath>System.dll</HintPath>
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System.Xml">
  73. <HintPath>System.Xml.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="System.Data">
  77. <HintPath>System.Data.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="libsecondlife.dll">
  81. <HintPath>..\bin\libsecondlife.dll</HintPath>
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="Db4objects.Db4o.dll">
  85. <HintPath>..\bin\Db4objects.Db4o.dll</HintPath>
  86. <Private>False</Private>
  87. </Reference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\OpenGrid.Framework.Data\OpenGrid.Framework.Data.csproj">
  91. <Name>OpenGrid.Framework.Data</Name>
  92. <Project>{62CDF671-0000-0000-0000-000000000000}</Project>
  93. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  94. <Private>False</Private>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="DB4oGridData.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="DB4oManager.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="DB4oUserData.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs">
  106. <SubType>Code</SubType>
  107. </Compile>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  110. <PropertyGroup>
  111. <PreBuildEvent>
  112. </PreBuildEvent>
  113. <PostBuildEvent>
  114. </PostBuildEvent>
  115. </PropertyGroup>
  116. </Project>