Skip to content

Commit

Permalink
* Reorganize a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ioctlLR committed Oct 10, 2012
1 parent a3b08ec commit ac056f4
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ ClientBin

*.[Pp]ublish.xml

*.bak

Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
Expand All @@ -107,6 +109,7 @@ UpgradeLog*.XML

# NuGet
packages/
*.nupkg

# Windows image file caches
Thumbs.db
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 3 additions & 7 deletions NAudioSupport/NAudioSupport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,20 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\NVorbis.NAudioSupport.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="NAudio">
<HintPath>..\References\NAudio.dll</HintPath>
<HintPath>..\Lib\NAudio.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="VorbisWaveReader.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lib\NVorbis.csproj">
<ProjectReference Include="..\NVorbis\NVorbis.csproj">
<Project>{A372E591-DFEF-49C4-9C82-98C4361EFCCD}</Project>
<Name>NVorbis</Name>
</ProjectReference>
Expand Down
5 changes: 3 additions & 2 deletions NVorbis.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NVorbis", "Lib\NVorbis.csproj", "{A372E591-DFEF-49C4-9C82-98C4361EFCCD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NVorbis", "NVorbis\NVorbis.csproj", "{A372E591-DFEF-49C4-9C82-98C4361EFCCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2FC272F6-7727-4000-9110-A03F8936BA8E}"
ProjectSection(SolutionItems) = preProject
COPYING = COPYING
NVorbis.NAudioSupport.nuspec = NVorbis.NAudioSupport.nuspec
NVorbis.nuspec = NVorbis.nuspec
README = README
TODO = TODO
EndProjectSection
Expand Down Expand Up @@ -37,7 +39,6 @@ Global
{902AD24A-6F7C-4F21-9E88-2B9151AEB563}.Release - Unsafe MDCT|Any CPU.ActiveCfg = Release|Any CPU
{902AD24A-6F7C-4F21-9E88-2B9151AEB563}.Release - Unsafe MDCT|Any CPU.Build.0 = Release|Any CPU
{902AD24A-6F7C-4F21-9E88-2B9151AEB563}.Release|Any CPU.ActiveCfg = Release|Any CPU
{902AD24A-6F7C-4F21-9E88-2B9151AEB563}.Release|Any CPU.Build.0 = Release|Any CPU
{6FC9AAA7-E7FE-4BD4-B813-582D4B3BDA0C}.Debug - Unsafe MDCT|Any CPU.ActiveCfg = Debug|Any CPU
{6FC9AAA7-E7FE-4BD4-B813-582D4B3BDA0C}.Debug - Unsafe MDCT|Any CPU.Build.0 = Debug|Any CPU
{6FC9AAA7-E7FE-4BD4-B813-582D4B3BDA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions Lib/NVorbis.csproj → NVorbis/NVorbis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\NVorbis.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - Unsafe MDCT|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -69,11 +70,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ACache.cs" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NAudio">
<HintPath>..\References\NAudio.dll</HintPath>
<HintPath>..\Lib\NAudio.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -66,7 +66,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lib\NVorbis.csproj">
<ProjectReference Include="..\NVorbis\NVorbis.csproj">
<Project>{A372E591-DFEF-49C4-9C82-98C4361EFCCD}</Project>
<Name>NVorbis</Name>
</ProjectReference>
Expand Down

0 comments on commit ac056f4

Please sign in to comment.