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>{BCD5E095-986D-402E-9E34-8E0D192DC982}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon></ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>OpenMetaverse.Utilities</AssemblyName>
13 <DefaultClientScript>JScript</DefaultClientScript>
14 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15 <DefaultTargetSchema>IE50</DefaultTargetSchema>
16 <DelaySign>false</DelaySign>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <OutputType>Library</OutputType>
19 <AppDesignerFolder></AppDesignerFolder>
20 <RootNamespace>OpenMetaverse.Utilities</RootNamespace>
21 <StartupObject></StartupObject>
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
27 <BaseAddress>285212672</BaseAddress>
28 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29 <ConfigurationOverrideFile>
30 </ConfigurationOverrideFile>
31 <DefineConstants>TRACE;VISUAL_STUDIO</DefineConstants>
32 <DocumentationFile>OpenMetaverse.Utilities.XML</DocumentationFile>
33 <DebugSymbols>False</DebugSymbols>
34 <FileAlignment>4096</FileAlignment>
35 <Optimize>True</Optimize>
36 <OutputPath>..\bin\</OutputPath>
37 <RegisterForComInterop>False</RegisterForComInterop>
38 <RemoveIntegerChecks>False</RemoveIntegerChecks>
39 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
40 <WarningLevel>4</WarningLevel>
41 <NoStdLib>False</NoStdLib>
42 <NoWarn>1591,1574,0419,0618</NoWarn>
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
46 <BaseAddress>285212672</BaseAddress>
47 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
48 <ConfigurationOverrideFile>
49 </ConfigurationOverrideFile>
50 <DefineConstants>TRACE;DEBUG;VISUAL_STUDIO</DefineConstants>
51 <DocumentationFile></DocumentationFile>
52 <DebugSymbols>True</DebugSymbols>
53 <FileAlignment>4096</FileAlignment>
54 <Optimize>False</Optimize>
55 <OutputPath>..\bin\</OutputPath>
56 <RegisterForComInterop>False</RegisterForComInterop>
57 <RemoveIntegerChecks>False</RemoveIntegerChecks>
58 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
59 <WarningLevel>4</WarningLevel>
60 <NoStdLib>False</NoStdLib>
61 <NoWarn>1591,1574,0419,0618</NoWarn>
62 </PropertyGroup>
63 <ItemGroup>
64 <Reference Include="System">
65 <Name>System</Name>
66 </Reference>
67 <Reference Include="System.Xml">
68 <Name>System.Xml</Name>
69 </Reference>
70 <Reference Include="System.Data">
71 <Name>System.Data</Name>
72 </Reference>
73 </ItemGroup>
74 <ItemGroup>
75 <ProjectReference Include="..\OpenMetaverse\OpenMetaverse.csproj">
76 <Name>OpenMetaverse</Name>
77 <Project>{33971A14-F460-4704-8A25-051447F19AEB}</Project>
78 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
79 </ProjectReference>
80 <ProjectReference Include="..\OpenMetaverseTypes\OpenMetaverseTypes.csproj">
81 <Name>OpenMetaverseTypes</Name>
82 <Project>{C8C04131-35FF-4B80-8220-747EB0E9AFD1}</Project>
83 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
84 </ProjectReference>
85 <ProjectReference Include="..\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">
86 <Name>OpenMetaverse.StructuredData</Name>
87 <Project>{F3FA150D-325B-40F2-B978-05D47E402698}</Project>
88 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
89 </ProjectReference>
90 </ItemGroup>
91 <ItemGroup>
92 <Compile Include="VoiceManager.cs">
93 </Compile>
94 <Compile Include="VoiceManagerBlocking.cs">
95 </Compile>
96 <Compile Include="RegistrationApi.cs">
97 </Compile>
98 <Compile Include="Utilities.cs">
99 </Compile>
100 <Compile Include="Properties\AssemblyInfo.cs">
101 </Compile>
102 </ItemGroup>
103 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
104 <PropertyGroup>
105 <PreBuildEvent>
106 </PreBuildEvent>
107 <PostBuildEvent>
108 </PostBuildEvent>
109 </PropertyGroup>
110 </Project>