Skip to content

Commit

Permalink
update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Jan 23, 2019
1 parent 72ddbb0 commit 51537d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions connector-csharp/Connector.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|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Debug|x64.ActiveCfg = Debug|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Debug|x64.Build.0 = Debug|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Release|x64.ActiveCfg = Release|Any CPU
{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 4 additions & 2 deletions connector-csharp/Connector/Connector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B027E8AB-3BBD-4BFF-B835-63543FBF4DC5}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Zeebe.Hazelcast.Connector</RootNamespace>
<AssemblyName>Connector</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<StartupObject>Zeebe.Hazelcast.Connector.ConnectorMain</StartupObject>
<StartupObject>
</StartupObject>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -31,6 +32,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Hazelcast.Net, Version=3.10.0.0, Culture=neutral, PublicKeyToken=696d29173d68bfe5, processorArchitecture=MSIL">
Expand Down

0 comments on commit 51537d8

Please sign in to comment.