PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/TimeSheetReporting/TimeSheetReporting.Web/TimeSheetReporting.Web.csproj

#
MSBuild | 126 lines | 126 code | 0 blank | 0 comment | 0 complexity | 53fae473ef845b80cfdd0862de91064e MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{08AFD8AB-0BBC-4548-A224-7B165C255C13}</ProjectGuid>
  8. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TimeSheetReporting.Web</RootNamespace>
  12. <AssemblyName>TimeSheetReporting.Web</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplicationList>{CEEF58AE-5FDA-4FAA-BF2D-49F498310173}|..\TimeSheetReporting\TimeSheetReporting.csproj|ClientBin|False</SilverlightApplicationList>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.ComponentModel.DataAnnotations, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  36. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  37. </Reference>
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Core">
  40. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41. </Reference>
  42. <Reference Include="System.Data.DataSetExtensions">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Data.Entity">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Runtime.Serialization">
  49. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Web.DomainServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  53. <Reference Include="System.Web.DomainServices.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  54. <Reference Include="System.Web.Extensions">
  55. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="System.Web.Ria, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  58. <Reference Include="System.Xml.Linq">
  59. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Web" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="System.Configuration" />
  65. <Reference Include="System.Web.Services" />
  66. <Reference Include="System.EnterpriseServices" />
  67. <Reference Include="System.Web.Mobile" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Content Include="ClientBin\TimeSheetReporting.xap" />
  71. <Content Include="Silverlight.js" />
  72. <Content Include="Default.aspx">
  73. <SubType>ASPXCodeBehind</SubType>
  74. </Content>
  75. <Content Include="Default.html" />
  76. <Content Include="Web.config" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Model\Member.Shared.cs" />
  80. <Compile Include="Model\Model.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>Model.edmx</DependentUpon>
  84. </Compile>
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="Service\TimeSheetService.cs" />
  87. <Compile Include="Service\TimeSheetService.metadata.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <EntityDeploy Include="Model\Model.edmx">
  91. <Generator>EntityModelCodeGenerator</Generator>
  92. <LastGenOutput>Model.Designer.cs</LastGenOutput>
  93. </EntityDeploy>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Folder Include="App_Data\" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  99. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
  100. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  101. Other similar extension points exist, see Microsoft.Common.targets.
  102. <Target Name="BeforeBuild">
  103. </Target>
  104. <Target Name="AfterBuild">
  105. </Target>
  106. -->
  107. <ProjectExtensions>
  108. <VisualStudio>
  109. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  110. <WebProjectProperties>
  111. <UseIIS>False</UseIIS>
  112. <AutoAssignPort>True</AutoAssignPort>
  113. <DevelopmentServerPort>1223</DevelopmentServerPort>
  114. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  115. <IISUrl>
  116. </IISUrl>
  117. <NTLMAuthentication>False</NTLMAuthentication>
  118. <UseCustomServer>False</UseCustomServer>
  119. <CustomServerUrl>
  120. </CustomServerUrl>
  121. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  122. </WebProjectProperties>
  123. </FlavorProperties>
  124. </VisualStudio>
  125. </ProjectExtensions>
  126. </Project>