Skip to content

Commit

Permalink
Small solution changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund89 committed Jan 21, 2020
1 parent ffa09d2 commit eb5abe7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OutlookToGoogle.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Debug|x86.ActiveCfg = Debug|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Debug|x86.Build.0 = Debug|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Release|Any CPU.Build.0 = Release|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Release|x86.ActiveCfg = Release|Any CPU
{BEFE82DA-71BC-4BC0-93C4-6E6C9A6AA385}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 3 additions & 0 deletions OutlookToGoogle/OutlookToGoogle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="NetOffice, Version=1.7.3.0, Culture=neutral, PublicKeyToken=acf636d62c39f8f5, processorArchitecture=MSIL">
<HintPath>..\packages\NetOffice.Core.Net45.1.7.4.4\lib\net45\NetOffice.dll</HintPath>
Expand Down

0 comments on commit eb5abe7

Please sign in to comment.