PageRenderTime 47ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/Modularity/DirectoryLookupModularity/ModuleB/ModuleB.csproj

#
MSBuild | 107 lines | 107 code | 0 blank | 0 comment | 0 complexity | 021009d043edc35ce79125ccaa981ac1 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>{6E036092-135D-4B30-8CEF-78A08933EFA2}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ModuleB</RootNamespace>
  12. <AssemblyName>ModuleB</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="System" />
  36. <Reference Include="System.configuration" />
  37. <Reference Include="System.Core">
  38. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System.Xml.Linq">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Data.DataSetExtensions">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="WindowsBase" />
  49. <Reference Include="PresentationCore" />
  50. <Reference Include="PresentationFramework" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Page Include="DefaultViewB.xaml">
  54. <Generator>MSBuild:Compile</Generator>
  55. <SubType>Designer</SubType>
  56. </Page>
  57. <Compile Include="DefaultViewB.xaml.cs">
  58. <DependentUpon>DefaultViewB.xaml</DependentUpon>
  59. <SubType>Code</SubType>
  60. </Compile>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="GlobalSuppressions.cs" />
  64. <Compile Include="ModuleB.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs">
  66. <SubType>Code</SubType>
  67. </Compile>
  68. <Compile Include="Properties\Resources.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>Resources.resx</DependentUpon>
  72. </Compile>
  73. <Compile Include="Properties\Settings.Designer.cs">
  74. <AutoGen>True</AutoGen>
  75. <DependentUpon>Settings.settings</DependentUpon>
  76. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  77. </Compile>
  78. <EmbeddedResource Include="Properties\Resources.resx">
  79. <Generator>ResXFileCodeGenerator</Generator>
  80. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  81. <SubType>Designer</SubType>
  82. </EmbeddedResource>
  83. <None Include="Properties\Settings.settings">
  84. <Generator>SettingsSingleFileGenerator</Generator>
  85. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  86. </None>
  87. <AppDesigner Include="Properties\" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\..\..\..\CAL\Desktop\Composite\Composite.Desktop.csproj">
  91. <Project>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</Project>
  92. <Name>Composite</Name>
  93. <Private>False</Private>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. <PropertyGroup>
  105. <PostBuildEvent>xcopy "$(TargetDir)*.*" "$(SolutionDir)DirectoryLookupModularity\bin\$(ConfigurationName)\Modules\" /Y</PostBuildEvent>
  106. </PropertyGroup>
  107. </Project>