Removed invalid configs and absolute paths.
This commit is contained in:
Родитель
37ab82ca94
Коммит
e292ce7890
|
@ -10,35 +10,17 @@ EndProject
|
|||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Release|x64.Build.0 = Release|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{25D19FFD-D553-4270-8A7A-6F510572BDC0}.Release|x86.Build.0 = Release|Any CPU
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Debug|Any CPU.ActiveCfg = Debug|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Debug|Any CPU.Build.0 = Debug|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Debug|x86.Build.0 = Debug|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Release|Any CPU.ActiveCfg = Release|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Release|Any CPU.Build.0 = Release|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Release|x64.ActiveCfg = Release|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Release|x86.ActiveCfg = Release|Win32
|
||||
{7064A025-384F-3689-89FD-9E480DBFE5C9}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="MinSizeRel|Win32">
|
||||
<Configuration>MinSizeRel</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
||||
<Configuration>RelWithDebInfo</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGUID>{7064A025-384F-3689-89FD-9E480DBFE5C9}</ProjectGUID>
|
||||
|
@ -38,18 +30,6 @@
|
|||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v140</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
|
@ -71,18 +51,6 @@
|
|||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">E:\azure-iot-gateway-sdk\build\samples\dotnet_binding_sample\MinSizeRel\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">dotnet_binding_sample.dir\MinSizeRel\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">dotnet_binding_sample</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">E:\azure-iot-gateway-sdk\build\samples\dotnet_binding_sample\RelWithDebInfo\</OutDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">dotnet_binding_sample.dir\RelWithDebInfo\</IntDir>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">dotnet_binding_sample</TargetName>
|
||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental>
|
||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<CustomBuildAfterTargets>
|
||||
|
@ -137,8 +105,6 @@ copy $(ProjectDir)\*.xml $(ProjectDir)$(OutDir)
|
|||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>Debug</GenerateDebugInformation>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<ImportLibrary>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/Debug/dotnet_binding_sample.lib</ImportLibrary>
|
||||
<ProgramDataBaseFile>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/Debug/dotnet_binding_sample.pdb</ProgramDataBaseFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<Version>
|
||||
</Version>
|
||||
|
@ -196,8 +162,6 @@ copy $(ProjectDir)\*.xml $(ProjectDir)$(OutDir)
|
|||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>No</GenerateDebugInformation>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<ImportLibrary>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/Release/dotnet_binding_sample.lib</ImportLibrary>
|
||||
<ProgramDataBaseFile>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/Release/dotnet_binding_sample.pdb</ProgramDataBaseFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<Version>
|
||||
</Version>
|
||||
|
@ -210,195 +174,6 @@ copy $(ProjectDir)\*.xml $(ProjectDir)$(OutDir)
|
|||
</Command>
|
||||
</CustomBuildStep>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalOptions> /guard:cf %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalIncludeDirectories>E:\azure-iot-gateway-sdk\deps\c-utility\inc;E:\azure-iot-gateway-sdk\.\deps\parson;E:\azure-iot-gateway-sdk\.\deps\nanomsg\src;E:\azure-iot-gateway-sdk\core\inc;E:\azure-iot-gateway-sdk\samples\dotnet_binding_sample\..\..\modules\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AssemblerListingLocation>MinSizeRel/</AssemblerListingLocation>
|
||||
<CompileAs>CompileAsC</CompileAs>
|
||||
<ExceptionHandling>
|
||||
</ExceptionHandling>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<Optimization>MinSpace</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;ARCHITECTURE_x86=1;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
<DebugInformationFormat>
|
||||
</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;ARCHITECTURE_x86=1;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>E:\azure-iot-gateway-sdk\deps\c-utility\inc;E:\azure-iot-gateway-sdk\.\deps\parson;E:\azure-iot-gateway-sdk\.\deps\nanomsg\src;E:\azure-iot-gateway-sdk\core\inc;E:\azure-iot-gateway-sdk\samples\dotnet_binding_sample\..\..\modules\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>E:\azure-iot-gateway-sdk\deps\c-utility\inc;E:\azure-iot-gateway-sdk\.\deps\parson;E:\azure-iot-gateway-sdk\.\deps\nanomsg\src;E:\azure-iot-gateway-sdk\core\inc;E:\azure-iot-gateway-sdk\samples\dotnet_binding_sample\..\..\modules\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
<PostBuildEvent>
|
||||
<Message>
|
||||
</Message>
|
||||
<Command>setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/deps/nanomsg/$(Configuration)/nanomsg.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/../bindings/dotnet/dotnet-binding/Microsoft.Azure.IoT.Gateway/bin/x86/$(Configuration)/Microsoft.Azure.IoT.Gateway.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/bindings/dotnet/$(Configuration)/dotnet.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/../bindings/dotnet/dotnet-binding/SensorModule/bin/x86/$(Configuration)/SensorModule.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/../bindings/dotnet/dotnet-binding/PrinterModule/bin/x86/$(Configuration)/PrinterModule.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
</PostBuildEvent>
|
||||
<Link>
|
||||
<AdditionalOptions> /machine:X86 /guard:cf %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;..\..\core\MinSizeRel\gateway.lib;..\..\deps\c-utility\MinSizeRel\aziotsharedutil.lib;crypt32.lib;winhttp.lib;crypt32.lib;winhttp.lib;secur32.lib;..\..\deps\nanomsg\MinSizeRel\nanomsg.lib;ws2_32.lib;mswsock.lib;advapi32.lib;..\..\core\deps\MinSizeRel\parson.lib;rpcrt4.lib</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>No</GenerateDebugInformation>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<ImportLibrary>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/MinSizeRel/dotnet_binding_sample.lib</ImportLibrary>
|
||||
<ProgramDataBaseFile>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/MinSizeRel/dotnet_binding_sample.pdb</ProgramDataBaseFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<Version>
|
||||
</Version>
|
||||
</Link>
|
||||
<ProjectReference>
|
||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
||||
</ProjectReference>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalOptions> /guard:cf %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalIncludeDirectories>E:\azure-iot-gateway-sdk\deps\c-utility\inc;E:\azure-iot-gateway-sdk\.\deps\parson;E:\azure-iot-gateway-sdk\.\deps\nanomsg\src;E:\azure-iot-gateway-sdk\core\inc;E:\azure-iot-gateway-sdk\samples\dotnet_binding_sample\..\..\modules\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AssemblerListingLocation>RelWithDebInfo/</AssemblerListingLocation>
|
||||
<CompileAs>CompileAsC</CompileAs>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<ExceptionHandling>
|
||||
</ExceptionHandling>
|
||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;ARCHITECTURE_x86=1;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;ARCHITECTURE_x86=1;_CRT_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>E:\azure-iot-gateway-sdk\deps\c-utility\inc;E:\azure-iot-gateway-sdk\.\deps\parson;E:\azure-iot-gateway-sdk\.\deps\nanomsg\src;E:\azure-iot-gateway-sdk\core\inc;E:\azure-iot-gateway-sdk\samples\dotnet_binding_sample\..\..\modules\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ResourceCompile>
|
||||
<Midl>
|
||||
<AdditionalIncludeDirectories>E:\azure-iot-gateway-sdk\deps\c-utility\inc;E:\azure-iot-gateway-sdk\.\deps\parson;E:\azure-iot-gateway-sdk\.\deps\nanomsg\src;E:\azure-iot-gateway-sdk\core\inc;E:\azure-iot-gateway-sdk\samples\dotnet_binding_sample\..\..\modules\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
||||
</Midl>
|
||||
<PostBuildEvent>
|
||||
<Message>
|
||||
</Message>
|
||||
<Command>setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/deps/nanomsg/$(Configuration)/nanomsg.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/../bindings/dotnet/dotnet-binding/Microsoft.Azure.IoT.Gateway/bin/x86/$(Configuration)/Microsoft.Azure.IoT.Gateway.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/bindings/dotnet/$(Configuration)/dotnet.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/../bindings/dotnet/dotnet-binding/SensorModule/bin/x86/$(Configuration)/SensorModule.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd
|
||||
setlocal
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different E:/azure-iot-gateway-sdk/build/../bindings/dotnet/dotnet-binding/PrinterModule/bin/x86/$(Configuration)/PrinterModule.dll E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/$(Configuration)
|
||||
if %errorlevel% neq 0 goto :cmEnd
|
||||
:cmEnd
|
||||
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
||||
:cmErrorLevel
|
||||
exit /b %1
|
||||
:cmDone
|
||||
if %errorlevel% neq 0 goto :VCEnd</Command>
|
||||
</PostBuildEvent>
|
||||
<Link>
|
||||
<AdditionalOptions> /machine:X86 /guard:cf %(AdditionalOptions)</AdditionalOptions>
|
||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;..\..\core\RelWithDebInfo\gateway.lib;..\..\deps\c-utility\RelWithDebInfo\aziotsharedutil.lib;crypt32.lib;winhttp.lib;crypt32.lib;winhttp.lib;secur32.lib;..\..\deps\nanomsg\RelWithDebInfo\nanomsg.lib;ws2_32.lib;mswsock.lib;advapi32.lib;..\..\core\deps\RelWithDebInfo\parson.lib;rpcrt4.lib</AdditionalDependencies>
|
||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
<GenerateDebugInformation>Debug</GenerateDebugInformation>
|
||||
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||||
<ImportLibrary>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/RelWithDebInfo/dotnet_binding_sample.lib</ImportLibrary>
|
||||
<ProgramDataBaseFile>E:/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/RelWithDebInfo/dotnet_binding_sample.pdb</ProgramDataBaseFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<Version>
|
||||
</Version>
|
||||
</Link>
|
||||
<ProjectReference>
|
||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
||||
</ProjectReference>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Opc.Ua.Client.Module.csproj">
|
||||
<Project>{25d19ffd-d553-4270-8a7a-6f510572bdc0}</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче