aboutsummaryrefslogtreecommitdiff
path: root/build/vc++/jin
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-09-13 15:08:43 +0800
committerchai <chaifix@163.com>2019-09-13 15:08:43 +0800
commit20535cb86266d7a4828009f3ddca42e35269b9e2 (patch)
tree796e77e4a34ed52b6c92fb58ec432c69ed4232e1 /build/vc++/jin
parent695eadc9d2a6d2f499b24ee6858325f6e22da077 (diff)
*格式化代码
Diffstat (limited to 'build/vc++/jin')
-rw-r--r--build/vc++/jin/jin.vcxproj11
-rw-r--r--build/vc++/jin/jin.vcxproj.filters9
2 files changed, 19 insertions, 1 deletions
diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj
index e1b42d9..499c7da 100644
--- a/build/vc++/jin/jin.vcxproj
+++ b/build/vc++/jin/jin.vcxproj
@@ -22,7 +22,7 @@
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{05128A0C-74E2-43EF-B5F4-B0DA70D47940}</ProjectGuid>
<RootNamespace>jin</RootNamespace>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<ProjectName>jin</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -147,6 +147,15 @@
<Project>{a3e35eca-62eb-45ce-8152-674fbc7f7a3b}</Project>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="jin.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <Image Include="C:\Users\chaifeixiang\Downloads\icon.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/build/vc++/jin/jin.vcxproj.filters b/build/vc++/jin/jin.vcxproj.filters
index c17d229..6b4e28f 100644
--- a/build/vc++/jin/jin.vcxproj.filters
+++ b/build/vc++/jin/jin.vcxproj.filters
@@ -3,4 +3,13 @@
<ItemGroup>
<ClCompile Include="..\..\..\src\jin\main.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="jin.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <Image Include="C:\Users\chaifeixiang\Downloads\icon.ico" />
+ </ItemGroup>
</Project> \ No newline at end of file