SHJX.Service.CustomControl.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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>{024D3E29-8574-4B90-AAB5-E176A1E3CD8B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>SHJX.Service.CustomControl</RootNamespace>
  10. <AssemblyName>SHJX.Service.CustomControl</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x64\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x64</PlatformTarget>
  46. <LangVersion>7.3</LangVersion>
  47. <ErrorReport>prompt</ErrorReport>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  50. <OutputPath>bin\x64\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x64</PlatformTarget>
  55. <LangVersion>7.3</LangVersion>
  56. <ErrorReport>prompt</ErrorReport>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="DynamicExpresso.Core">
  60. <HintPath>..\SHJX.Service.Resourece\Lib\DynamicExpresso.Core.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Expression.Controls">
  63. <HintPath>..\SHJX.Service.Resourece\Lib\Microsoft.Expression.Controls.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Expression.Drawing">
  66. <HintPath>..\SHJX.Service.Resourece\Lib\Microsoft.Expression.Drawing.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Expression.Effects">
  69. <HintPath>..\SHJX.Service.Resourece\Lib\Microsoft.Expression.Effects.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Expression.Interactions">
  72. <HintPath>..\SHJX.Service.Resourece\Lib\Microsoft.Expression.Interactions.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <EmbedInteropTypes>True</EmbedInteropTypes>
  77. <HintPath>..\SHJX.Service.Resourece\Lib\Microsoft.Office.Interop.Word.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Windows.Shell">
  80. <HintPath>..\SHJX.Service.Resourece\Lib\Microsoft.Windows.Shell.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Panuon.UI.Silver, Version=1.1.3.4, Culture=neutral, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Panuon.UI.Silver.1.1.3.4\lib\net45\Panuon.UI.Silver.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Xml" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Net.Http" />
  96. <Reference Include="System.Xaml">
  97. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="WindowsBase" />
  100. <Reference Include="PresentationCore" />
  101. <Reference Include="PresentationFramework" />
  102. <Reference Include="WindowsFormsIntegration" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="Dashboard\Implementation\Dashboard.cs" />
  106. <Compile Include="Heading\Implementation\Heading.cs" />
  107. <Compile Include="InputDialog.xaml.cs">
  108. <DependentUpon>InputDialog.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="NavigationPanel\Implementation\NavigationPanel.cs" />
  111. <Compile Include="OptionWindows.xaml.cs">
  112. <DependentUpon>OptionWindows.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="SegmentControl\Implementation\SegmentControl.cs" />
  115. <Compile Include="SegmentControl\Implementation\SegmentItem.cs" />
  116. <Compile Include="Utils\VisualHelper.cs" />
  117. <Page Include="Dashboard\Themes\Generic.xaml">
  118. <Generator>MSBuild:Compile</Generator>
  119. <SubType>Designer</SubType>
  120. </Page>
  121. <Page Include="GroupBox\Themes\Generic.xaml">
  122. <Generator>MSBuild:Compile</Generator>
  123. <SubType>Designer</SubType>
  124. </Page>
  125. <Page Include="Heading\Themes\Generic.xaml">
  126. <Generator>MSBuild:Compile</Generator>
  127. <SubType>Designer</SubType>
  128. </Page>
  129. <Compile Include="Common\ControlEnum.cs" />
  130. <Compile Include="Common\Converters\WordAngleConverter.cs" />
  131. <Compile Include="GroupBox\Implementation\ZGroupBox.cs" />
  132. <Page Include="InputDialog.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Page Include="NavigationPanel\Themes\Generic.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Page Include="OptionWindows.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. <Page Include="SegmentControl\Themes\Generic.xaml">
  145. <Generator>MSBuild:Compile</Generator>
  146. <SubType>Designer</SubType>
  147. </Page>
  148. <Page Include="Themes\Color.xaml">
  149. <Generator>MSBuild:Compile</Generator>
  150. <SubType>Designer</SubType>
  151. </Page>
  152. <Page Include="Themes\Generic.xaml">
  153. <Generator>MSBuild:Compile</Generator>
  154. <SubType>Designer</SubType>
  155. </Page>
  156. <Page Include="Themes\Theme.Dark.xaml">
  157. <Generator>MSBuild:Compile</Generator>
  158. <SubType>Designer</SubType>
  159. </Page>
  160. <Page Include="Themes\Theme.Light.xaml">
  161. <Generator>MSBuild:Compile</Generator>
  162. <SubType>Designer</SubType>
  163. </Page>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Compile Include="Properties\AssemblyInfo.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DesignTime>True</DesignTime>
  172. <DependentUpon>Resources.resx</DependentUpon>
  173. </Compile>
  174. <Compile Include="Properties\Settings.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Settings.settings</DependentUpon>
  177. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  178. </Compile>
  179. <EmbeddedResource Include="Properties\Resources.resx">
  180. <Generator>ResXFileCodeGenerator</Generator>
  181. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  182. </EmbeddedResource>
  183. <None Include="app.config" />
  184. <None Include="packages.config" />
  185. <None Include="Properties\Settings.settings">
  186. <Generator>SettingsSingleFileGenerator</Generator>
  187. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  188. </None>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\SHJX.Service.Model\SHJX.Service.Model.csproj">
  192. <Project>{1B70B432-A96D-4785-96A0-0BE6291EDE3D}</Project>
  193. <Name>SHJX.Service.Model</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\SHJX.Service.Resourece\SHJX.Service.Resource.csproj">
  196. <Project>{3514260b-8c00-429c-8978-0606b369f839}</Project>
  197. <Name>SHJX.Service.Resource</Name>
  198. </ProjectReference>
  199. </ItemGroup>
  200. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  201. </Project>