PageRenderTime 35ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/tools/vstool/VSTool.csproj

https://bitbucket.org/lindenlab/viewer-beta/
MSBuild | 98 lines | 98 code | 0 blank | 0 comment | 0 complexity | 0d7fdbece7687bb471ed291125ac9900 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{96943E2D-1373-4617-A117-D0F997A94919}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>
  11. </ApplicationIcon>
  12. <AssemblyKeyContainerName>
  13. </AssemblyKeyContainerName>
  14. <AssemblyName>VSTool</AssemblyName>
  15. <AssemblyOriginatorKeyFile>
  16. </AssemblyOriginatorKeyFile>
  17. <DefaultClientScript>JScript</DefaultClientScript>
  18. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20. <DelaySign>false</DelaySign>
  21. <OutputType>Exe</OutputType>
  22. <RootNamespace>VSTool</RootNamespace>
  23. <RunPostBuildEvent>Always</RunPostBuildEvent>
  24. <StartupObject>VSTool.VSToolMain</StartupObject>
  25. <FileUpgradeFlags>
  26. </FileUpgradeFlags>
  27. <UpgradeBackupLocation>
  28. </UpgradeBackupLocation>
  29. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  30. <OldToolsVersion>2.0</OldToolsVersion>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <OutputPath>.\</OutputPath>
  34. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  35. <BaseAddress>285212672</BaseAddress>
  36. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  37. <ConfigurationOverrideFile>
  38. </ConfigurationOverrideFile>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DocumentationFile>
  41. </DocumentationFile>
  42. <DebugSymbols>true</DebugSymbols>
  43. <FileAlignment>4096</FileAlignment>
  44. <NoStdLib>false</NoStdLib>
  45. <NoWarn>
  46. </NoWarn>
  47. <Optimize>false</Optimize>
  48. <RegisterForComInterop>false</RegisterForComInterop>
  49. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  50. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  51. <WarningLevel>4</WarningLevel>
  52. <DebugType>full</DebugType>
  53. <ErrorReport>prompt</ErrorReport>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  56. <OutputPath>.\</OutputPath>
  57. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  58. <BaseAddress>285212672</BaseAddress>
  59. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  60. <ConfigurationOverrideFile>
  61. </ConfigurationOverrideFile>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <DocumentationFile>
  64. </DocumentationFile>
  65. <DebugSymbols>false</DebugSymbols>
  66. <FileAlignment>4096</FileAlignment>
  67. <NoStdLib>false</NoStdLib>
  68. <NoWarn>
  69. </NoWarn>
  70. <Optimize>true</Optimize>
  71. <RegisterForComInterop>false</RegisterForComInterop>
  72. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  73. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  74. <WarningLevel>4</WarningLevel>
  75. <DebugType>none</DebugType>
  76. <ErrorReport>prompt</ErrorReport>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="System">
  80. <Name>System</Name>
  81. </Reference>
  82. <Reference Include="System.Data">
  83. <Name>System.Data</Name>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="main.cs">
  88. <SubType>Code</SubType>
  89. </Compile>
  90. </ItemGroup>
  91. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  92. <PropertyGroup>
  93. <PreBuildEvent>
  94. </PreBuildEvent>
  95. <PostBuildEvent>
  96. </PostBuildEvent>
  97. </PropertyGroup>
  98. </Project>