-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zeffy
committed
Aug 22, 2017
1 parent
893550a
commit 5a4fa5d
Showing
3 changed files
with
42 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<ClCompile Include="dllmain.c" /> | ||
<ClCompile Include="proxydll.c"> | ||
<ClCompile Include="..\common\dllmain.c"> | ||
<Filter>common</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\common\proxydll.c"> | ||
<Filter>common</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Filter Include="common"> | ||
<UniqueIdentifier>{b2460f62-e04e-4320-930f-eb96b4e3a22f}</UniqueIdentifier> | ||
</Filter> | ||
<ResourceCompile Include="cryptsp.rc" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="cryptsp\cryptsp.rc" /> | ||
<MASM Include="cryptsp.asm" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="cryptsp\cryptsp.def" /> | ||
<None Include="cryptsp.def" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="proxydll.h"> | ||
<Filter>common</Filter> | ||
</ClInclude> | ||
<Filter Include="common"> | ||
<UniqueIdentifier>{a419a3e2-05b9-4f17-a07b-82aa23e5d12f}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<MASM Include="cryptsp\cryptsp.asm" /> | ||
<ClInclude Include="..\common\proxydll.h"> | ||
<Filter>common</Filter> | ||
</ClInclude> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<ClCompile Include="dllmain.c" /> | ||
<ClCompile Include="proxydll.c"> | ||
<ClCompile Include="..\common\dllmain.c"> | ||
<Filter>common</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\common\proxydll.c"> | ||
<Filter>common</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Filter Include="common"> | ||
<UniqueIdentifier>{b2460f62-e04e-4320-930f-eb96b4e3a22f}</UniqueIdentifier> | ||
</Filter> | ||
<ResourceCompile Include="version.rc" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="proxydll.h"> | ||
<Filter>common</Filter> | ||
</ClInclude> | ||
<MASM Include="version.asm" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="version\version.def" /> | ||
<None Include="version.def" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="version\version.rc" /> | ||
<Filter Include="common"> | ||
<UniqueIdentifier>{61927976-e711-4ecb-be24-7c765ecccf0f}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<MASM Include="version\version.asm" /> | ||
<ClInclude Include="..\common\proxydll.h"> | ||
<Filter>common</Filter> | ||
</ClInclude> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters