Skip to content

Commit

Permalink
Fix, AutoCorrectSaver.tt is not content and add installer for 64 bit …
Browse files Browse the repository at this point in the history
…version of Microsoft Office
  • Loading branch information
k-ujihara committed Sep 27, 2018
1 parent e7c5814 commit 48b1460
Show file tree
Hide file tree
Showing 5 changed files with 1,681 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ChemFormatter.WordAddIn/ChemFormatter.WordAddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Content Include="AutoCorrectSaver.tt">
<None Include="AutoCorrectSaver.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>AutoCorrectSaver.cs</LastGenOutput>
</Content>
</None>
<None Include="Ribbon.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>Ribbon.cs</LastGenOutput>
Expand Down
10 changes: 10 additions & 0 deletions ChemFormatter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChemFormatter.WordAddIn", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChemFormatter.PowerPointAddIn", "ChemFormatter.PowerPointAddIn\ChemFormatter.PowerPointAddIn.csproj", "{0BE9C140-45AE-4C43-8BDE-95026A0E0624}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup64", "Setup64\Setup64.vdproj", "{8F68C043-7B38-4160-BC16-C8028EDB9F2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -76,6 +78,14 @@ Global
{0BE9C140-45AE-4C43-8BDE-95026A0E0624}.Release|Any CPU.Build.0 = Release|Any CPU
{0BE9C140-45AE-4C43-8BDE-95026A0E0624}.Release|x86.ActiveCfg = Release|Any CPU
{0BE9C140-45AE-4C43-8BDE-95026A0E0624}.Release|x86.Build.0 = Release|Any CPU
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Debug|Any CPU.ActiveCfg = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Debug|Any CPU.Build.0 = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Debug|x86.ActiveCfg = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Debug|x86.Build.0 = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Release|Any CPU.ActiveCfg = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Release|Any CPU.Build.0 = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Release|x86.ActiveCfg = Release
{8F68C043-7B38-4160-BC16-C8028EDB9F2F}.Release|x86.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
16 changes: 8 additions & 8 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:ChemFormatter.Lib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:ChemFormatter.Lib, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_2B5889FCD37869A78DE942254EA2944C"
Expand Down Expand Up @@ -841,24 +841,24 @@
"Product"
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:ChemFormatter for Office"
"ProductCode" = "8:{FBC12B11-16AF-4A48-9950-13B8D84DE6F0}"
"PackageCode" = "8:{0D3C2A60-E7FB-4DA0-8E55-F3047EF63A71}"
"ProductName" = "8:ChemFormatter for Office (32 bit)"
"ProductCode" = "8:{B3C0A148-621B-4052-BAB4-34221F1FFF12}"
"PackageCode" = "8:{9BEF9E4E-58C0-45E1-B9CA-AE7CAB7CDDFE}"
"UpgradeCode" = "8:{27FCD77B-7336-4827-9CB9-32B558333476}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:3.0.0"
"ProductVersion" = "8:3.0.1"
"Manufacturer" = "8:Ujihara"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/kazuyaujihara/ChemFormatter"
"Title" = "8:ChemFormatter for Office 3.0.0"
"Subject" = "8:ChemFormatter for Microsoft Office"
"Title" = "8:ChemFormatter for Office 3.0.1 (32 bit)"
"Subject" = "8:ChemFormatter for Microsoft Office (32 bit)"
"ARPCONTACT" = "8:Kazuya Ujihara"
"Keywords" = "8:Microsoft Office;Chemistry;"
"ARPCOMMENTS" = "8:ChemFormatter for Microsoft Office"
"ARPCOMMENTS" = "8:ChemFormatter for Microsoft Office (32 bit)"
"ARPURLINFOABOUT" = "8:https://github.com/kazuyaujihara/"
"ARPPRODUCTICON" = "8:"
"ARPIconIndex" = "3:0"
Expand Down
Loading

0 comments on commit 48b1460

Please sign in to comment.