PageRenderTime 46ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 1ms

/TimeSheetReporting/TimeSheetReporting/TimeSheetReporting.csproj

#
MSBuild | 135 lines | 135 code | 0 blank | 0 comment | 0 complexity | 9768b9671d52ffaf50d76f78e94c9d10 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>{CEEF58AE-5FDA-4FAA-BF2D-49F498310173}</ProjectGuid>
  8. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TimeSheetReporting</RootNamespace>
  12. <AssemblyName>TimeSheetReporting</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <SilverlightApplication>true</SilverlightApplication>
  15. <SupportedCultures>
  16. </SupportedCultures>
  17. <XapOutputs>true</XapOutputs>
  18. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  19. <XapFilename>TimeSheetReporting.xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <SilverlightAppEntry>TimeSheetReporting.App</SilverlightAppEntry>
  22. <TestPageFileName>TestPage.html</TestPageFileName>
  23. <CreateTestPage>true</CreateTestPage>
  24. <ValidateXaml>true</ValidateXaml>
  25. <EnableOutOfBrowser>false</EnableOutOfBrowser>
  26. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  27. <UsePlatformExtensions>false</UsePlatformExtensions>
  28. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  29. <LinkedServerProject>..\TimeSheetReporting.Web\TimeSheetReporting.Web.csproj</LinkedServerProject>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>Bin\Debug</OutputPath>
  36. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  37. <NoStdLib>true</NoStdLib>
  38. <NoConfig>true</NoConfig>
  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;SILVERLIGHT</DefineConstants>
  47. <NoStdLib>true</NoStdLib>
  48. <NoConfig>true</NoConfig>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System.ComponentModel.DataAnnotations, Version=2.0.5.0, Culture=neutral, PublicKeyToken=ddd0da4d3e678217, processorArchitecture=MSIL" />
  54. <Reference Include="System.Runtime.Serialization" />
  55. <Reference Include="System.ServiceModel" />
  56. <Reference Include="System.Windows" />
  57. <Reference Include="mscorlib" />
  58. <Reference Include="system" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Net" />
  61. <Reference Include="System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  62. <Reference Include="System.Windows.Ria, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="System.Windows.Browser" />
  65. <Reference Include="System.Windows.Controls" />
  66. <Reference Include="System.Windows.Controls.Navigation" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="App.xaml.cs">
  70. <DependentUpon>App.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="Helper\MemberListProvider.cs" />
  73. <Compile Include="Helper\ProjectListProvider.cs" />
  74. <Compile Include="Views\ErrorWindow.xaml.cs">
  75. <DependentUpon>ErrorWindow.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Views\About.xaml.cs">
  78. <DependentUpon>About.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="Views\Home.xaml.cs">
  81. <DependentUpon>Home.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="MainPage.xaml.cs">
  84. <DependentUpon>MainPage.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ApplicationDefinition Include="App.xaml">
  90. <Generator>MSBuild:MarkupCompilePass1</Generator>
  91. <SubType>Designer</SubType>
  92. </ApplicationDefinition>
  93. <Resource Include="Assets\Styles.xaml">
  94. <Generator>MSBuild:MarkupCompilePass1</Generator>
  95. <SubType>Designer</SubType>
  96. </Resource>
  97. <Page Include="Views\ErrorWindow.xaml">
  98. <SubType>Designer</SubType>
  99. <Generator>MSBuild:MarkupCompilePass1</Generator>
  100. </Page>
  101. <Page Include="Views\About.xaml">
  102. <SubType>Designer</SubType>
  103. <Generator>MSBuild:MarkupCompilePass1</Generator>
  104. </Page>
  105. <Page Include="Views\Home.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:MarkupCompilePass1</Generator>
  108. </Page>
  109. <Page Include="MainPage.xaml">
  110. <Generator>MSBuild:MarkupCompilePass1</Generator>
  111. <SubType>Designer</SubType>
  112. </Page>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="Properties\AppManifest.xml" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <WCFMetadata Include="Service References\" />
  119. </ItemGroup>
  120. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. <ProjectExtensions>
  129. <VisualStudio>
  130. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  131. <SilverlightProjectProperties />
  132. </FlavorProperties>
  133. </VisualStudio>
  134. </ProjectExtensions>
  135. </Project>