You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Tensorflow.Keras.UnitTest.csproj 3.7 kB

2 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. <Platforms>AnyCPU;x64</Platforms>
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  8. <DefineConstants>DEBUG;TRACE</DefineConstants>
  9. <PlatformTarget>x64</PlatformTarget>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
  13. <PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
  14. <PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
  15. <PackageReference Include="coverlet.collector" Version="3.2.0">
  16. <PrivateAssets>all</PrivateAssets>
  17. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  18. </PackageReference>
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\..\src\TensorFlowNET.Keras\Tensorflow.Keras.csproj" />
  22. <ProjectReference Include="..\..\tools\Tensorflow.UnitTest.RedistHolder\Tensorflow.UnitTest.RedistHolder.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <None Update="Assets\simple_model_from_auto_compile\fingerprint.pb">
  26. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  27. </None>
  28. <None Update="Assets\simple_model_from_auto_compile\keras_metadata.pb">
  29. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  30. </None>
  31. <None Update="Assets\simple_model_from_auto_compile\saved_model.pb">
  32. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  33. </None>
  34. <None Update="Assets\simple_model_from_auto_compile\variables\variables.data-00000-of-00001">
  35. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  36. </None>
  37. <None Update="Assets\simple_model_from_auto_compile\variables\variables.index">
  38. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  39. </None>
  40. <None Update="Assets\simple_model_from_auto_compile\kernel1.npy">
  41. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  42. </None>
  43. <None Update="Assets\simple_model_from_auto_compile\bias0.npy">
  44. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  45. </None>
  46. <None Update="Assets\python_func_model\fingerprint.pb">
  47. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  48. </None>
  49. <None Update="Assets\python_func_model\keras_metadata.pb">
  50. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  51. </None>
  52. <None Update="Assets\python_func_model\saved_model.pb">
  53. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  54. </None>
  55. <None Update="Assets\python_func_model\variables\variables.data-00000-of-00001">
  56. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  57. </None>
  58. <None Update="Assets\python_func_model\variables\variables.index">
  59. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  60. </None>
  61. <None Update="Assets\lstm_from_sequential\fingerprint.pb">
  62. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  63. </None>
  64. <None Update="Assets\lstm_from_sequential\keras_metadata.pb">
  65. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  66. </None>
  67. <None Update="Assets\lstm_from_sequential\saved_model.pb">
  68. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  69. </None>
  70. <None Update="Assets\lstm_from_sequential\variables\variables.data-00000-of-00001">
  71. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  72. </None>
  73. <None Update="Assets\lstm_from_sequential\variables\variables.index">
  74. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  75. </None>
  76. </ItemGroup>
  77. </Project>