Wp8.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{470362D5-90CB-4703-9ECB-9A7970A0F1B5}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Wp8</RootNamespace>
  13. <AssemblyName>Wp8</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>false</SilverlightApplication>
  18. <ValidateXaml>true</ValidateXaml>
  19. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  20. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>Bin\Debug</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  28. <NoStdLib>true</NoStdLib>
  29. <NoConfig>true</NoConfig>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>Bin\Release</OutputPath>
  37. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  38. <NoStdLib>true</NoStdLib>
  39. <NoConfig>true</NoConfig>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>Bin\x86\Debug</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  49. <NoStdLib>true</NoStdLib>
  50. <NoConfig>true</NoConfig>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>Bin\x86\Release</OutputPath>
  58. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  65. <DebugSymbols>true</DebugSymbols>
  66. <DebugType>full</DebugType>
  67. <Optimize>false</Optimize>
  68. <OutputPath>Bin\ARM\Debug</OutputPath>
  69. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  70. <NoStdLib>true</NoStdLib>
  71. <NoConfig>true</NoConfig>
  72. <ErrorReport>prompt</ErrorReport>
  73. <WarningLevel>4</WarningLevel>
  74. </PropertyGroup>
  75. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  76. <DebugType>pdbonly</DebugType>
  77. <Optimize>true</Optimize>
  78. <OutputPath>Bin\ARM\Release</OutputPath>
  79. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  80. <NoStdLib>true</NoStdLib>
  81. <NoConfig>true</NoConfig>
  82. <ErrorReport>prompt</ErrorReport>
  83. <WarningLevel>4</WarningLevel>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Compile Include="Class1.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  90. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  91. <ProjectExtensions />
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>