PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_2_0/Src/Microsoft.Scripting.Silverlight/Microsoft.Scripting.Silverlight.csproj

#
MSBuild | 113 lines | 105 code | 1 blank | 7 comment | 0 complexity | 51be06d96d23e467e89118d39422b90c MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <Import Condition=" '$(BuildingTraversal)' == 'true' " Project="..\..\..\silverlight.settings.targets" />
  3. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DelaySigned Silverlight Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\..\Bin\DelaySigned Silverlight Release\</OutputPath> <DefineConstants>TRACE;SILVERLIGHT</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <NoStdLib>true</NoStdLib> <PlatformTarget>AnyCPU</PlatformTarget> <SilverlightBuild>true</SilverlightBuild> <SilverlightSdkPath>$(ProgramFiles)\Microsoft Silverlight\2.0.31005.0</SilverlightSdkPath> <SignAssembly>true</SignAssembly> <AssemblyOriginatorKeyFile>..\SilverlightKey.snk</AssemblyOriginatorKeyFile> <DelaySign>true</DelaySign> </PropertyGroup>
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.21022</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{C86A7A7B-3086-4136-9B56-17E8DCB38C8D}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Microsoft.Scripting.Silverlight</RootNamespace>
  13. <AssemblyName>Microsoft.Scripting.Silverlight</AssemblyName>
  14. <OldToolsVersion>2.0</OldToolsVersion>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\..\Bin\Silverlight Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <NoStdLib>true</NoStdLib>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <SilverlightBuild>true</SilverlightBuild>
  27. <SilverlightSdkPath>$(ProgramFiles)\Microsoft Silverlight\2.0.31005.0</SilverlightSdkPath>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight Release|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\Bin\Silverlight Release\</OutputPath>
  34. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <NoStdLib>true</NoStdLib>
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <SilverlightBuild>true</SilverlightBuild>
  40. <SilverlightSdkPath>$(ProgramFiles)\Microsoft Silverlight\2.0.31005.0</SilverlightSdkPath>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj">
  44. <Project>{2AE75F5A-CD1F-4925-9647-AF4D1C282FB4}</Project>
  45. <Name>Microsoft.Scripting.Core</Name>
  46. <Private>False</Private>
  47. </ProjectReference>
  48. <ProjectReference Include="..\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj">
  49. <Project>{8B0F1074-750E-4D64-BF23-A1E0F54261E5}</Project>
  50. <Name>Microsoft.Scripting.ExtensionAttribute</Name>
  51. </ProjectReference>
  52. <ProjectReference Include="..\Microsoft.Scripting\Microsoft.Scripting.csproj">
  53. <Project>{EB66B766-6354-4208-A3D4-AACBDCB5C3B3}</Project>
  54. <Name>Microsoft.Scripting</Name>
  55. </ProjectReference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Reference Include="mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=x86">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>$(SilverlightSdkPath)\mscorlib.dll</HintPath>
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=x86">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>$(SilverlightSdkPath)\System.dll</HintPath>
  66. <Private>False</Private>
  67. </Reference>
  68. <Reference Include="System.Windows.Browser, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>$(SilverlightSdkPath)\System.Windows.Browser.dll</HintPath>
  71. <Private>False</Private>
  72. </Reference>
  73. <Reference Include="System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>$(SilverlightSdkPath)\System.Windows.dll</HintPath>
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>$(SilverlightSdkPath)\System.Xml.dll</HintPath>
  81. <Private>False</Private>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="..\SilverlightVersion.cs">
  88. <Link>Properties\SilverlightVersion.cs</Link>
  89. </Compile>
  90. <Compile Include="BrowserPAL.cs" />
  91. <Compile Include="BrowserScriptHost.cs" />
  92. <Compile Include="Configuration.cs" />
  93. <Compile Include="DynamicApplication.cs" />
  94. <Compile Include="ErrorFormatter.cs" />
  95. <Compile Include="ExtensionTypes.cs" />
  96. <Compile Include="Package.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. </ItemGroup>
  99. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" Condition=" '$(SilverlightTreeBuild)' != 'true' " />
  100. <Import Project="..\..\..\silverlight.build.targets" Condition=" '$(SilverlightTreeBuild)' == 'true' " />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. <PropertyGroup>
  109. <PostBuildEvent>
  110. </PostBuildEvent>
  111. </PropertyGroup>
  112. </Project>