File tree Expand file tree Collapse file tree 4 files changed +696
-10
lines changed Expand file tree Collapse file tree 4 files changed +696
-10
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" Globals" >
4
+ <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5
+ <HasSharedItems >true</HasSharedItems >
6
+ <ItemsProjectGuid >{bfaabf4a-4b1b-4b28-b6cb-b55ab6c1109f}</ItemsProjectGuid >
7
+ <ItemsProjectName >CommonUtil</ItemsProjectName >
8
+ </PropertyGroup >
9
+ <ItemDefinitionGroup >
10
+ <ClCompile >
11
+ <AdditionalIncludeDirectories >%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory)</AdditionalIncludeDirectories >
12
+ </ClCompile >
13
+ </ItemDefinitionGroup >
14
+ <ItemGroup >
15
+ <ProjectCapability Include =" SourceItemsFromImports" />
16
+ </ItemGroup >
17
+ <ItemGroup >
18
+ <ClCompile Include =" $(MSBuildThisFileDirectory)http.c" />
19
+ </ItemGroup >
20
+ <ItemGroup >
21
+ <ClInclude Include =" $(MSBuildThisFileDirectory)http.h" />
22
+ </ItemGroup >
23
+ </Project >
You can’t perform that action at this time.
0 commit comments