PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/UI Composition/ViewDiscovery/Desktop/UIComposition.Modules.Project/UIComposition.Modules.Project.Desktop.csproj

#
MSBuild | 117 lines | 117 code | 0 blank | 0 comment | 0 complexity | d6d5708d02c6b31633e176ed7d8f636e 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>{A7DC4C1C-BFE1-4820-A821-1B7E37E3E0D0}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>UIComposition.Modules.Project</RootNamespace>
  12. <AssemblyName>TopDownComposition.Modules.Project</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel></PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.Practices.ObjectBuilder2, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\..\..\..\LIB\Desktop\Unity\Microsoft.Practices.ObjectBuilder2.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\..\..\..\LIB\Desktop\Unity\Microsoft.Practices.Unity.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Xml.Linq">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.Data.DataSetExtensions">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="UIAutomationProvider">
  56. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="WindowsBase">
  59. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="PresentationCore">
  62. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="PresentationFramework">
  65. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="BusinessEntities\Project.cs" />
  70. <Compile Include="GlobalSuppressions.cs" />
  71. <Compile Include="ProjectModule.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs">
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Compile Include="Services\IProjectService.cs" />
  76. <Compile Include="Services\ProjectService.cs" />
  77. <Compile Include="Views\ProjectsListView\IProjectsListPresenter.cs" />
  78. <Compile Include="Views\ProjectsListView\IProjectsListView.cs" />
  79. <Compile Include="Views\ProjectsListView\ProjectsListPresentationModel.cs" />
  80. <Compile Include="Views\ProjectsListView\ProjectsListPresenter.cs" />
  81. <Compile Include="Views\ProjectsListView\ProjectsListView.xaml.cs">
  82. <DependentUpon>ProjectsListView.xaml</DependentUpon>
  83. </Compile>
  84. <AppDesigner Include="Properties\" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\..\..\..\..\CAL\Desktop\Composite.Presentation\Composite.Presentation.Desktop.csproj">
  88. <Project>{F807062D-6FC9-4FF0-A9F5-5F94653EDC4D}</Project>
  89. <Name>Composite.Presentation.Desktop</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\..\..\..\CAL\Desktop\Composite\Composite.Desktop.csproj">
  92. <Project>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</Project>
  93. <Name>Composite.Desktop</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\UIComposition.Infrastructure\UIComposition.Infrastructure.Desktop.csproj">
  96. <Project>{4511B435-FF23-484C-B5FE-9C4057F380C0}</Project>
  97. <Name>UIComposition.Infrastructure.Desktop</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Resource Include="Images\pastprojects.png" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Page Include="Views\ProjectsListView\ProjectsListView.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>