Skip to content

Commit ed4169b

Browse files
committed
-
1 parent 7216732 commit ed4169b

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

Latex4PowerPoint.sln

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30110.0
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31129.286
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Latex4PowerPoint", "Latex4PowerPoint\Latex4PowerPoint.csproj", "{D7909DAA-C635-4FFA-9319-5356D6249C54}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
10+
Debug|x64 = Debug|x64
1111
Debug|x86 = Debug|x86
12-
Release|Any CPU = Release|Any CPU
12+
Release|x64 = Release|x64
1313
Release|x86 = Release|x86
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Debug|x64.ActiveCfg = Debug|x64
17+
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Debug|x64.Build.0 = Debug|x64
1818
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Debug|x86.ActiveCfg = Debug|Any CPU
19-
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Release|Any CPU.ActiveCfg = Release|Any CPU
20-
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Release|x64.ActiveCfg = Release|x64
20+
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Release|x64.Build.0 = Release|x64
2121
{D7909DAA-C635-4FFA-9319-5356D6249C54}.Release|x86.ActiveCfg = Release|Any CPU
2222
EndGlobalSection
2323
GlobalSection(SolutionProperties) = preSolution
2424
HideSolutionNode = FALSE
2525
EndGlobalSection
26+
GlobalSection(ExtensibilityGlobals) = postSolution
27+
SolutionGuid = {41CA9976-AC62-4696-9E1A-75D6380B2746}
28+
EndGlobalSection
2629
EndGlobal

Latex4PowerPoint/Latex4PowerPoint.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
102102
<WarningLevel>4</WarningLevel>
103103
<Prefer32Bit>false</Prefer32Bit>
104+
<PlatformTarget>x64</PlatformTarget>
104105
</PropertyGroup>
105106
<!--
106107
This section defines properties that are set when the "Release" configuration is selected.
@@ -282,6 +283,22 @@
282283
<PropertyGroup>
283284
<SignAssembly>false</SignAssembly>
284285
</PropertyGroup>
286+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
287+
<DebugSymbols>true</DebugSymbols>
288+
<OutputPath>bin\x64\Debug\</OutputPath>
289+
<DefineConstants>VSTO40;DEBUG;TRACE</DefineConstants>
290+
<DebugType>full</DebugType>
291+
<PlatformTarget>x64</PlatformTarget>
292+
<LangVersion>7.3</LangVersion>
293+
</PropertyGroup>
294+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
295+
<OutputPath>bin\x64\Release\</OutputPath>
296+
<DefineConstants>VSTO40;TRACE</DefineConstants>
297+
<Optimize>true</Optimize>
298+
<DebugType>pdbonly</DebugType>
299+
<PlatformTarget>x64</PlatformTarget>
300+
<LangVersion>7.3</LangVersion>
301+
</PropertyGroup>
285302
<!-- Include the build rules for a C# project. -->
286303
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
287304
<!-- Include additional build rules for an Office application add-in. -->

0 commit comments

Comments
 (0)