OHV.Module.ListViews.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{0043B4EC-A651-401C-9845-57A7C7576E28}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OHV.Module.ListViews</RootNamespace>
  11. <AssemblyName>OHV.Module.ListViews</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  37. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  38. </Reference>
  39. <Reference Include="FluentResults">
  40. <HintPath>..\Assambly\FluentResults.dll</HintPath>
  41. </Reference>
  42. <Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
  44. </Reference>
  45. <Reference Include="MaterialDesignThemes.Wpf, Version=3.0.1.920, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  47. </Reference>
  48. <Reference Include="PresentationCore" />
  49. <Reference Include="PresentationFramework" />
  50. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Xaml" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="WindowsBase" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="ListViewController.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="PubSubEvents\ListSelectionChange.cs" />
  78. <Compile Include="SubViews\VehicleCommandDeleteView.xaml.cs">
  79. <DependentUpon>VehicleCommandDeleteView.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="SubViews\VehicleCommandDeleteViewModel.cs">
  82. <DependentUpon>VehicleCommandDeleteView.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="SubViews\VehicleCommandInsertView.xaml.cs">
  85. <DependentUpon>VehicleCommandInsertView.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="SubViews\VehicleCommandInsertViewModel.cs">
  88. <DependentUpon>VehicleCommandInsertView.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="Views\CommandListView.xaml.cs">
  91. <DependentUpon>CommandListView.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Views\CommandListViewModel.cs">
  94. <DependentUpon>CommandListView.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Views\SubCommandListView.xaml.cs">
  97. <DependentUpon>SubCommandListView.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Views\SubCommandListViewModel.cs">
  100. <DependentUpon>SubCommandListView.xaml</DependentUpon>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Page Include="SubViews\VehicleCommandDeleteView.xaml">
  105. <SubType>Designer</SubType>
  106. <Generator>MSBuild:Compile</Generator>
  107. </Page>
  108. <Page Include="SubViews\VehicleCommandInsertView.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. <Page Include="Views\CommandListView.xaml">
  113. <SubType>Designer</SubType>
  114. <Generator>MSBuild:Compile</Generator>
  115. </Page>
  116. <Page Include="Views\SubCommandListView.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  123. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  124. <Name>OHV.Common</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\OHV.Module.Interactivity\OHV.Module.Interactivity.csproj">
  127. <Project>{d6402d97-2206-4d55-8097-8da9a01568cb}</Project>
  128. <Name>OHV.Module.Interactivity</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\OHV.SqliteDAL\OHV.SqliteDAL.csproj">
  131. <Project>{122d81c8-9ab9-4ced-80d2-9c4f2f9deb4c}</Project>
  132. <Name>OHV.SqliteDAL</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="packages.config" />
  137. </ItemGroup>
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. <Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
  140. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  141. <PropertyGroup>
  142. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  143. </PropertyGroup>
  144. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets'))" />
  145. </Target>
  146. </Project>