OpenSim32.csproj 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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)' == '' ">x86</Platform>
  6. <ProjectGuid>{968B4C73-280D-4FF5-9F73-DD3D10160C2E}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <NoStandardLibraries>false</NoStandardLibraries>
  9. <AssemblyName>OpenSim32</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <TargetFrameworkProfile>
  12. </TargetFrameworkProfile>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Debug\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <PlatformTarget>x86</PlatformTarget>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>..\..\..\bin\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  49. <UseVSHostingProcess>false</UseVSHostingProcess>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <RootNamespace>OpenSim32</RootNamespace>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="log4net">
  56. <HintPath>..\..\..\bin\log4net.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="OpenSim">
  60. <HintPath>..\..\..\bin\OpenSim.exe</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Data" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Program.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="app.config" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  75. <Visible>False</Visible>
  76. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  77. <Install>true</Install>
  78. </BootstrapperPackage>
  79. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  80. <Visible>False</Visible>
  81. <ProductName>.NET Framework 3.5 SP1</ProductName>
  82. <Install>false</Install>
  83. </BootstrapperPackage>
  84. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  85. <Visible>False</Visible>
  86. <ProductName>Windows Installer 4.5</ProductName>
  87. <Install>true</Install>
  88. </BootstrapperPackage>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
  91. <ProjectExtensions>
  92. <VisualStudio AllowExistingFolder="true" />
  93. </ProjectExtensions>
  94. </Project>