summaryrefslogtreecommitdiff
path: root/Build/cembed
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-22 20:19:30 +0800
committerchai <chaifix@163.com>2019-01-22 20:19:30 +0800
commitd6ba775a63e2404513a3f3e854b1d04a4a2b5dea (patch)
tree1b6333b0c1817ec6b8c3bea19229c92802acfaf2 /Build/cembed
parent9c2fbdd5ea7ed2c5dd5529a0996bb390b34001ff (diff)
+unpacker
Diffstat (limited to 'Build/cembed')
-rw-r--r--Build/cembed/cembed.vcxproj1
-rw-r--r--Build/cembed/cembed.vcxproj.filters6
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/cembed/cembed.vcxproj b/Build/cembed/cembed.vcxproj
index 546d9ad..7bcf576 100644
--- a/Build/cembed/cembed.vcxproj
+++ b/Build/cembed/cembed.vcxproj
@@ -115,6 +115,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\..\Source\cembed\main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/Build/cembed/cembed.vcxproj.filters b/Build/cembed/cembed.vcxproj.filters
index 9cd8510..2330025 100644
--- a/Build/cembed/cembed.vcxproj.filters
+++ b/Build/cembed/cembed.vcxproj.filters
@@ -1,2 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" /> \ No newline at end of file
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <ClCompile Include="..\..\Source\cembed\main.cpp" />
+ </ItemGroup>
+</Project> \ No newline at end of file