Skip to content

Commit

Permalink
updated release configuration 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
koechlm committed Jun 22, 2022
1 parent e711eac commit 9c86450
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
/iLogic-VaultInvServer Library/obj/Release
/Solution Output/x64/Debug/2022.3
/iLogic-VaultInvServer Library/bin/Debug/2022.3
/Solution Output/x64/Release/2023
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
<DocumentationFile>..\Solution Output\x64\Debug\2023\QuickstartiLogicLibrary.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\2022\</OutputPath>
<OutputPath>..\Solution Output\x64\Release\2023\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\x64\Release\2021.1\QuickstartiLogicLibrary.xml</DocumentationFile>
<DocumentationFile>..\Solution Output\x64\Release\2023\QuickstartiLogicLibrary.xml</DocumentationFile>
<RunCodeAnalysis>false</RunCodeAnalysis>
<RegisterForComInterop>false</RegisterForComInterop>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\2022\</OutputPath>
<OutputPath>..\Solution Output\x64\Release\2023\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\x64\Release\2022\QuickstartiLogicVltInvSrvLibrary.xml</DocumentationFile>
<DocumentationFile>..\Solution Output\x64\Release\2023\QuickstartiLogicVltInvSrvLibrary.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>VLTM-2023.0.0.F-icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 9c86450

Please sign in to comment.