LambdaAnySynToSemConverter.csproj изменил путь сборки на ..\bin

Добавил в инсталлят
This commit is contained in:
Mikhalkovich Stanislav 2023-06-03 09:56:16 +03:00
parent af9b6acb91
commit 1c1981e1ec
2 changed files with 4 additions and 2 deletions

View file

@ -18,10 +18,10 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<WarningLevel>1</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>

View file

@ -27,6 +27,7 @@
File "..\bin\AvalonDock.dll"
File "..\bin\Mono.Cecil.dll"
File "..\bin\TeacherControlPlugin.dll"
File "..\bin\LambdaAnySynToSemConverter.dll"
;File "libs\System.Core.dll"
File "gacutil.exe"
File "gacutil.exe.config"
@ -67,6 +68,7 @@
${AddFile} "OptimizerConversion.dll"
${AddFile} "Mono.Cecil.dll"
${AddFile} "TeacherControlPlugin.dll"
${AddFile} "LambdaAnySynToSemConverter.dll"
${AddFile} "License.txt"
${AddFile} "copyright.txt"
${AddFile} "pabcnetc.exe.config"