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>{C1A2D216-8ACC-4A36-81FC-39C25D09C7F1}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>
10 </ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>Dashboard</AssemblyName>
14 <DefaultClientScript>JScript</DefaultClientScript>
15 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <DelaySign>false</DelaySign>
18 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19 <OutputType>WinExe</OutputType>
20 <AppDesignerFolder>
21 </AppDesignerFolder>
22 <RootNamespace>Dashboard</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>
36 </DocumentationFile>
37 <DebugSymbols>False</DebugSymbols>
38 <FileAlignment>4096</FileAlignment>
39 <Optimize>True</Optimize>
40 <OutputPath>..\..\..\bin\</OutputPath>
41 <RegisterForComInterop>False</RegisterForComInterop>
42 <RemoveIntegerChecks>False</RemoveIntegerChecks>
43 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
44 <WarningLevel>4</WarningLevel>
45 <NoStdLib>False</NoStdLib>
46 <NoWarn>1591,1574,0419,0618</NoWarn>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
49 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
50 <BaseAddress>285212672</BaseAddress>
51 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
52 <ConfigurationOverrideFile>
53 </ConfigurationOverrideFile>
54 <DefineConstants>TRACE;DEBUG;VISUAL_STUDIO</DefineConstants>
55 <DocumentationFile>
56 </DocumentationFile>
57 <DebugSymbols>True</DebugSymbols>
58 <FileAlignment>4096</FileAlignment>
59 <Optimize>False</Optimize>
60 <OutputPath>..\..\..\bin\</OutputPath>
61 <RegisterForComInterop>False</RegisterForComInterop>
62 <RemoveIntegerChecks>False</RemoveIntegerChecks>
63 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
64 <WarningLevel>4</WarningLevel>
65 <NoStdLib>False</NoStdLib>
66 <NoWarn>1591,1574,0419,0618</NoWarn>
67 </PropertyGroup>
68 <ItemGroup>
69 <Reference Include="System">
70 <Name>System</Name>
71 </Reference>
72 <Reference Include="System.Drawing">
73 <Name>System.Drawing</Name>
74 </Reference>
75 <Reference Include="System.Windows.Forms">
76 <Name>System.Windows.Forms</Name>
77 </Reference>
78 </ItemGroup>
79 <ItemGroup>
80 <ProjectReference Include="..\..\..\OpenMetaverse\OpenMetaverse.csproj">
81 <Name>OpenMetaverse</Name>
82 <Project>{33971A14-F460-4704-8A25-051447F19AEB}</Project>
83 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
84 </ProjectReference>
85 <ProjectReference Include="..\..\..\OpenMetaverseTypes\OpenMetaverseTypes.csproj">
86 <Name>OpenMetaverseTypes</Name>
87 <Project>{C8C04131-35FF-4B80-8220-747EB0E9AFD1}</Project>
88 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
89 </ProjectReference>
90 <ProjectReference Include="..\..\..\OpenMetaverse.GUI\OpenMetaverse.GUI.csproj">
91 <Name>OpenMetaverse.GUI</Name>
92 <Project>{5A3845FD-7BF9-4324-9710-E4FCE351405D}</Project>
93 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
94 </ProjectReference>
95 </ItemGroup>
96 <ItemGroup>
97 <Compile Include="Dashboard.Designer.cs">
98 <DependentUpon>Dashboard.cs</DependentUpon>
99 </Compile>
100 <Compile Include="Program.cs">
101 </Compile>
102 <Compile Include="Dashboard.cs">
103 <SubType>Form</SubType>
104 </Compile>
105 <EmbeddedResource Include="Dashboard.resx">
106 <DependentUpon>Dashboard.cs</DependentUpon>
107 </EmbeddedResource>
108 </ItemGroup>
109 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
110 <PropertyGroup>
111 <PreBuildEvent>
112 </PreBuildEvent>
113 <PostBuildEvent>
114 </PostBuildEvent>
115 </PropertyGroup>
116 </Project>