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>{7B70FB2E-74FB-44D1-98A2-58074D3D019C}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon></ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>VisualParamGenerator</AssemblyName>
13 <DefaultClientScript>JScript</DefaultClientScript>
14 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15 <DefaultTargetSchema>IE50</DefaultTargetSchema>
16 <DelaySign>false</DelaySign>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <OutputType>Exe</OutputType>
19 <AppDesignerFolder></AppDesignerFolder>
20 <RootNamespace>VisualParamGenerator</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></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="..\..\OpenMetaverse\OpenMetaverse.csproj">
73 <Name>OpenMetaverse</Name>
74 <Project>{33971A14-F460-4704-8A25-051447F19AEB}</Project>
75 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
76 </ProjectReference>
77 <ProjectReference Include="..\..\OpenMetaverseTypes\OpenMetaverseTypes.csproj">
78 <Name>OpenMetaverseTypes</Name>
79 <Project>{C8C04131-35FF-4B80-8220-747EB0E9AFD1}</Project>
80 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
81 </ProjectReference>
82 </ItemGroup>
83 <ItemGroup>
84 <Compile Include="VisualParamGenerator.cs">
85 </Compile>
86 </ItemGroup>
87 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
88 <PropertyGroup>
89 <PreBuildEvent>
90 </PreBuildEvent>
91 <PostBuildEvent>
92 </PostBuildEvent>
93 </PropertyGroup>
94 </Project>