comparison SilverlightGlimpse/FloatableWindow/FloatableWindow.csproj @ 62:810116cd6b8e

ErrorWindow working
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sun, 22 Apr 2012 09:01:20 +0100
parents
children a0bcd783e612
comparison
equal deleted inserted replaced
61:9de81c9ad319 62:810116cd6b8e
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
4 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
5 </PropertyGroup>
6 <PropertyGroup>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ProductVersion>9.0.30729</ProductVersion>
10 <SchemaVersion>2.0</SchemaVersion>
11 <ProjectGuid>{D47E6045-91BB-4CD0-942F-FF015F10F7F2}</ProjectGuid>
12 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13 <OutputType>Library</OutputType>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace>FloatableWindow</RootNamespace>
16 <AssemblyName>FloatableWindow</AssemblyName>
17 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
18 <SilverlightApplication>false</SilverlightApplication>
19 <ValidateXaml>true</ValidateXaml>
20 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
21 <SignAssembly>true</SignAssembly>
22 <AssemblyOriginatorKeyFile>FloatableWindowStrongNameKey.snk</AssemblyOriginatorKeyFile>
23 <SccProjectName>
24 </SccProjectName>
25 <SccLocalPath>
26 </SccLocalPath>
27 <SccAuxPath>
28 </SccAuxPath>
29 <SccProvider>
30 </SccProvider>
31 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
32 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
33 <FileUpgradeFlags>
34 </FileUpgradeFlags>
35 <UpgradeBackupLocation>
36 </UpgradeBackupLocation>
37 <OldToolsVersion>3.5</OldToolsVersion>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40 <DebugSymbols>true</DebugSymbols>
41 <DebugType>full</DebugType>
42 <Optimize>false</Optimize>
43 <OutputPath>Bin\Debug</OutputPath>
44 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
45 <NoStdLib>true</NoStdLib>
46 <NoConfig>true</NoConfig>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 <RunCodeAnalysis>true</RunCodeAnalysis>
50 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <DebugType>pdbonly</DebugType>
54 <Optimize>true</Optimize>
55 <OutputPath>Bin\Release</OutputPath>
56 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
57 <NoStdLib>true</NoStdLib>
58 <NoConfig>true</NoConfig>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62 </PropertyGroup>
63 <ItemGroup>
64 <Reference Include="System.Windows" />
65 <Reference Include="mscorlib" />
66 <Reference Include="system" />
67 <Reference Include="System.Core" />
68 <Reference Include="System.Xml" />
69 <Reference Include="System.Net" />
70 <Reference Include="System.Windows.Browser" />
71 </ItemGroup>
72 <ItemGroup>
73 <Compile Include="FloatableWindow.cs" />
74 <Compile Include="FloatableWindowAutomationPeer.cs" />
75 <Compile Include="GlobalSuppressions.cs" />
76 <Compile Include="Properties\AssemblyInfo.cs" />
77 <Compile Include="Properties\Resources.Designer.cs" />
78 <Compile Include="ResizeMode.cs" />
79 </ItemGroup>
80 <ItemGroup>
81 <Page Include="themes\generic.xaml">
82 <SubType>Designer</SubType>
83 <Generator>MSBuild:MarkupCompilePass1</Generator>
84 <Generator>MSBuild:Compile</Generator>
85 <SubType>Designer</SubType>
86 </Page>
87 </ItemGroup>
88 <ItemGroup>
89 <Content Include="README.txt" />
90 </ItemGroup>
91 <ItemGroup>
92 <None Include="FloatableWindowStrongNameKey.snk" />
93 </ItemGroup>
94 <ItemGroup>
95 <EmbeddedResource Include="Properties\Resources.resx" />
96 </ItemGroup>
97 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
98 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99 Other similar extension points exist, see Microsoft.Common.targets.
100 <Target Name="BeforeBuild">
101 </Target>
102 <Target Name="AfterBuild">
103 </Target>
104 -->
105 <ProjectExtensions>
106 <VisualStudio>
107 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
108 <SilverlightProjectProperties />
109 </FlavorProperties>
110 </VisualStudio>
111 </ProjectExtensions>
112 </Project>