Skip to content

Commit 112a69d

Browse files
committed
infoss.cpp
1 parent 8899c83 commit 112a69d

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

build/sample/cpp-sdk-sample.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
322322
</ItemGroup>
323323
<ItemGroup>
324324
<ClCompile Include="..\..\sample\src\Config.cc" />
325+
<ClCompile Include="infoss.cpp" />
325326
<ClInclude Include="..\..\sample\src\Config.h" />
327+
<ClInclude Include="infoss.h" />
326328
<None Include="..\..\sample\src\LiveChannel">
327329
</None>
328330
<ClCompile Include="..\..\sample\src\Program.cc" />

build/sample/cpp-sdk-sample.vcxproj.filters

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<ClCompile Include="..\..\sample\src\encryption\EncryptionSample.cc">
2626
<Filter>Source Files</Filter>
2727
</ClCompile>
28+
<ClCompile Include="infoss.cpp" />
2829
</ItemGroup>
2930
<ItemGroup>
3031
<ClInclude Include="..\..\sample\src\Config.h">
@@ -48,6 +49,7 @@
4849
<ClInclude Include="..\..\sample\src\encryption\EncryptionSample.h">
4950
<Filter>Header Files</Filter>
5051
</ClInclude>
52+
<ClInclude Include="infoss.h" />
5153
</ItemGroup>
5254
<ItemGroup>
5355
<CustomBuild Include="..\..\sample\CMakeLists.txt" />
@@ -68,4 +70,4 @@
6870
<UniqueIdentifier>{84982DD7-E3E6-36F9-80C5-7300A27E65DD}</UniqueIdentifier>
6971
</Filter>
7072
</ItemGroup>
71-
</Project>
73+
</Project>

build/sample/infoss.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "infoss.h"

build/sample/infoss.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#pragma once
2+
class infoss
3+
{
4+
};
5+

0 commit comments

Comments
 (0)