Login.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7CC7BF9C-13BE-470E-BC35-6A1944767899}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Module.Login</RootNamespace>
  12. <AssemblyName>Module.Login</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="AsyncCtpLibrary">
  38. <HintPath>..\..\Packages\AsynCtp\AsyncCtpLibrary.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.Practices.Prism">
  41. <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  44. <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  47. <HintPath>..\..\Packages\Prism.MEFExtensions.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.ServiceLocation">
  50. <HintPath>..\..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NLog">
  53. <HintPath>..\..\Packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.Composition" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Xaml">
  64. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="PresentationCore" />
  68. <Reference Include="PresentationFramework" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Page Include="LoginView.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </Page>
  75. <Compile Include="LoginModule.cs" />
  76. <Compile Include="LoginView.xaml.cs">
  77. <DependentUpon>LoginView.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="LoginViewModel.cs" />
  83. <AppDesigner Include="Properties\" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Folder Include="Properties\" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  90. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  91. <Name>Infrastructure</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="Packages.config" />
  96. </ItemGroup>
  97. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  98. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  99. Other similar extension points exist, see Microsoft.Common.targets.
  100. <Target Name="BeforeBuild">
  101. </Target>
  102. <Target Name="AfterBuild">
  103. </Target>
  104. -->
  105. </Project>