1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.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 >{2122731C-6CEA-47E2-A7E1-349523009FAF}</ProjectGuid >
9+ <ProjectTypeGuids >{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >ProductionStackTrace</RootNamespace >
13+ <AssemblyName >ProductionStackTrace.Silverlight</AssemblyName >
14+ <TargetFrameworkIdentifier >Silverlight</TargetFrameworkIdentifier >
15+ <TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
16+ <SilverlightVersion >$(TargetFrameworkVersion)</SilverlightVersion >
17+ <SilverlightApplication >false</SilverlightApplication >
18+ <ValidateXaml >true</ValidateXaml >
19+ <ThrowErrorsInValidation >true</ThrowErrorsInValidation >
20+ </PropertyGroup >
21+ <!-- This property group is only here to support building this project using the
22+ MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
23+ to set the TargetFrameworkVersion to v3.5 -->
24+ <PropertyGroup Condition =" '$(MSBuildToolsVersion)' == '3.5'" >
25+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28+ <DebugSymbols >true</DebugSymbols >
29+ <DebugType >full</DebugType >
30+ <Optimize >false</Optimize >
31+ <OutputPath >Bin\Debug</OutputPath >
32+ <DefineConstants >DEBUG;TRACE;SILVERLIGHT</DefineConstants >
33+ <NoStdLib >true</NoStdLib >
34+ <NoConfig >true</NoConfig >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
39+ <DebugType >pdbonly</DebugType >
40+ <Optimize >true</Optimize >
41+ <OutputPath >Bin\Release</OutputPath >
42+ <DefineConstants >TRACE;SILVERLIGHT</DefineConstants >
43+ <NoStdLib >true</NoStdLib >
44+ <NoConfig >true</NoConfig >
45+ <ErrorReport >prompt</ErrorReport >
46+ <WarningLevel >4</WarningLevel >
47+ </PropertyGroup >
48+ <ItemGroup >
49+ <Reference Include =" mscorlib" />
50+ <Reference Include =" System.Windows" />
51+ <Reference Include =" system" />
52+ <Reference Include =" System.Core" >
53+ <HintPath >$(TargetFrameworkDirectory)System.Core.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" System.Xml" />
56+ <Reference Include =" System.Net" />
57+ <Reference Include =" System.Windows.Browser" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Compile Include =" ..\ProductionStackTrace\ExceptionEx.cs" >
61+ <Link >ExceptionEx.cs</Link >
62+ </Compile >
63+ <Compile Include =" ..\ProductionStackTrace\ExceptionReporting.cs" >
64+ <Link >ExceptionReporting.cs</Link >
65+ </Compile >
66+ <Compile Include =" ..\ProductionStackTrace\Internals\AssemblyDebugInfo.cs" >
67+ <Link >Internals\AssemblyDebugInfo.cs</Link >
68+ </Compile >
69+ <Compile Include =" ..\ProductionStackTrace\Internals\PeHeaders.cs" >
70+ <Link >Internals\PeHeaders.cs</Link >
71+ </Compile >
72+ <Compile Include =" Properties\AssemblyInfo.cs" />
73+ </ItemGroup >
74+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
75+ <ProjectExtensions >
76+ <VisualStudio >
77+ <FlavorProperties GUID =" {A1591282-1198-4647-A2B1-27E5FF5F6F3B}" >
78+ <SilverlightProjectProperties />
79+ </FlavorProperties >
80+ </VisualStudio >
81+ </ProjectExtensions >
82+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83+ Other similar extension points exist, see Microsoft.Common.targets.
84+ <Target Name="BeforeBuild">
85+ </Target>
86+ <Target Name="AfterBuild">
87+ </Target>
88+ -->
89+ </Project >
0 commit comments