PageRenderTime 48ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSSL3LocalMessage/CSSL3LocalMessage.csproj

#
MSBuild | 107 lines | 100 code | 0 blank | 7 comment | 0 complexity | a809806caa7d9570ea7b42a5d60a80e3 MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{4C13D4C9-3D2B-44D5-9DB6-7D06617BFA88}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSSL3LocalMessage</RootNamespace>
  12. <AssemblyName>CSSL3LocalMessage</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>true</SilverlightApplication>
  15. <SupportedCultures>
  16. </SupportedCultures>
  17. <XapOutputs>true</XapOutputs>
  18. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  19. <XapFilename>CSSL3LocalMessage.xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <SilverlightAppEntry>CSSL3LocalMessage.App</SilverlightAppEntry>
  22. <TestPageFileName>TestPage.html</TestPageFileName>
  23. <CreateTestPage>true</CreateTestPage>
  24. <ValidateXaml>true</ValidateXaml>
  25. <EnableOutOfBrowser>false</EnableOutOfBrowser>
  26. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  27. <UsePlatformExtensions>false</UsePlatformExtensions>
  28. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  29. <LinkedServerProject>
  30. </LinkedServerProject>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>Bin\Debug</OutputPath>
  37. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  38. <NoStdLib>true</NoStdLib>
  39. <NoConfig>true</NoConfig>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>Bin\Release</OutputPath>
  47. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System.ServiceModel.Web" />
  55. <Reference Include="System.Windows" />
  56. <Reference Include="mscorlib" />
  57. <Reference Include="system" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Net" />
  60. <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="System.Windows.Browser" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="App.xaml.cs">
  66. <DependentUpon>App.xaml</DependentUpon>
  67. </Compile>
  68. <Compile Include="MainPage.xaml.cs">
  69. <DependentUpon>MainPage.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <SubType>Designer</SubType>
  76. <Generator>MSBuild:MarkupCompilePass1</Generator>
  77. </ApplicationDefinition>
  78. <Page Include="MainPage.xaml">
  79. <SubType>Designer</SubType>
  80. <Generator>MSBuild:MarkupCompilePass1</Generator>
  81. </Page>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="Properties\AppManifest.xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="Properties\OutOfBrowserSettings.xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="ReadMe.txt" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. <ProjectExtensions>
  101. <VisualStudio>
  102. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  103. <SilverlightProjectProperties />
  104. </FlavorProperties>
  105. </VisualStudio>
  106. </ProjectExtensions>
  107. </Project>