Skip to content

Commit

Permalink
Misc Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgodwin committed Jul 23, 2017
1 parent f3332a5 commit 1d7ecea
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,5 @@ YouTubeProxy/obj/Debug/YouTubeProxy.csproj.FileListAbsolute.txt
QTConverter/obj/Debug/QTConverter.csproj.FileListAbsolute.txt
BMFF/BMFF/MatrixIO.IO/obj/Debug/MatrixIO.IO.csproj.FileListAbsolute.txt
QTCommon/obj/Debug/QTCommon.csproj.FileListAbsolute.txt
BMFF/BMFF/MatrixIO.IO/obj/Debug/MatrixIO.IO.csproj.FileListAbsolute.txt
BMFF/BMFF/MatrixIO.IO.Bmff/obj/Debug/MatrixIO.IO.Bmff.csproj.FileListAbsolute.txt
3 changes: 3 additions & 0 deletions BMFF/BMFF/MatrixIO.IO.Bmff/MatrixIO.IO.Bmff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ClientTest|AnyCPU'">
<OutputPath>bin\ClientTest\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO.Bmff\bin\Debug\MatrixIO
C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO.Bmff\obj\Debug\MatrixIO.IO.Bmff.csprojResolveAssemblyReference.cache
C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO.Bmff\obj\Debug\MatrixIO.IO.Bmff.dll
C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO.Bmff\obj\Debug\MatrixIO.IO.Bmff.pdb
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\bin\Debug\MatrixIO.IO.Bmff.dll
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\bin\Debug\MatrixIO.IO.Bmff.pdb
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\bin\Debug\MatrixIO.IO.dll
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\bin\Debug\MatrixIO.IO.pdb
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\obj\Debug\MatrixIO.IO.Bmff.csprojResolveAssemblyReference.cache
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\obj\Debug\MatrixIO.IO.Bmff.dll
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO.Bmff\obj\Debug\MatrixIO.IO.Bmff.pdb
3 changes: 3 additions & 0 deletions BMFF/BMFF/MatrixIO.IO/MatrixIO.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ClientTest|AnyCPU'">
<OutputPath>bin\ClientTest\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO\bin\Debug\MatrixIO.IO.p
C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO\obj\Debug\MatrixIO.IO.csprojResolveAssemblyReference.cache
C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO\obj\Debug\MatrixIO.IO.dll
C:\Users\pete\Downloads\basemedia-72293\BMFF\MatrixIO.IO\obj\Debug\MatrixIO.IO.pdb
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO\bin\Debug\MatrixIO.IO.dll
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO\bin\Debug\MatrixIO.IO.pdb
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO\obj\Debug\MatrixIO.IO.dll
C:\Users\pete\Repo\68kTube\BMFF\BMFF\MatrixIO.IO\obj\Debug\MatrixIO.IO.pdb
3 changes: 3 additions & 0 deletions QTCommon/QTCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ClientTest|AnyCPU'">
<OutputPath>bin\ClientTest\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 1d7ecea

Please sign in to comment.