LambdaAnySynToSemConverter.csproj изменил путь сборки на ..\bin
Добавил в инсталлят
This commit is contained in:
parent
af9b6acb91
commit
1c1981e1ec
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue