Tree.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Modules.Tree</RootNamespace>
  12. <AssemblyName>Tree</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Utf8Output>true</Utf8Output>
  16. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\CSharp\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\..\..\Bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\..\..\Bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.Practices.Prism.Composition">
  42. <HintPath>..\..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  46. <HintPath>..\..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  50. <HintPath>..\..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.Prism.Mvvm">
  54. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
  58. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
  62. <HintPath>..\..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
  66. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. <Reference Include="System" />
  77. <Reference Include="System.ComponentModel.Composition" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Runtime.Serialization" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Xaml" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="WindowsBase" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="IEventNotifyView.cs" />
  89. <Compile Include="SelectNodeChangeEvent.cs" />
  90. <Compile Include="TreeInfoViewModel.cs" />
  91. <Compile Include="AllTreeViewModel.cs" />
  92. <Compile Include="OneTreeData.cs" />
  93. <Compile Include="TreeLayout.cs" />
  94. <Compile Include="NodeDataEditorViewModel.cs" />
  95. <Compile Include="TreeView.xaml.cs">
  96. <DependentUpon>TreeView.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="TreeViewModel.cs" />
  99. <Compile Include="TreeModule.cs" />
  100. <Compile Include="AllTreeView.xaml.cs">
  101. <DependentUpon>AllTreeView.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="FolderVisiableConverter.cs" />
  104. <Compile Include="NodeTypeToStringConverter.cs" />
  105. <Compile Include="NodeTypeColorConverter.cs" />
  106. <Compile Include="ListToStringConverter.cs" />
  107. <Compile Include="NodeDataEditor.xaml.cs">
  108. <DependentUpon>NodeDataEditor.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="NodeType.cs" />
  111. <Compile Include="TreeNodeData.cs" />
  112. <Compile Include="AllTreeData.cs" />
  113. <Compile Include="TreeNodeViewModel.cs" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Folder Include="Properties\" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="app.config" />
  120. <None Include="Packages.config" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Page Include="AllTreeView.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Page>
  127. <Page Include="NodeDataEditor.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="TreeView.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  138. <Project>{24233CD5-A5DF-484B-A482-B79CB7A0D9CB}</Project>
  139. <Name>Helper</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\..\Platform\Logger\Logger.csproj">
  142. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  143. <Name>Logger</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  146. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  147. <Name>Infrastructure</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <PropertyGroup>
  152. <PreBuildEvent>
  153. </PreBuildEvent>
  154. </PropertyGroup>
  155. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  156. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  157. Other similar extension points exist, see Microsoft.Common.targets.
  158. <Target Name="BeforeBuild">
  159. </Target>
  160. <Target Name="AfterBuild">
  161. </Target>
  162. -->
  163. </Project>