Oreo.FaultLog.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{90C5C3EC-FE0F-46CA-9388-17E9C8AD7B6C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Oreo.FaultLog</RootNamespace>
  11. <AssemblyName>Oreo.FaultLog</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  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. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="SQLite.CodeFirst, Version=1.3.1.18, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\SQLite.CodeFirst.1.3.1.18\lib\net40\SQLite.CodeFirst.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.ComponentModel.DataAnnotations" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System.Data.SQLite.EF6, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.105.2\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System.Data.SQLite.EF6.Migrations, Version=1.0.104.0, Culture=neutral, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\System.Data.SQLite.EF6.Migrations.1.0.104\lib\System.Data.SQLite.EF6.Migrations.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="System.Data.SQLite.Linq, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  68. <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.105.2\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Deployment" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Windows.Forms" />
  78. <Reference Include="System.Xml" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="DatabaseEngine\Configuration.cs" />
  82. <Compile Include="DatabaseEngine\Mapping.cs" />
  83. <Compile Include="DatabaseEngine\Muse.cs" />
  84. <Compile Include="DatabaseEngine\SuperDb.cs" />
  85. <Compile Include="Models\FaultLogs.cs" />
  86. <Compile Include="Partials\FaultLogInputPartial.cs">
  87. <SubType>UserControl</SubType>
  88. </Compile>
  89. <Compile Include="Partials\FaultLogInputPartial.Designer.cs">
  90. <DependentUpon>FaultLogInputPartial.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Partials\FaultLogModifyPartial.cs">
  93. <SubType>UserControl</SubType>
  94. </Compile>
  95. <Compile Include="Partials\FaultLogModifyPartial.Designer.cs">
  96. <DependentUpon>FaultLogModifyPartial.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Program.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="Views\MainForm.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="Views\MainForm.Designer.cs">
  104. <DependentUpon>MainForm.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Views\ModifyForm.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="Views\ModifyForm.Designer.cs">
  110. <DependentUpon>ModifyForm.cs</DependentUpon>
  111. </Compile>
  112. <EmbeddedResource Include="Partials\FaultLogInputPartial.resx">
  113. <DependentUpon>FaultLogInputPartial.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Partials\FaultLogModifyPartial.resx">
  116. <DependentUpon>FaultLogModifyPartial.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="Properties\Resources.resx">
  119. <Generator>ResXFileCodeGenerator</Generator>
  120. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  121. <SubType>Designer</SubType>
  122. </EmbeddedResource>
  123. <Compile Include="Properties\Resources.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Resources.resx</DependentUpon>
  126. <DesignTime>True</DesignTime>
  127. </Compile>
  128. <EmbeddedResource Include="Views\MainForm.resx">
  129. <DependentUpon>MainForm.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="Views\ModifyForm.resx">
  132. <DependentUpon>ModifyForm.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <None Include="App.config" />
  135. <None Include="packages.config" />
  136. <None Include="Properties\Settings.settings">
  137. <Generator>SettingsSingleFileGenerator</Generator>
  138. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  139. </None>
  140. <Compile Include="Properties\Settings.Designer.cs">
  141. <AutoGen>True</AutoGen>
  142. <DependentUpon>Settings.settings</DependentUpon>
  143. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  144. </Compile>
  145. </ItemGroup>
  146. <ItemGroup />
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <Import Project="..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" />
  149. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  150. <PropertyGroup>
  151. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  152. </PropertyGroup>
  153. <Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets'))" />
  154. </Target>
  155. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  156. Other similar extension points exist, see Microsoft.Common.targets.
  157. <Target Name="BeforeBuild">
  158. </Target>
  159. <Target Name="AfterBuild">
  160. </Target>
  161. -->
  162. </Project>