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>{F3FA150D-325B-40F2-B978-05D47E402698}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon></ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>OpenMetaverse.StructuredData</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.StructuredData</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.StructuredData.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 </ItemGroup>
71 <ItemGroup>
72 <ProjectReference Include="..\OpenMetaverseTypes\OpenMetaverseTypes.csproj">
73 <Name>OpenMetaverseTypes</Name>
74 <Project>{C8C04131-35FF-4B80-8220-747EB0E9AFD1}</Project>
75 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
76 </ProjectReference>
77 </ItemGroup>
78 <ItemGroup>
79 <Compile Include="StructuredData.cs">
80 </Compile>
81 <Compile Include="JSON\JsonReader.cs">
82 </Compile>
83 <Compile Include="JSON\JsonMapper.cs">
84 </Compile>
85 <Compile Include="JSON\JsonWriter.cs">
86 </Compile>
87 <Compile Include="JSON\Lexer.cs">
88 </Compile>
89 <Compile Include="JSON\IJsonWrapper.cs">
90 </Compile>
91 <Compile Include="JSON\JsonData.cs">
92 </Compile>
93 <Compile Include="JSON\JsonException.cs">
94 </Compile>
95 <Compile Include="JSON\ParserToken.cs">
96 </Compile>
97 <Compile Include="JSON\OSDJson.cs">
98 </Compile>
99 <Compile Include="LLSD\BinaryLLSD.cs">
100 </Compile>
101 <Compile Include="LLSD\XmlLLSD.cs">
102 </Compile>
103 <Compile Include="LLSD\NotationLLSD.cs">
104 </Compile>
105 </ItemGroup>
106 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
107 <PropertyGroup>
108 <PreBuildEvent>
109 </PreBuildEvent>
110 <PostBuildEvent>
111 </PostBuildEvent>
112 </PropertyGroup>
113 </Project>