PageRenderTime 49ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/SkyDriveSimpleDumpUrls/SkyDriveSimpleDumpUrls.csproj

#
MSBuild | 101 lines | 94 code | 0 blank | 7 comment | 0 complexity | c3000be5b540d4eaf37eec0309dd4eea MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E19C287E-CE6E-46A0-8BA3-F9BF6D3D9ED3}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SkyDriveSimpleDumpUrls</RootNamespace>
  12. <AssemblyName>DumpUrls</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkSubset>
  16. </TargetFrameworkSubset>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="System" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Program.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <None Include="app.config" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  62. <Visible>False</Visible>
  63. <ProductName>.NET Framework Client Profile</ProductName>
  64. <Install>false</Install>
  65. </BootstrapperPackage>
  66. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  67. <Visible>False</Visible>
  68. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  69. <Install>true</Install>
  70. </BootstrapperPackage>
  71. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  72. <Visible>False</Visible>
  73. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  74. <Install>false</Install>
  75. </BootstrapperPackage>
  76. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  77. <Visible>False</Visible>
  78. <ProductName>.NET Framework 3.5</ProductName>
  79. <Install>false</Install>
  80. </BootstrapperPackage>
  81. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  82. <Visible>False</Visible>
  83. <ProductName>.NET Framework 3.5 SP1</ProductName>
  84. <Install>false</Install>
  85. </BootstrapperPackage>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\SkyDriveSimpleLibrary\SkyDriveSimpleLibrary.csproj">
  89. <Project>{A5DEBF48-5F22-4825-808E-4B4D0416374D}</Project>
  90. <Name>SkyDriveSimpleLibrary</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  95. Other similar extension points exist, see Microsoft.Common.targets.
  96. <Target Name="BeforeBuild">
  97. </Target>
  98. <Target Name="AfterBuild">
  99. </Target>
  100. -->
  101. </Project>