SL40.csproj 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <Project ToolsVersion="4.0" DefaultTargets="Build"
  2. xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
  3. xmlns:cs="urn:schemas-csharp-project:template">
  4. <PropertyGroup>
  5. <EnvironmentFlavor>SILVERLIGHT</EnvironmentFlavor>
  6. <EnvironmentTemplate>SL40</EnvironmentTemplate>
  7. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  8. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  9. <SilverlightApplication>false</SilverlightApplication>
  10. <ValidateXaml>false</ValidateXaml>
  11. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  12. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <OutputPath>bin\SL40\Debug</OutputPath>
  16. <IntermediateOutputPath>obj\SL40\Debug\</IntermediateOutputPath>
  17. <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  18. <NoConfig>true</NoConfig>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  21. <OutputPath>bin\SL40\Release</OutputPath>
  22. <IntermediateOutputPath>obj\SL40\Release\</IntermediateOutputPath>
  23. <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  24. <NoConfig>true</NoConfig>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <Reference Include="System.Core" />
  28. </ItemGroup>
  29. <!-- Preprocess include of silverlight testing -->
  30. <cs:Import Project="SLTest.targets" cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' " />
  31. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  32. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  33. Other similar extension points exist, see Microsoft.Common.targets.
  34. <Target Name="BeforeBuild">
  35. </Target>
  36. <Target Name="AfterBuild">
  37. </Target>
  38. -->
  39. <ProjectExtensions>
  40. <VisualStudio>
  41. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  42. <SilverlightProjectProperties>
  43. <StartAction>OfflineApplication</StartAction>
  44. </SilverlightProjectProperties>
  45. </FlavorProperties>
  46. </VisualStudio>
  47. </ProjectExtensions>
  48. </Project>