SL20.csproj 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <Project ToolsVersion="3.5" 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>SL20</EnvironmentTemplate>
  7. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  8. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  9. <SilverlightApplication>false</SilverlightApplication>
  10. <ValidateXaml>false</ValidateXaml>
  11. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <OutputPath>bin\SL20\Debug</OutputPath>
  15. <IntermediateOutputPath>obj\SL20\Debug\</IntermediateOutputPath>
  16. <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST;NOEXTENSIONS</DefineConstants>
  17. <NoConfig>true</NoConfig>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  20. <OutputPath>bin\SL20\Release</OutputPath>
  21. <IntermediateOutputPath>obj\SL20\Release\</IntermediateOutputPath>
  22. <DefineConstants>$(DefineConstants);NOSERIALIZABLE;NOSORTEDLIST;NOEXTENSIONS</DefineConstants>
  23. <NoConfig>true</NoConfig>
  24. </PropertyGroup>
  25. <!-- Preprocess include of silverlight testing -->
  26. <cs:Import Project="SLTest.targets" cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' " />
  27. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" />
  28. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  29. Other similar extension points exist, see Microsoft.Common.targets.
  30. <Target Name="BeforeBuild">
  31. </Target>
  32. <Target Name="AfterBuild">
  33. </Target>
  34. -->
  35. <ProjectExtensions>
  36. <VisualStudio>
  37. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  38. <SilverlightProjectProperties>
  39. <StartAction>OfflineApplication</StartAction>
  40. </SilverlightProjectProperties>
  41. </FlavorProperties>
  42. </VisualStudio>
  43. </ProjectExtensions>
  44. </Project>