Skip to content

Commit b76e0c9

Browse files
committed
возвращена сборка libogg, libvorbis, libtheora, OpenAutomate; перенесены исходники в папку "3rd party" из папки SDK
1 parent 9ec9a2d commit b76e0c9

File tree

941 files changed

+1537
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

941 files changed

+1537
-44
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

SDK/sources/OpenAutomate/oalib/oalib.vcxproj 3rd party/OpenAutomate/oalib/oalib.vcxproj

+4
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,19 @@
5252
</ImportGroup>
5353
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
5454
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55+
<Import Project="..\..\..\xray.props" />
5556
</ImportGroup>
5657
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
5758
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59+
<Import Project="..\..\..\xray.x64.props" />
5860
</ImportGroup>
5961
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
6062
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63+
<Import Project="..\..\..\xray.props" />
6164
</ImportGroup>
6265
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
6366
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
<Import Project="..\..\..\xray.x64.props" />
6468
</ImportGroup>
6569
<PropertyGroup Label="UserMacros" />
6670
<PropertyGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

SDK/sources/libogg-1.1.4/win32/VS2017/libogg_static.vcxproj 3rd party/libogg-1.1.4/win32/VS2017/libogg_static.vcxproj

+10-8
Original file line numberDiff line numberDiff line change
@@ -92,27 +92,35 @@
9292
</ImportGroup>
9393
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SSE2|Win32'" Label="PropertySheets">
9494
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
95+
<Import Project="..\..\..\..\xray.props" />
9596
</ImportGroup>
9697
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SSE|Win32'" Label="PropertySheets">
9798
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
99+
<Import Project="..\..\..\..\xray.props" />
98100
</ImportGroup>
99101
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
100102
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
103+
<Import Project="..\..\..\..\xray.props" />
101104
</ImportGroup>
102105
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
103106
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107+
<Import Project="..\..\..\..\xray.props" />
104108
</ImportGroup>
105109
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SSE2|x64'" Label="PropertySheets">
106110
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
111+
<Import Project="..\..\..\..\xray.x64.props" />
107112
</ImportGroup>
108113
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SSE|x64'" Label="PropertySheets">
109114
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115+
<Import Project="..\..\..\..\xray.x64.props" />
110116
</ImportGroup>
111117
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
112118
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119+
<Import Project="..\..\..\..\xray.x64.props" />
113120
</ImportGroup>
114121
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
115122
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
123+
<Import Project="..\..\..\..\xray.x64.props" />
116124
</ImportGroup>
117125
<PropertyGroup Label="UserMacros" />
118126
<PropertyGroup>
@@ -122,10 +130,7 @@
122130
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
123131
<IntDir>$(Platform)\$(Configuration)\</IntDir>
124132
</PropertyGroup>
125-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
126-
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
127-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
128-
</PropertyGroup>
133+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
129134
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
130135
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
131136
<IntDir>$(Platform)\$(Configuration)\</IntDir>
@@ -146,10 +151,7 @@
146151
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
147152
<IntDir>$(Platform)\$(Configuration)\</IntDir>
148153
</PropertyGroup>
149-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SSE2|x64'">
150-
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
151-
<IntDir>$(Platform)\$(Configuration)\</IntDir>
152-
</PropertyGroup>
154+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SSE2|x64'" />
153155
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
154156
<ClCompile>
155157
<Optimization>Disabled</Optimization>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)