Annotation of /trunk/Xenki.csproj
Parent Directory
|
Revision Log
Revision 21 - (view) (download)
| 1 : | albert | 4 | <?xml version="1.0" encoding="utf-8"?> |
| 2 : | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 : | <PropertyGroup> | ||
| 4 : | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
| 5 : | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
| 6 : | <SchemaVersion>2.0</SchemaVersion> | ||
| 7 : | <ProjectGuid>{370A952F-F675-4746-BCB2-1A359F7DA4DE}</ProjectGuid> | ||
| 8 : | <OutputType>WinExe</OutputType> | ||
| 9 : | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
| 10 : | <RootNamespace>Xenki</RootNamespace> | ||
| 11 : | <AssemblyName>Xenki</AssemblyName> | ||
| 12 : | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
| 13 : | <FileAlignment>512</FileAlignment> | ||
| 14 : | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
| 15 : | <WarningLevel>4</WarningLevel> | ||
| 16 : | <EnableSecurityDebugging>true</EnableSecurityDebugging> | ||
| 17 : | <Install>False</Install> | ||
| 18 : | <StartAction>URL</StartAction> | ||
| 19 : | <HostInBrowser>true</HostInBrowser> | ||
| 20 : | <BootstrapperEnabled>false</BootstrapperEnabled> | ||
| 21 : | <TargetZone>Internet</TargetZone> | ||
| 22 : | <GenerateManifests>true</GenerateManifests> | ||
| 23 : | <SignManifests>True</SignManifests> | ||
| 24 : | <ManifestKeyFile>Xenki_TemporaryKey.pfx</ManifestKeyFile> | ||
| 25 : | <ManifestCertificateThumbprint>B2FF1B6E906F31C982F7C59DC608E9E913C72375</ManifestCertificateThumbprint> | ||
| 26 : | </PropertyGroup> | ||
| 27 : | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
| 28 : | <DebugSymbols>true</DebugSymbols> | ||
| 29 : | <DebugType>full</DebugType> | ||
| 30 : | <Optimize>false</Optimize> | ||
| 31 : | <OutputPath>bin\Debug\</OutputPath> | ||
| 32 : | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
| 33 : | <ErrorReport>prompt</ErrorReport> | ||
| 34 : | <WarningLevel>4</WarningLevel> | ||
| 35 : | </PropertyGroup> | ||
| 36 : | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
| 37 : | <DebugType>pdbonly</DebugType> | ||
| 38 : | <Optimize>true</Optimize> | ||
| 39 : | <OutputPath>bin\Release\</OutputPath> | ||
| 40 : | <DefineConstants>TRACE</DefineConstants> | ||
| 41 : | <ErrorReport>prompt</ErrorReport> | ||
| 42 : | <WarningLevel>4</WarningLevel> | ||
| 43 : | </PropertyGroup> | ||
| 44 : | <ItemGroup> | ||
| 45 : | albert | 21 | <Reference Include="3DTools, Version=1.0.3156.30330, Culture=neutral, processorArchitecture=MSIL"> |
| 46 : | <SpecificVersion>False</SpecificVersion> | ||
| 47 : | <HintPath>.\3DTools.dll</HintPath> | ||
| 48 : | </Reference> | ||
| 49 : | albert | 4 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> |
| 50 : | <SpecificVersion>False</SpecificVersion> | ||
| 51 : | <HintPath>.\log4net.dll</HintPath> | ||
| 52 : | </Reference> | ||
| 53 : | <Reference Include="OpenMetaverse, Version=1.0.0.2648, Culture=neutral, processorArchitecture=MSIL"> | ||
| 54 : | <SpecificVersion>False</SpecificVersion> | ||
| 55 : | <HintPath>.\OpenMetaverse.dll</HintPath> | ||
| 56 : | </Reference> | ||
| 57 : | <Reference Include="OpenMetaverse.Rendering.Simple, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
| 58 : | <SpecificVersion>False</SpecificVersion> | ||
| 59 : | <HintPath>.\OpenMetaverse.Rendering.Simple.dll</HintPath> | ||
| 60 : | </Reference> | ||
| 61 : | albert | 9 | <Reference Include="Petzold.Media3D, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 62 : | <SpecificVersion>False</SpecificVersion> | ||
| 63 : | <HintPath>.\Petzold.Media3D.dll</HintPath> | ||
| 64 : | </Reference> | ||
| 65 : | albert | 4 | <Reference Include="System" /> |
| 66 : | <Reference Include="System.Core"> | ||
| 67 : | <RequiredTargetFramework>3.5</RequiredTargetFramework> | ||
| 68 : | </Reference> | ||
| 69 : | <Reference Include="System.Windows.Forms" /> | ||
| 70 : | <Reference Include="System.Xml.Linq"> | ||
| 71 : | <RequiredTargetFramework>3.5</RequiredTargetFramework> | ||
| 72 : | </Reference> | ||
| 73 : | <Reference Include="System.Data.DataSetExtensions"> | ||
| 74 : | <RequiredTargetFramework>3.5</RequiredTargetFramework> | ||
| 75 : | </Reference> | ||
| 76 : | <Reference Include="System.Data" /> | ||
| 77 : | <Reference Include="System.Xml" /> | ||
| 78 : | <Reference Include="WindowsBase" /> | ||
| 79 : | <Reference Include="PresentationCore" /> | ||
| 80 : | <Reference Include="PresentationFramework" /> | ||
| 81 : | </ItemGroup> | ||
| 82 : | <ItemGroup> | ||
| 83 : | <ApplicationDefinition Include="App.xaml"> | ||
| 84 : | <Generator>MSBuild:Compile</Generator> | ||
| 85 : | <SubType>Designer</SubType> | ||
| 86 : | </ApplicationDefinition> | ||
| 87 : | <Page Include="Mainform.xaml"> | ||
| 88 : | <Generator>MSBuild:Compile</Generator> | ||
| 89 : | <SubType>Designer</SubType> | ||
| 90 : | </Page> | ||
| 91 : | <Compile Include="App.xaml.cs"> | ||
| 92 : | <DependentUpon>App.xaml</DependentUpon> | ||
| 93 : | <SubType>Code</SubType> | ||
| 94 : | </Compile> | ||
| 95 : | <Compile Include="Mainform.xaml.cs"> | ||
| 96 : | <DependentUpon>Mainform.xaml</DependentUpon> | ||
| 97 : | <SubType>Code</SubType> | ||
| 98 : | </Compile> | ||
| 99 : | </ItemGroup> | ||
| 100 : | <ItemGroup> | ||
| 101 : | <Compile Include="DefaultNetwork\DefaultNetwork.cs" /> | ||
| 102 : | albert | 15 | <Compile Include="DefaultRenderer\CameraControl.cs" /> |
| 103 : | albert | 4 | <Compile Include="DefaultRenderer\DefaultRenderer.cs" /> |
| 104 : | <Compile Include="DefaultRenderer\DefaultUtil.cs" /> | ||
| 105 : | <Compile Include="DefaultRenderer\Trackball3D.cs" /> | ||
| 106 : | <Compile Include="Framework\IRenderer.cs" /> | ||
| 107 : | <Compile Include="Properties\AssemblyInfo.cs"> | ||
| 108 : | <SubType>Code</SubType> | ||
| 109 : | </Compile> | ||
| 110 : | <Compile Include="Properties\Resources.Designer.cs"> | ||
| 111 : | <AutoGen>True</AutoGen> | ||
| 112 : | <DesignTime>True</DesignTime> | ||
| 113 : | <DependentUpon>Resources.resx</DependentUpon> | ||
| 114 : | </Compile> | ||
| 115 : | <Compile Include="Properties\Settings.Designer.cs"> | ||
| 116 : | <AutoGen>True</AutoGen> | ||
| 117 : | <DependentUpon>Settings.settings</DependentUpon> | ||
| 118 : | <DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
| 119 : | </Compile> | ||
| 120 : | <EmbeddedResource Include="Properties\Resources.resx"> | ||
| 121 : | <Generator>ResXFileCodeGenerator</Generator> | ||
| 122 : | <LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
| 123 : | <SubType>Designer</SubType> | ||
| 124 : | </EmbeddedResource> | ||
| 125 : | <None Include="Properties\Settings.settings"> | ||
| 126 : | <Generator>SettingsSingleFileGenerator</Generator> | ||
| 127 : | <LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
| 128 : | </None> | ||
| 129 : | <None Include="Properties\app.manifest" /> | ||
| 130 : | <None Include="Xenki_TemporaryKey.pfx" /> | ||
| 131 : | <AppDesigner Include="Properties\" /> | ||
| 132 : | </ItemGroup> | ||
| 133 : | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
| 134 : | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
| 135 : | Other similar extension points exist, see Microsoft.Common.targets. | ||
| 136 : | <Target Name="BeforeBuild"> | ||
| 137 : | </Target> | ||
| 138 : | <Target Name="AfterBuild"> | ||
| 139 : | </Target> | ||
| 140 : | --> | ||
| 141 : | <PropertyGroup> | ||
| 142 : | <StartArguments /> | ||
| 143 : | </PropertyGroup> | ||
| 144 : | </Project> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

