Browse Source

Fixed Bot.exe not being compiled

pull/6/head
Jessica James 6 years ago
parent
commit
d03d0c5e64
  1. 1
      Jupiter Bot.props
  2. 6
      Jupiter Bot.sln
  3. 3
      Plugin.props

1
Jupiter Bot.props

@ -34,7 +34,6 @@
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<ConfigurationType>DynamicLibrary</ConfigurationType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>

6
Jupiter Bot.sln

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bot", "Bot\Bot.vcxproj", "{C188871B-5F32-4946-B301-24CA2EBB275D}"
ProjectSection(ProjectDependencies) = postProject
@ -238,6 +238,10 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Commands", "Commands", "{963CB590-B810-4DEE-8AA2-01077634616C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bot", "Bot", "{434670E6-C23F-4C53-B77F-64ABAB831AF3}"
ProjectSection(SolutionItems) = preProject
Jupiter Bot.props = Jupiter Bot.props
Plugin.props = Plugin.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

3
Plugin.props

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="Jupiter Bot.props" />

Loading…
Cancel
Save