aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-24 21:01:42 -0400
committerMichael <[email protected]>2017-04-24 21:01:42 -0400
commitd4316e75fc876ec7ceac3f1a9362ef7b36ca40cf (patch)
tree94d937d8b695085f521d6a75991ef356cac0f59e /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent7c070a8213fc59f289385d82b60c3a49c02e03a9 (diff)
downloadshiftos_thereturn-d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf.tar.gz
shiftos_thereturn-d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf.tar.bz2
shiftos_thereturn-d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf.zip
Audio Player work.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj26
1 files changed, 26 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index a8d1aaa..dac803d 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -38,6 +38,10 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
+ <Reference Include="NAudio, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\NAudio.1.8.0\lib\net35\NAudio.dll</HintPath>
+ <Private>True</Private>
+ </Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
@@ -374,6 +378,9 @@
<EmbeddedResource Include="Applications\Artpad.resx">
<DependentUpon>Artpad.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\AudioPlayer.resx">
+ <DependentUpon>AudioPlayer.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Applications\Calculator.resx">
<DependentUpon>Calculator.cs</DependentUpon>
</EmbeddedResource>
@@ -746,6 +753,25 @@
<None Include="Resources\secretlang.txt" />
<None Include="Resources\strings_ver.txt" />
</ItemGroup>
+ <ItemGroup>
+ <COMReference Include="AxWMPLib">
+ <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
+ <VersionMajor>1</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>aximp</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ <COMReference Include="WMPLib">
+ <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
+ <VersionMajor>1</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>tlbimp</WrapperTool>
+ <Isolated>False</Isolated>
+ <EmbedInteropTypes>True</EmbedInteropTypes>
+ </COMReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.