PageRenderTime 24ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/WPF Dialogs for .Net 3.5/WPF Dialogs for .Net 3.5/WPF Dialogs for .Net 3.5.csproj

#
MSBuild | 112 lines | 105 code | 0 blank | 7 comment | 1 complexity | ebad7cb0bc145511d7b7b0687121f1c3 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>{79FC24BF-465D-45D5-97BA-566F68E71977}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>WPF_Dialogs</RootNamespace>
  12. <AssemblyName>WPF Dialogs for .Net 3.5</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</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\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="PresentationCore">
  35. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  36. </Reference>
  37. <Reference Include="PresentationFramework">
  38. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core">
  42. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="System.Xml.Linq">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Data.DataSetExtensions">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="WindowsBase">
  53. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Custom Controls\DialogButton.xaml.cs">
  58. <DependentUpon>DialogButton.xaml</DependentUpon>
  59. </Compile>
  60. <Compile Include="Dialogs\DeleteDialog.xaml.cs">
  61. <DependentUpon>DeleteDialog.xaml</DependentUpon>
  62. </Compile>
  63. <Compile Include="Dialogs\FolderBrowseDialog.xaml.cs">
  64. <DependentUpon>FolderBrowseDialog.xaml</DependentUpon>
  65. </Compile>
  66. <Compile Include="Dialogs\NewFolderDialog.xaml.cs">
  67. <DependentUpon>NewFolderDialog.xaml</DependentUpon>
  68. </Compile>
  69. <Compile Include="Dialogs\RenamerDialog.xaml.cs">
  70. <DependentUpon>RenamerDialog.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="Dialogs\SaveDialog.xaml.cs">
  73. <DependentUpon>SaveDialog.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="IDialog.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Page Include="Custom Controls\DialogButton.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </Page>
  83. <Page Include="Dialogs\DeleteDialog.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. <Page Include="Dialogs\FolderBrowseDialog.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </Page>
  91. <Page Include="Dialogs\NewFolderDialog.xaml">
  92. <Generator>MSBuild:Compile</Generator>
  93. <SubType>Designer</SubType>
  94. </Page>
  95. <Page Include="Dialogs\RenamerDialog.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </Page>
  99. <Page Include="Dialogs\SaveDialog.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </Page>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>