View of /trunk/Xenki.csproj
Parent Directory
|
Revision Log
Revision 115 -
(download)
(annotate)
Fri Feb 6 10:40:26 2009 UTC (4 years, 3 months ago) by albert
File size: 11973 byte(s)
Fri Feb 6 10:40:26 2009 UTC (4 years, 3 months ago) by albert
File size: 11973 byte(s)
add comments
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{370A952F-F675-4746-BCB2-1A359F7DA4DE}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Xenki</RootNamespace> <AssemblyName>Xenki</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <EnableSecurityDebugging>true</EnableSecurityDebugging> <StartAction>URL</StartAction> <HostInBrowser>true</HostInBrowser> <TargetZone>Custom</TargetZone> <GenerateManifests>true</GenerateManifests> <SignManifests>true</SignManifests> <ManifestKeyFile>Xenki_TemporaryKey.pfx</ManifestKeyFile> <ManifestCertificateThumbprint>B2FF1B6E906F31C982F7C59DC608E9E913C72375</ManifestCertificateThumbprint> <IsWebBootstrapper>true</IsWebBootstrapper> <SignAssembly>false</SignAssembly> <AssemblyOriginatorKeyFile>Xenki_TemporaryKey.pfx</AssemblyOriginatorKeyFile> <PublishUrl>http://localhost:81/</PublishUrl> <Install>false</Install> <InstallFrom>Web</InstallFrom> <UpdateEnabled>true</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <CreateWebPageOnPublish>true</CreateWebPageOnPublish> <WebPage>publish.htm</WebPage> <ApplicationRevision>20</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>false</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <DocumentationFile> </DocumentationFile> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <PlatformTarget>AnyCPU</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>false</Optimize> <OutputPath>bin</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>false</AllowUnsafeBlocks> <DocumentationFile> </DocumentationFile> </PropertyGroup> <ItemGroup> <Reference Include="3DTools, Version=1.0.3156.30330, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\3DTools.dll</HintPath> </Reference> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\log4net.dll</HintPath> </Reference> <Reference Include="Ode.NET, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\Ode.NET.dll</HintPath> </Reference> <Reference Include="OpenMetaverse, Version=1.0.0.1740, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\OpenMetaverse.dll</HintPath> </Reference> <Reference Include="OpenMetaverse.Rendering.Meshmerizer, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\OpenMetaverse.Rendering.Meshmerizer.dll</HintPath> </Reference> <Reference Include="OpenMetaverse.Rendering.Simple, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\OpenMetaverse.Rendering.Simple.dll</HintPath> </Reference> <Reference Include="OpenMetaverse.StructuredData, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\OpenMetaverse.StructuredData.dll</HintPath> </Reference> <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>.\OpenMetaverseTypes.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Drawing" /> <Reference Include="System.Data.DataSetExtensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Data" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="UIAutomationProvider"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="PresentationCore"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="PresentationFramework"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> <Reference Include="WindowsBase"> <RequiredTargetFramework>3.0</RequiredTargetFramework> </Reference> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="App.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> <Page Include="DefaultGUI\UCAvatarProfile.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="DefaultGUI\UCMenu.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="DefaultGUI\UCCommunicate.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="DefaultGUI\UCFriendList.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="DefaultGUI\UCMessageSending.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="LocalResources.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Mainform.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Themes\Generic.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Compile Include="App.xaml.cs"> <DependentUpon>App.xaml</DependentUpon> <SubType>Code</SubType> </Compile> <Compile Include="Mainform.xaml.cs"> <DependentUpon>Mainform.xaml</DependentUpon> <SubType>Code</SubType> </Compile> </ItemGroup> <ItemGroup> <Compile Include="DefaultAgent\MessageChatManage.cs" /> <Compile Include="DefaultGUI\Common.cs" /> <Compile Include="DefaultGUI\FriendList.cs" /> <Compile Include="DefaultGUI\UCAvatarProfile.xaml.cs"> <DependentUpon>UCAvatarProfile.xaml</DependentUpon> </Compile> <Compile Include="DefaultGUI\UCMenu.xaml.cs"> <DependentUpon>UCMenu.xaml</DependentUpon> </Compile> <Compile Include="DefaultGUI\UCCommunicate.xaml.cs"> <DependentUpon>UCCommunicate.xaml</DependentUpon> </Compile> <Compile Include="DefaultGUI\UCFriendList.xaml.cs"> <DependentUpon>UCFriendList.xaml</DependentUpon> </Compile> <Compile Include="DefaultGUI\UCMessageSending.xaml.cs"> <DependentUpon>UCMessageSending.xaml</DependentUpon> </Compile> <Compile Include="DefaultRenderer\DefaultAvatarManager.cs" /> <Compile Include="DefaultRenderer\DefaultDataControl.cs" /> <Compile Include="DefaultNetwork\DefaultNetwork.cs" /> <Compile Include="DefaultRenderer\CameraControl.cs" /> <Compile Include="DefaultRenderer\DefaultRenderer.cs" /> <Compile Include="DefaultRenderer\DefaultTexture.cs" /> <Compile Include="DefaultRenderer\DefaultUtil.cs" /> <Compile Include="Framework\Communication.cs" /> <Compile Include="Framework\Types\SimpleTypes.cs" /> <Compile Include="References\EnvironmentSettings.cs" /> <Compile Include="DefaultRenderer\HotkeyDispatcher.cs" /> <Compile Include="Framework\BaseXenki.cs" /> <Compile Include="Framework\ICameraControl.cs" /> <Compile Include="Framework\IRenderer.cs" /> <Compile Include="Framework\ITextureManage.cs" /> <Compile Include="Framework\PrimitiveType.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <SubType>Designer</SubType> </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <None Include="Properties\app.manifest" /> <None Include="Xenki_TemporaryKey.pfx" /> <Content Include=".\openjpeg-dotnet.dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Resource Include="Resources\terrain_grass.jpg" /> <AppDesigner Include="Properties\" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> <Visible>False</Visible> <ProductName>.NET Framework 2.0 %28x86%29</ProductName> <Install>false</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>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> <PropertyGroup> <StartArguments /> </PropertyGroup> </Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

