Mercurial > silverbladetech
comparison SilverlightGlimpse/SilverlightGlimpse.Test/SilverlightGlimpse.Test.csproj @ 62:810116cd6b8e
ErrorWindow working
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 22 Apr 2012 09:01:20 +0100 |
parents | |
children | 536498832a79 |
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> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.50727</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{212DBD25-6C98-45EB-9974-51D04D8B6549}</ProjectGuid> | |
9 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
10 <OutputType>Library</OutputType> | |
11 <AppDesignerFolder>Properties</AppDesignerFolder> | |
12 <RootNamespace>SilverlightGlimpse.Test</RootNamespace> | |
13 <AssemblyName>SilverlightGlimpse.Test</AssemblyName> | |
14 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> | |
15 <TargetFrameworkVersion>v5.0</TargetFrameworkVersion> | |
16 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> | |
17 <SilverlightApplication>true</SilverlightApplication> | |
18 <SupportedCultures> | |
19 </SupportedCultures> | |
20 <XapOutputs>true</XapOutputs> | |
21 <GenerateSilverlightManifest>true</GenerateSilverlightManifest> | |
22 <XapFilename>SilverlightGlimpse.Test.xap</XapFilename> | |
23 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> | |
24 <SilverlightAppEntry>SilverlightGlimpse.Test.App</SilverlightAppEntry> | |
25 <TestPageFileName>SilverlightGlimpse.TestTestPage.html</TestPageFileName> | |
26 <CreateTestPage>true</CreateTestPage> | |
27 <ValidateXaml>true</ValidateXaml> | |
28 <EnableOutOfBrowser>false</EnableOutOfBrowser> | |
29 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile> | |
30 <UsePlatformExtensions>false</UsePlatformExtensions> | |
31 <ThrowErrorsInValidation>true</ThrowErrorsInValidation> | |
32 <LinkedServerProject> | |
33 </LinkedServerProject> | |
34 </PropertyGroup> | |
35 <!-- This property group is only here to support building this project using the | |
36 MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs | |
37 to set the TargetFrameworkVersion to v3.5 --> | |
38 <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'"> | |
39 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
40 </PropertyGroup> | |
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
42 <DebugSymbols>true</DebugSymbols> | |
43 <DebugType>full</DebugType> | |
44 <Optimize>false</Optimize> | |
45 <OutputPath>Bin\Debug</OutputPath> | |
46 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants> | |
47 <NoStdLib>true</NoStdLib> | |
48 <NoConfig>true</NoConfig> | |
49 <ErrorReport>prompt</ErrorReport> | |
50 <WarningLevel>4</WarningLevel> | |
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 </PropertyGroup> | |
62 <ItemGroup> | |
63 <Reference Include="mscorlib" /> | |
64 <Reference Include="System.Windows" /> | |
65 <Reference Include="system" /> | |
66 <Reference Include="System.Core" /> | |
67 <Reference Include="System.Net" /> | |
68 <Reference Include="System.Windows.Controls, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
69 <HintPath>..\Libs\System.Windows.Controls.dll</HintPath> | |
70 </Reference> | |
71 <Reference Include="System.Xml" /> | |
72 <Reference Include="System.Windows.Browser" /> | |
73 </ItemGroup> | |
74 <ItemGroup> | |
75 <Compile Include="App.xaml.cs"> | |
76 <DependentUpon>App.xaml</DependentUpon> | |
77 </Compile> | |
78 <Compile Include="MainPage.xaml.cs"> | |
79 <DependentUpon>MainPage.xaml</DependentUpon> | |
80 </Compile> | |
81 <Compile Include="Properties\AssemblyInfo.cs" /> | |
82 </ItemGroup> | |
83 <ItemGroup> | |
84 <ApplicationDefinition Include="App.xaml"> | |
85 <SubType>Designer</SubType> | |
86 <Generator>MSBuild:Compile</Generator> | |
87 </ApplicationDefinition> | |
88 <Page Include="MainPage.xaml"> | |
89 <SubType>Designer</SubType> | |
90 <Generator>MSBuild:Compile</Generator> | |
91 </Page> | |
92 </ItemGroup> | |
93 <ItemGroup> | |
94 <None Include="Properties\AppManifest.xml" /> | |
95 </ItemGroup> | |
96 <ItemGroup> | |
97 <ProjectReference Include="..\SilverlightGlimpse\SilverlightGlimpse.csproj"> | |
98 <Project>{BB51026B-2864-4389-AACA-0BBDF1926E46}</Project> | |
99 <Name>SilverlightGlimpse</Name> | |
100 </ProjectReference> | |
101 </ItemGroup> | |
102 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> | |
103 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
104 Other similar extension points exist, see Microsoft.Common.targets. | |
105 <Target Name="BeforeBuild"> | |
106 </Target> | |
107 <Target Name="AfterBuild"> | |
108 </Target> | |
109 --> | |
110 <ProjectExtensions> | |
111 <VisualStudio> | |
112 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> | |
113 <SilverlightProjectProperties /> | |
114 </FlavorProperties> | |
115 </VisualStudio> | |
116 </ProjectExtensions> | |
117 </Project> |