Skip to content

Commit

Permalink
remove old ci::audio source refs from winrt project
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeakin committed Jul 18, 2014
1 parent 247d5f7 commit 76de5df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions vc2012_winrt/cinder.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,6 @@
<ClCompile Include="..\src\cinder\app\Window.cpp" />
<ClCompile Include="..\src\cinder\app\WinRTApp.cpp" />
<ClCompile Include="..\src\cinder\Area.cpp" />
<ClCompile Include="..\src\cinder\audio\Io.cpp" />
<ClCompile Include="..\src\cinder\audio\Output.cpp" />
<ClCompile Include="..\src\cinder\audio\OutputImplXAudio.cpp" />
<ClCompile Include="..\src\cinder\audio\PcmBuffer.cpp" />
<ClCompile Include="..\src\cinder\audio\SourceFileWav.cpp" />
<ClCompile Include="..\src\cinder\AxisAlignedBox.cpp" />
<ClCompile Include="..\src\cinder\BandedMatrix.cpp" />
<ClCompile Include="..\src\cinder\Base64.cpp" />
Expand Down
18 changes: 0 additions & 18 deletions vc2012_winrt/cinder.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
<Filter Include="Source Files\zlib">
<UniqueIdentifier>{62e39970-5b66-419f-8223-631ac47b4c24}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\audio">
<UniqueIdentifier>{53f55ec7-be93-46ef-8e52-9e2f42769ad9}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\svg">
<UniqueIdentifier>{f9498b84-b81b-4f07-a22f-840a680be33d}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -747,21 +744,6 @@
<ClCompile Include="..\src\cinder\Tween.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\cinder\audio\OutputImplXAudio.cpp">
<Filter>Source Files\audio</Filter>
</ClCompile>
<ClCompile Include="..\src\cinder\audio\Io.cpp">
<Filter>Source Files\audio</Filter>
</ClCompile>
<ClCompile Include="..\src\cinder\audio\SourceFileWav.cpp">
<Filter>Source Files\audio</Filter>
</ClCompile>
<ClCompile Include="..\src\cinder\audio\PcmBuffer.cpp">
<Filter>Source Files\audio</Filter>
</ClCompile>
<ClCompile Include="..\src\cinder\audio\Output.cpp">
<Filter>Source Files\audio</Filter>
</ClCompile>
<ClCompile Include="..\src\cinder\System.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down

0 comments on commit 76de5df

Please sign in to comment.