Skip to content

Commit

Permalink
update project to output exe to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Nov 27, 2019
1 parent c9d43a5 commit 7c64e0a
Show file tree
Hide file tree
Showing 6 changed files with 11,270 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vs/
obj/
bin/
*.exe
Binary file added Newtonsoft.Json.dll
Binary file not shown.
11,262 changes: 11,262 additions & 0 deletions Newtonsoft.Json.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cdda-item-creator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>.\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
6 changes: 6 additions & 0 deletions cdda-item-creator.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
Binary file added cdda-item-creator.pdb
Binary file not shown.

0 comments on commit 7c64e0a

Please sign in to comment.