From ba4fbabbf4bbdef6350f19e414c28f6069b39bea Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 7 Feb 2008 04:37:53 +0000 Subject: Removed .csproj from svn --- pCampBot/pCampBot.csproj | 102 ----------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 pCampBot/pCampBot.csproj diff --git a/pCampBot/pCampBot.csproj b/pCampBot/pCampBot.csproj deleted file mode 100644 index 04b044c..0000000 --- a/pCampBot/pCampBot.csproj +++ /dev/null @@ -1,102 +0,0 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectType>Local</ProjectType> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{7F3A2F5C-0000-0000-0000-000000000000}</ProjectGuid> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ApplicationIcon></ApplicationIcon> - <AssemblyKeyContainerName> - </AssemblyKeyContainerName> - <AssemblyName>pCampBot</AssemblyName> - <DefaultClientScript>JScript</DefaultClientScript> - <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> - <DefaultTargetSchema>IE50</DefaultTargetSchema> - <DelaySign>false</DelaySign> - <OutputType>Exe</OutputType> - <AppDesignerFolder></AppDesignerFolder> - <RootNamespace>pCampBot</RootNamespace> - <StartupObject></StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <AllowUnsafeBlocks>False</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>TRACE;DEBUG</DefineConstants> - <DocumentationFile></DocumentationFile> - <DebugSymbols>True</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <Optimize>False</Optimize> - <OutputPath>..\bin\</OutputPath> - <RegisterForComInterop>False</RegisterForComInterop> - <RemoveIntegerChecks>False</RemoveIntegerChecks> - <TreatWarningsAsErrors>False</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <NoWarn></NoWarn> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <AllowUnsafeBlocks>False</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>TRACE</DefineConstants> - <DocumentationFile></DocumentationFile> - <DebugSymbols>False</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <Optimize>True</Optimize> - <OutputPath>..\bin\</OutputPath> - <RegisterForComInterop>False</RegisterForComInterop> - <RemoveIntegerChecks>False</RemoveIntegerChecks> - <TreatWarningsAsErrors>False</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <NoWarn></NoWarn> - </PropertyGroup> - <ItemGroup> - <Reference Include="libsecondlife.dll" > - <HintPath>..\bin\libsecondlife.dll</HintPath> - <Private>False</Private> - </Reference> - <Reference Include="Nini.dll" > - <HintPath>..\bin\Nini.dll</HintPath> - <Private>False</Private> - </Reference> - <Reference Include="OpenSim.Framework.Console.dll" > - <HintPath>..\bin\OpenSim.Framework.Console.dll</HintPath> - <Private>False</Private> - </Reference> - <Reference Include="OpenSim.Framework.dll" > - <HintPath>..\bin\OpenSim.Framework.dll</HintPath> - <Private>False</Private> - </Reference> - <Reference Include="System" > - <HintPath>System.dll</HintPath> - <Private>False</Private> - </Reference> - </ItemGroup> - <ItemGroup> - </ItemGroup> - <ItemGroup> - <Compile Include="BotManager.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="pCampBot.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="PhysicsBot.cs"> - <SubType>Code</SubType> - </Compile> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> - <PropertyGroup> - <PreBuildEvent> - </PreBuildEvent> - <PostBuildEvent> - </PostBuildEvent> - </PropertyGroup> -</Project> -- cgit v1.1