numbersystem.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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>{64379BA7-F7D5-4318-A174-21F1BF9FF92E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>numbersystem</RootNamespace>
  10. <AssemblyName>numbersystem</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. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  44. </Reference>
  45. <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  46. <HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
  47. </Reference>
  48. <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  49. <HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.ComponentModel.DataAnnotations" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Runtime.Serialization" />
  55. <Reference Include="System.Security" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xaml">
  63. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="PresentationFramework" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ApplicationDefinition Include="App.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </ApplicationDefinition>
  74. <Page Include="MainWindow.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </Page>
  78. <Compile Include="App.xaml.cs">
  79. <DependentUpon>App.xaml</DependentUpon>
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="history.cs">
  83. <DependentUpon>Model1.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="MainWindow.xaml.cs">
  86. <DependentUpon>MainWindow.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Model1.Context.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Model1.Context.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="Model1.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>Model1.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Model1.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DesignTime>True</DesignTime>
  104. <DependentUpon>Model1.edmx</DependentUpon>
  105. </Compile>
  106. <Compile Include="Properties\AssemblyInfo.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DesignTime>True</DesignTime>
  112. <DependentUpon>Resources.resx</DependentUpon>
  113. </Compile>
  114. <Compile Include="Properties\Settings.Designer.cs">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Settings.settings</DependentUpon>
  117. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  118. </Compile>
  119. <EmbeddedResource Include="Properties\Resources.resx">
  120. <Generator>ResXFileCodeGenerator</Generator>
  121. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  122. </EmbeddedResource>
  123. <Resource Include="Fonts\Montserrat-Light.ttf" />
  124. <EntityDeploy Include="Model1.edmx">
  125. <Generator>EntityModelCodeGenerator</Generator>
  126. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  127. </EntityDeploy>
  128. <None Include="Model1.edmx.diagram">
  129. <DependentUpon>Model1.edmx</DependentUpon>
  130. </None>
  131. <None Include="packages.config" />
  132. <None Include="Properties\Settings.settings">
  133. <Generator>SettingsSingleFileGenerator</Generator>
  134. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  135. </None>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="App.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Resource Include="icon.png" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="Model1.Context.tt">
  145. <Generator>TextTemplatingFileGenerator</Generator>
  146. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  147. <DependentUpon>Model1.edmx</DependentUpon>
  148. </Content>
  149. <Content Include="Model1.tt">
  150. <Generator>TextTemplatingFileGenerator</Generator>
  151. <DependentUpon>Model1.edmx</DependentUpon>
  152. <LastGenOutput>Model1.cs</LastGenOutput>
  153. </Content>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  157. </ItemGroup>
  158. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  159. </Project>