Skip to content

Commit

Permalink
なんかこれでもいいの? #95
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Jul 8, 2023
1 parent cafd038 commit 90fab88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# User-specific files
*.rsuser
*.suo
#*.user
*.user
*.userosscache
*.sln.docstates

Expand Down
6 changes: 6 additions & 0 deletions patch/patch.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -462,14 +462,20 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetExt>.aul</TargetExt>
<LocalDebuggerCommand>$(SolutionDir)test\aviutl.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetExt>.aul</TargetExt>
<LocalDebuggerCommand>$(SolutionDir)test\aviutl.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_PDB|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetExt>.aul</TargetExt>
<LocalDebuggerCommand>$(SolutionDir)test\aviutl.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
15 changes: 0 additions & 15 deletions patch/patch.vcxproj.user

This file was deleted.

0 comments on commit 90fab88

Please sign in to comment.