Skip to content

Commit

Permalink
Update to VS 2008
Browse files Browse the repository at this point in the history
  • Loading branch information
lkalif committed May 9, 2010
1 parent e5c9ca4 commit 58ccc13
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 28 deletions.
274 changes: 251 additions & 23 deletions server/AjaxLife.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8DDBD584-00B5-44EE-AD19-97592EAA13B4}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AjaxLife</RootNamespace>
<AssemblyName>AjaxLife</AssemblyName>
<ReleaseVersion>0.6</ReleaseVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -43,31 +64,21 @@
</Target>
-->
<ItemGroup>
<Reference Include="Affirma.ThreeSharp, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>dependencies\Affirma.ThreeSharp.dll</HintPath>
</Reference>
<Reference Include="MiniHttpd, Version=1.2.0.35930, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>dependencies\MiniHttpd.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>dependencies\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Affirma.ThreeSharp, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL" />
<Reference Include="MiniHttpd, Version=1.2.0.35930, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="Newtonsoft.Json, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="OpenMetaverse, Version=0.8.0.7655, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="OpenMetaverse.StructuredData, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="OpenMetaverse, Version=0.7.0.20533, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>dependencies\OpenMetaverse.dll</HintPath>
</Reference>
<Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>dependencies\OpenMetaverseTypes.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AvatarTracker.cs" />
Expand All @@ -94,6 +105,13 @@
<Compile Include="Converters\UUIDConverter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="assemblies\Affirma.ThreeSharp.dll" />
<None Include="assemblies\MiniHttpd.dll" />
<None Include="assemblies\Newtonsoft.Json.dll" />
<None Include="assemblies\log4net.dll" />
<Content Include="assemblies\OpenMetaverse.dll" />
<Content Include="assemblies\OpenMetaverse.StructuredData.dll" />
<Content Include="assemblies\OpenMetaverseTypes.dll" />
<Content Include="Contributors.txt" />
<Content Include="Grids.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -104,11 +122,221 @@
<Content Include="Html\Templates\AjaxLife.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\avatar_lad.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\blush_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bodyfreckles_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\body_skingrain.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bump_face_wrinkles.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bump_head_base.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bump_lowerbody_base.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bump_pants_wrinkles.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bump_shirt_wrinkles.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\bump_upperbody_base.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\eyebrows_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\eyeliner_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\eyeshadow_inner_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\eyeshadow_outer_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\eyewhite.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\facehair_chincurtains_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\facehair_moustache_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\facehair_sideburns_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\facehair_soulpatch_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\freckles_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\gloves_fingers_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\glove_length_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\head_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\head_color.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\head_hair.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\head_highlights_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\head_shading_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\head_skingrain.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\jacket_length_lower_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\jacket_length_upper_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\jacket_open_lower_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\jacket_open_upper_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\lipgloss_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\lipstick_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\lips_mask.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\lowerbody_color.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\lowerbody_highlights_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\lowerbody_shading_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\nailpolish_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\pants_length_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\pants_waist_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\rosyface_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\rouge_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\shirt_bottom_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\shirt_collar_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\shirt_collar_back_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\shirt_sleeve_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\shoe_height_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\skirt_length_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\skirt_slit_back_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\skirt_slit_front_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\skirt_slit_left_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\skirt_slit_right_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\underpants_trial_female.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\underpants_trial_male.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\undershirt_trial_female.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\upperbodyfreckles_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\upperbody_color.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\upperbody_highlights_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="openmetaverse_data\upperbody_shading_alpha.tga">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="robots.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Html\Templates\iPhone.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="XMLRPC.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
</Project>
10 changes: 5 additions & 5 deletions server/AjaxLife.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AjaxLife", "AjaxLife.csproj", "{8DDBD584-00B5-44EE-AD19-97592EAA13B4}"
EndProject
Global
Expand All @@ -14,6 +14,9 @@ Global
{8DDBD584-00B5-44EE-AD19-97592EAA13B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DDBD584-00B5-44EE-AD19-97592EAA13B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = AjaxLife.csproj
Policies = $0
Expand All @@ -38,7 +41,4 @@ Global
$6.scope = text/x-csharp
version = 0.6
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 58ccc13

Please sign in to comment.