SL30.csproj 2.2 KB

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