Skip to content

Commit

Permalink
CR Fix - Switched copyright headers to MIT license
Browse files Browse the repository at this point in the history
CR Fix - Removed EvalDll.lib linking
  • Loading branch information
gaizkan committed Jan 20, 2016
1 parent 054ac35 commit fa939cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Source/CSEvalClient/Program.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// <copyright file="Program.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//

using System;
using System.Collections.Generic;
using System.IO;
Expand Down
4 changes: 2 additions & 2 deletions Source/EvalWrapper/EvalWrapper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>EvalDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>
</DelayLoadDLLs>
</Link>
Expand All @@ -73,7 +73,7 @@
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>EvalDll.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>
</DelayLoadDLLs>
</Link>
Expand Down
5 changes: 2 additions & 3 deletions Source/EvalWrapper/wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// <copyright file="wrapper.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
#include <windows.h>
#include <vcclr.h>
Expand Down

0 comments on commit fa939cc

Please sign in to comment.