Libraries.csproj 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{33915750-A749-4D9D-A5E9-E1B01773D724}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Libraries</RootNamespace>
  12. <AssemblyName>Libraries</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <PlatformTarget>x86</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Content Include="WP7_Toolkit\Microsoft.Phone.Controls.Toolkit.Design.dll" />
  42. <Content Include="WP7_Toolkit\Microsoft.Phone.Controls.Toolkit.dll" />
  43. <Content Include="WP7_Toolkit\Microsoft.Phone.Controls.Toolkit.pdb" />
  44. <Content Include="WP7_Toolkit\Microsoft.Phone.Controls.Toolkit.xml" />
  45. <Content Include="WPF_Interactivity\System.Windows.Interactivity.dll" />
  46. <Content Include="WPF_Interactivity\System.Windows.Interactivity.xml" />
  47. </ItemGroup>
  48. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  49. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  50. Other similar extension points exist, see Microsoft.Common.targets.
  51. <Target Name="BeforeBuild">
  52. </Target>
  53. <Target Name="AfterBuild">
  54. </Target>
  55. -->
  56. </Project>