corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.21022</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{5A3845FD-7BF9-4324-9710-E4FCE351405D}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>
10 </ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>OpenMetaverse.GUI</AssemblyName>
14 <DefaultClientScript>JScript</DefaultClientScript>
15 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <DelaySign>false</DelaySign>
18 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19 <OutputType>Library</OutputType>
20 <AppDesignerFolder>
21 </AppDesignerFolder>
22 <RootNamespace>OpenMetaverse.GUI</RootNamespace>
23 <StartupObject>
24 </StartupObject>
25 <FileUpgradeFlags>
26 </FileUpgradeFlags>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
30 <BaseAddress>285212672</BaseAddress>
31 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
32 <ConfigurationOverrideFile>
33 </ConfigurationOverrideFile>
34 <DefineConstants>TRACE;VISUAL_STUDIO</DefineConstants>
35 <DocumentationFile>OpenMetaverse.GUI.XML</DocumentationFile>
36 <DebugSymbols>False</DebugSymbols>
37 <FileAlignment>4096</FileAlignment>
38 <Optimize>True</Optimize>
39 <OutputPath>..\bin\</OutputPath>
40 <RegisterForComInterop>False</RegisterForComInterop>
41 <RemoveIntegerChecks>False</RemoveIntegerChecks>
42 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
43 <WarningLevel>4</WarningLevel>
44 <NoStdLib>False</NoStdLib>
45 <NoWarn>1591,1574,0419,0618</NoWarn>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
49 <BaseAddress>285212672</BaseAddress>
50 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
51 <ConfigurationOverrideFile>
52 </ConfigurationOverrideFile>
53 <DefineConstants>TRACE;DEBUG;VISUAL_STUDIO</DefineConstants>
54 <DocumentationFile>
55 </DocumentationFile>
56 <DebugSymbols>True</DebugSymbols>
57 <FileAlignment>4096</FileAlignment>
58 <Optimize>False</Optimize>
59 <OutputPath>..\bin\</OutputPath>
60 <RegisterForComInterop>False</RegisterForComInterop>
61 <RemoveIntegerChecks>False</RemoveIntegerChecks>
62 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
63 <WarningLevel>4</WarningLevel>
64 <NoStdLib>False</NoStdLib>
65 <NoWarn>1591,1574,0419,0618</NoWarn>
66 </PropertyGroup>
67 <ItemGroup>
68 <Reference Include="System">
69 <Name>System</Name>
70 </Reference>
71 <Reference Include="System.Data">
72 <Name>System.Data</Name>
73 </Reference>
74 <Reference Include="System.Drawing">
75 <Name>System.Drawing</Name>
76 </Reference>
77 <Reference Include="System.Windows.Forms">
78 <Name>System.Windows.Forms</Name>
79 </Reference>
80 </ItemGroup>
81 <ItemGroup>
82 <ProjectReference Include="..\OpenMetaverse\OpenMetaverse.csproj">
83 <Name>OpenMetaverse</Name>
84 <Project>{33971A14-F460-4704-8A25-051447F19AEB}</Project>
85 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
86 </ProjectReference>
87 <ProjectReference Include="..\OpenMetaverseTypes\OpenMetaverseTypes.csproj">
88 <Name>OpenMetaverseTypes</Name>
89 <Project>{C8C04131-35FF-4B80-8220-747EB0E9AFD1}</Project>
90 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
91 </ProjectReference>
92 </ItemGroup>
93 <ItemGroup>
94 <Compile Include="MessageBar.cs">
95 <SubType>Component</SubType>
96 </Compile>
97 <Compile Include="LocalChat.cs">
98 <SubType>Component</SubType>
99 </Compile>
100 <Compile Include="GroupList.cs">
101 <SubType>Component</SubType>
102 </Compile>
103 <Compile Include="StatusOutput.cs">
104 <SubType>Component</SubType>
105 </Compile>
106 <Compile Include="InventoryTree.cs">
107 <SubType>Component</SubType>
108 </Compile>
109 <Compile Include="LoginPanel.cs">
110 <SubType>Component</SubType>
111 </Compile>
112 <Compile Include="AvatarList.cs">
113 <SubType>Component</SubType>
114 </Compile>
115 <Compile Include="MiniMap.cs">
116 <SubType>Component</SubType>
117 </Compile>
118 <Compile Include="FriendList.cs">
119 <SubType>Component</SubType>
120 </Compile>
121 <Compile Include="ListColumnSorter.cs">
122 </Compile>
123 </ItemGroup>
124 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
125 <PropertyGroup>
126 <PreBuildEvent>
127 </PreBuildEvent>
128 <PostBuildEvent>
129 </PostBuildEvent>
130 </PropertyGroup>
131 </Project>