|
56 | 56 | <Prefer32Bit>true</Prefer32Bit>
|
57 | 57 | </PropertyGroup>
|
58 | 58 | <ItemGroup>
|
| 59 | + <Reference Include="Bass.Net, Version=2.4.10.3, Culture=neutral, PublicKeyToken=b7566c273e6ef480, processorArchitecture=MSIL"> |
| 60 | + <HintPath>..\packages\TensorFlow-Deep-Music.1.0.3\lib\net461\Release\Bass.Net.dll</HintPath> |
| 61 | + <Private>True</Private> |
| 62 | + </Reference> |
| 63 | + <Reference Include="csharp-deep-learning-audio, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64"> |
| 64 | + <HintPath>..\packages\TensorFlow-Deep-Music.1.0.3\lib\net461\Release\csharp-deep-learning-audio.dll</HintPath> |
| 65 | + <Private>True</Private> |
| 66 | + </Reference> |
59 | 67 | <Reference Include="System" />
|
60 | 68 | <Reference Include="System.Core" />
|
61 | 69 | <Reference Include="System.Drawing" />
|
| 70 | + <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\TensorFlow-Deep-Music.1.0.3\lib\net461\Release\System.ValueTuple.dll</HintPath> |
| 72 | + <Private>True</Private> |
| 73 | + </Reference> |
62 | 74 | <Reference Include="System.Xml.Linq" />
|
63 | 75 | <Reference Include="System.Data.DataSetExtensions" />
|
64 | 76 | <Reference Include="Microsoft.CSharp" />
|
|
80 | 92 | <None Include="App.config" />
|
81 | 93 | <None Include="packages.config" />
|
82 | 94 | </ItemGroup>
|
83 |
| - <ItemGroup> |
84 |
| - <ProjectReference Include="..\csharp-deep-learning-audio\csharp-deep-learning-audio.csproj"> |
85 |
| - <Project>{463d7468-8b0d-49b7-9581-8a3e994066ea}</Project> |
86 |
| - <Name>csharp-deep-learning-audio</Name> |
87 |
| - </ProjectReference> |
88 |
| - </ItemGroup> |
89 | 95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
90 | 96 | <Import Project="..\packages\TensorFlowSharp.1.7.0\build\net45\TensorFlowSharp.targets" Condition="Exists('..\packages\TensorFlowSharp.1.7.0\build\net45\TensorFlowSharp.targets')" />
|
91 | 97 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments