Login.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5AA48F9A-455D-4CD8-A605-A3AC38283E60}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Login</RootNamespace>
  11. <AssemblyName>Login</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  17. <RestorePackages>true</RestorePackages>
  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="Microsoft.Practices.Prism.Composition">
  38. <HintPath>..\..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Practices.Prism.Mvvm">
  49. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
  52. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
  55. <HintPath>..\..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
  58. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="Microsoft.Practices.ServiceLocation">
  62. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.ComponentModel.Composition" />
  67. <Reference Include="System.ComponentModel.DataAnnotations" />
  68. <Reference Include="System.Configuration" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="WindowsBase" />
  75. <Reference Include="PresentationCore" />
  76. <Reference Include="PresentationFramework" />
  77. <Reference Include="Xceed.Wpf.AvalonDock, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
  92. <Private>True</Private>
  93. </Reference>
  94. <Reference Include="Xceed.Wpf.DataGrid, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Xceed.Wpf.Toolkit">
  99. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="LoginViewModel.cs" />
  104. <Page Include="LoginView.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. <Compile Include="LoginModule.cs" />
  109. <Compile Include="LoginView.xaml.cs">
  110. <DependentUpon>LoginView.xaml</DependentUpon>
  111. <SubType>Code</SubType>
  112. </Compile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <AppDesigner Include="Properties\" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Folder Include="Properties\" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="app.config" />
  122. <None Include="Packages.config" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\..\..\Platform\Logger\Logger.csproj">
  126. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  127. <Name>Logger</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\BossBase\BossBase.csproj">
  130. <Project>{999910D3-4E7D-45B1-BD2C-47289CD4D1AB}</Project>
  131. <Name>BossBase</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  134. <Project>{8650195A-7904-4EBC-9D81-B392A7E9B9B3}</Project>
  135. <Name>BossClient</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  138. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  139. <Name>Infrastructure</Name>
  140. </ProjectReference>
  141. </ItemGroup>
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  143. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  144. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  145. Other similar extension points exist, see Microsoft.Common.targets.
  146. <Target Name="BeforeBuild">
  147. </Target>
  148. <Target Name="AfterBuild">
  149. </Target>
  150. -->
  151. </Project>