|
@@ -32,7 +32,8 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<NoWarn>3021, 1591</NoWarn>
|
|
<NoWarn>3021, 1591</NoWarn>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
- <DocumentationFile>bin\Debug\MoonSharp.Interpreter.XML</DocumentationFile>
|
|
|
|
|
|
|
+ <DocumentationFile>
|
|
|
|
|
+ </DocumentationFile>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -42,9 +43,10 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
- <NoWarn>3021</NoWarn>
|
|
|
|
|
|
|
+ <NoWarn>3021, 1591</NoWarn>
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
|
<CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
+ <DocumentationFile>bin\Release\MoonSharp.Interpreter.XML</DocumentationFile>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|