Oreo.FaultLog.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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.2.0\lib\net45\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="SQLite.CodeFirst, Version=1.5.0.21, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\SQLite.CodeFirst.1.5.0.21\lib\net45\SQLite.CodeFirst.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net451\System.Data.SQLite.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Data.SQLite.EF6, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.106.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Data.SQLite.EF6.Migrations, Version=1.0.104.0, Culture=neutral, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\System.Data.SQLite.EF6.Migrations.1.0.104\lib\System.Data.SQLite.EF6.Migrations.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Data.SQLite.Linq, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.106.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="DatabaseEngine\Configuration.cs" />
  76. <Compile Include="DatabaseEngine\Mapping.cs" />
  77. <Compile Include="DatabaseEngine\Muse.cs" />
  78. <Compile Include="DatabaseEngine\SuperDb.cs" />
  79. <Compile Include="Models\FaultLogs.cs" />
  80. <Compile Include="Partials\FaultLogInputPartial.cs">
  81. <SubType>UserControl</SubType>
  82. </Compile>
  83. <Compile Include="Partials\FaultLogInputPartial.Designer.cs">
  84. <DependentUpon>FaultLogInputPartial.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Partials\FaultLogModifyPartial.cs">
  87. <SubType>UserControl</SubType>
  88. </Compile>
  89. <Compile Include="Partials\FaultLogModifyPartial.Designer.cs">
  90. <DependentUpon>FaultLogModifyPartial.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Program.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="Views\MainForm.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="Views\MainForm.Designer.cs">
  98. <DependentUpon>MainForm.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Views\ModifyForm.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="Views\ModifyForm.Designer.cs">
  104. <DependentUpon>ModifyForm.cs</DependentUpon>
  105. </Compile>
  106. <EmbeddedResource Include="Partials\FaultLogInputPartial.resx">
  107. <DependentUpon>FaultLogInputPartial.cs</DependentUpon>
  108. </EmbeddedResource>
  109. <EmbeddedResource Include="Partials\FaultLogModifyPartial.resx">
  110. <DependentUpon>FaultLogModifyPartial.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="Properties\Resources.resx">
  113. <Generator>ResXFileCodeGenerator</Generator>
  114. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  115. <SubType>Designer</SubType>
  116. </EmbeddedResource>
  117. <Compile Include="Properties\Resources.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Resources.resx</DependentUpon>
  120. <DesignTime>True</DesignTime>
  121. </Compile>
  122. <EmbeddedResource Include="Views\MainForm.resx">
  123. <DependentUpon>MainForm.cs</DependentUpon>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="Views\ModifyForm.resx">
  126. <DependentUpon>ModifyForm.cs</DependentUpon>
  127. </EmbeddedResource>
  128. <None Include="App.config" />
  129. <None Include="packages.config" />
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\..\Fork.Net.Tools\Y.Skin\Y.Skin.csproj">
  142. <Project>{e9a97673-3e27-4a49-90bc-8806411a2f57}</Project>
  143. <Name>Y.Skin</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\Fork.Net.Tools\Y.Utils\Y.Utils.csproj">
  146. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  147. <Name>Y.Utils</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <Import Project="..\..\packages\System.Data.SQLite.Core.1.0.106.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.106.0\build\net451\System.Data.SQLite.Core.targets')" />
  152. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  153. <PropertyGroup>
  154. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  155. </PropertyGroup>
  156. <Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.106.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.106.0\build\net451\System.Data.SQLite.Core.targets'))" />
  157. </Target>
  158. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  159. Other similar extension points exist, see Microsoft.Common.targets.
  160. <Target Name="BeforeBuild">
  161. </Target>
  162. <Target Name="AfterBuild">
  163. </Target>
  164. -->
  165. </Project>