Skip to content

Commit

Permalink
Updated project files with new files
Browse files Browse the repository at this point in the history
+BR_ContextualToolbars.h/cpp added in d564f07
+BR_MouseUtil.h/cpp added in 18ede37
  • Loading branch information
Breeder committed Oct 21, 2014
1 parent 493fa93 commit 24eca70
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 2 deletions.
18 changes: 16 additions & 2 deletions reaper_sws.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,12 @@
9879B7480F489D9D004D98EB /* stdafx.h in Headers */ = {isa = PBXBuildFile; fileRef = 9879B7400F489CE7004D98EB /* stdafx.h */; };
98B464E419060FE600AE2930 /* BR_MidiTools.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98B464E219060FE600AE2930 /* BR_MidiTools.cpp */; };
98B464E519060FE600AE2930 /* BR_MidiTools.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B464E319060FE600AE2930 /* BR_MidiTools.h */; };
98B61A0319D36378004258F3 /* BR_MouseUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98B61A0119D36378004258F3 /* BR_MouseUtil.cpp */; };
98B61A0419D36378004258F3 /* BR_MouseUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B61A0219D36378004258F3 /* BR_MouseUtil.h */; };
98B6AAF418E7317900BACB96 /* wol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98B6AAF218E7317900BACB96 /* wol.cpp */; };
98B6AAF518E7317900BACB96 /* wol.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B6AAF318E7317900BACB96 /* wol.h */; };
98B6CEB919D5F9BE00631487 /* BR_ContextualToolbars.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98B6CEB719D5F9BE00631487 /* BR_ContextualToolbars.cpp */; };
98B6CEBA19D5F9BE00631487 /* BR_ContextualToolbars.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B6CEB819D5F9BE00631487 /* BR_ContextualToolbars.h */; };
98B6DC501917D64C0078561E /* wol_Zoom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98B6DC4E1917D64C0078561E /* wol_Zoom.cpp */; };
98B6DC511917D64C0078561E /* wol_Zoom.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B6DC4F1917D64C0078561E /* wol_Zoom.h */; };
98B70128196ED9E60072FA00 /* ebur128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 98B70127196ED9E60072FA00 /* ebur128.cpp */; };
Expand Down Expand Up @@ -698,8 +702,12 @@
98B408A20F5B544A00865A09 /* swell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = swell.cpp; path = ../WDL/swell/swell.cpp; sourceTree = SOURCE_ROOT; };
98B464E219060FE600AE2930 /* BR_MidiTools.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BR_MidiTools.cpp; path = Breeder/BR_MidiTools.cpp; sourceTree = "<group>"; };
98B464E319060FE600AE2930 /* BR_MidiTools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BR_MidiTools.h; path = Breeder/BR_MidiTools.h; sourceTree = "<group>"; };
98B61A0119D36378004258F3 /* BR_MouseUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BR_MouseUtil.cpp; path = Breeder/BR_MouseUtil.cpp; sourceTree = "<group>"; };
98B61A0219D36378004258F3 /* BR_MouseUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BR_MouseUtil.h; path = Breeder/BR_MouseUtil.h; sourceTree = "<group>"; };
98B6AAF218E7317900BACB96 /* wol.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = wol.cpp; path = Wol/wol.cpp; sourceTree = "<group>"; };
98B6AAF318E7317900BACB96 /* wol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wol.h; path = Wol/wol.h; sourceTree = "<group>"; };
98B6CEB719D5F9BE00631487 /* BR_ContextualToolbars.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BR_ContextualToolbars.cpp; path = Breeder/BR_ContextualToolbars.cpp; sourceTree = "<group>"; };
98B6CEB819D5F9BE00631487 /* BR_ContextualToolbars.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BR_ContextualToolbars.h; path = Breeder/BR_ContextualToolbars.h; sourceTree = "<group>"; };
98B6DC4E1917D64C0078561E /* wol_Zoom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = wol_Zoom.cpp; path = Wol/wol_Zoom.cpp; sourceTree = "<group>"; };
98B6DC4F1917D64C0078561E /* wol_Zoom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wol_Zoom.h; path = Wol/wol_Zoom.h; sourceTree = "<group>"; };
98B70127196ED9E60072FA00 /* ebur128.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ebur128.cpp; path = libebur128/ebur128.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1180,6 +1188,8 @@
children = (
4D859DB916AB128700E34EAA /* BR.cpp */,
4D859DBA16AB128700E34EAA /* BR.h */,
98B6CEB719D5F9BE00631487 /* BR_ContextualToolbars.cpp */,
98B6CEB819D5F9BE00631487 /* BR_ContextualToolbars.h */,
98BD45DD195245BB006958FD /* BR_ContinuousActions.cpp */,
98BD45DE195245BB006958FD /* BR_ContinuousActions.h */,
98C0E227189CF266004F2EEF /* BR_Envelope.cpp */,
Expand All @@ -1194,6 +1204,8 @@
98B464E319060FE600AE2930 /* BR_MidiTools.h */,
4D859DAD16AB128700E34EAA /* BR_Misc.cpp */,
4D859DAE16AB128700E34EAA /* BR_Misc.h */,
98B61A0119D36378004258F3 /* BR_MouseUtil.cpp */,
98B61A0219D36378004258F3 /* BR_MouseUtil.h */,
98C0E229189CF266004F2EEF /* BR_ProjState.cpp */,
98C0E22A189CF266004F2EEF /* BR_ProjState.h */,
98C918E418BFFEB500745DA1 /* BR_ReaScript.cpp */,
Expand Down Expand Up @@ -1462,6 +1474,8 @@
98B6DC511917D64C0078561E /* wol_Zoom.h in Headers */,
98BD45E0195245BB006958FD /* BR_ContinuousActions.h in Headers */,
98C38705199C0CEE00ECA114 /* wol_Util.h in Headers */,
98B61A0419D36378004258F3 /* BR_MouseUtil.h in Headers */,
98B6CEBA19D5F9BE00631487 /* BR_ContextualToolbars.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1492,8 +1506,6 @@
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "reaper_sws" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
Expand Down Expand Up @@ -1756,6 +1768,8 @@
98BD45DF195245BB006958FD /* BR_ContinuousActions.cpp in Sources */,
98B70128196ED9E60072FA00 /* ebur128.cpp in Sources */,
98C38704199C0CEE00ECA114 /* wol_Util.cpp in Sources */,
98B61A0319D36378004258F3 /* BR_MouseUtil.cpp in Sources */,
98B6CEB919D5F9BE00631487 /* BR_ContextualToolbars.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
16 changes: 16 additions & 0 deletions sws_extension.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -3587,6 +3587,14 @@
<File
RelativePath=".\Breeder\BR.h"
>
</File>
<File
RelativePath=".\Breeder\BR_ContextualToolbars.cpp"
>
</File>
<File
RelativePath=".\Breeder\BR_ContextualToolbars.h"
>
</File>
<File
RelativePath=".\Breeder\BR_ContinuousActions.cpp"
Expand Down Expand Up @@ -3644,6 +3652,14 @@
RelativePath=".\Breeder\BR_Misc.h"
>
</File>
<File
RelativePath=".\Breeder\BR_MouseUtil.cpp"
>
</File>
<File
RelativePath=".\Breeder\BR_MouseUtil.h"
>
</File>
<File
RelativePath=".\Breeder\BR_ProjState.cpp"
>
Expand Down
4 changes: 4 additions & 0 deletions sws_extension.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,11 @@ echo Copied to "$(REAPER64_DIR)\plugins\$(TargetFilename)"</Command>
<None Include="whatsnew.txt" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Breeder\BR_ContextualToolbars.h" />
<ClInclude Include="Breeder\BR_ContinuousActions.h" />
<ClInclude Include="Breeder\BR_MidiEditor.h" />
<ClInclude Include="Breeder\BR_MidiTools.h" />
<ClInclude Include="Breeder\BR_MouseUtil.h" />
<ClInclude Include="C:\Program Files (x86)\REAPER\reaper_plugin_functions.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="Wol\wol_Util.h" />
Expand Down Expand Up @@ -492,9 +494,11 @@ echo Copied to "$(REAPER64_DIR)\plugins\$(TargetFilename)"</Command>
<ResourceCompile Include="sws_extension.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Breeder\BR_ContextualToolbars.cpp" />
<ClCompile Include="Breeder\BR_ContinuousActions.cpp" />
<ClCompile Include="Breeder\BR_MidiEditor.cpp" />
<ClCompile Include="Breeder\BR_MidiTools.cpp" />
<ClCompile Include="Breeder\BR_MouseUtil.cpp" />
<ClCompile Include="libebur128\ebur128.cpp" />
<ClCompile Include="Wol\wol_Util.cpp" />
<ClCompile Include="Wol\wol_Zoom.cpp" />
Expand Down
12 changes: 12 additions & 0 deletions sws_extension.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,12 @@
<ClInclude Include="Wol\wol_Util.h">
<Filter>Wol</Filter>
</ClInclude>
<ClInclude Include="Breeder\BR_MouseUtil.h">
<Filter>Breeder</Filter>
</ClInclude>
<ClInclude Include="Breeder\BR_ContextualToolbars.h">
<Filter>Breeder</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="sws_extension.rc">
Expand Down Expand Up @@ -1205,5 +1211,11 @@
<ClCompile Include="Wol\wol_Util.cpp">
<Filter>Wol</Filter>
</ClCompile>
<ClCompile Include="Breeder\BR_MouseUtil.cpp">
<Filter>Breeder</Filter>
</ClCompile>
<ClCompile Include="Breeder\BR_ContextualToolbars.cpp">
<Filter>Breeder</Filter>
</ClCompile>
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions sws_extension.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
<LocalDebuggerCommand>$(REAPER_DIR)\reaper.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ShowAllFiles>false</ShowAllFiles>
</PropertyGroup>
</Project>

0 comments on commit 24eca70

Please sign in to comment.