Skip to content

Commit

Permalink
JsDbg.Core/DiaSource: Move build artifacts out of git.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalas committed Apr 27, 2016
1 parent a443d92 commit 75ad582
Show file tree
Hide file tree
Showing 37 changed files with 5 additions and 33 deletions.
Binary file removed server/DiaSource/Debug/DiaSource.dll
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.exp
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.ilk
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.lib
Binary file not shown.
4 changes: 0 additions & 4 deletions server/DiaSource/Debug/DiaSource.log

This file was deleted.

Binary file removed server/DiaSource/Debug/DiaSource.obj
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.pdb
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.tlog/CL.command.1.tlog
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.tlog/CL.read.1.tlog
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.tlog/CL.write.1.tlog
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed server/DiaSource/Debug/DiaSource.tlog/link.write.1.tlog
Binary file not shown.
Binary file removed server/DiaSource/Debug/vc140.idb
Binary file not shown.
Binary file removed server/DiaSource/Debug/vc140.pdb
Binary file not shown.
6 changes: 4 additions & 2 deletions server/DiaSource/DiaSource.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetExt>.dll</TargetExt>
<OutDir>$(ProjectDir)$(Configuration)\</OutDir>
<OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>
<IntDir>$(ProjectDir)obj\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetExt>.dll</TargetExt>
<OutDir>$(ProjectDir)$(Configuration)\</OutDir>
<OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>
<IntDir>$(ProjectDir)obj\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
15 changes: 0 additions & 15 deletions server/DiaSource/Release/DiaSource.Build.CppClean.log

This file was deleted.

Binary file removed server/DiaSource/Release/DiaSource.dll
Binary file not shown.
Binary file removed server/DiaSource/Release/DiaSource.exp
Binary file not shown.
Binary file removed server/DiaSource/Release/DiaSource.iobj
Binary file not shown.
Binary file removed server/DiaSource/Release/DiaSource.ipdb
Binary file not shown.
Binary file removed server/DiaSource/Release/DiaSource.lib
Binary file not shown.
7 changes: 0 additions & 7 deletions server/DiaSource/Release/DiaSource.log

This file was deleted.

Binary file removed server/DiaSource/Release/DiaSource.obj
Binary file not shown.
Binary file removed server/DiaSource/Release/DiaSource.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed server/DiaSource/Release/DiaSource.tlog/CL.write.1.tlog
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed server/DiaSource/Release/vc140.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion server/JsDbg.Core/JsDbg.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<Compile Include="WebServer.cs" />
</ItemGroup>
<ItemGroup>
<None Include="$(SolutionDir)DiaSource\$(Configuration)\DiaSource.dll">
<None Include="$(SolutionDir)DiaSource\bin\$(Configuration)\DiaSource.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 75ad582

Please sign in to comment.