Skip to content

Commit fe067f0

Browse files
committed
Add dlls for Windows 7 and 8
1 parent 0294905 commit fe067f0

21 files changed

Lines changed: 84 additions & 7 deletions

SimpleDnsCrypt/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
)]
1717
[assembly: AssemblyVersion("0.4.1")]
1818
[assembly: AssemblyFileVersion("0.4.1")]
19+

SimpleDnsCrypt/SimpleDnsCrypt.csproj

Lines changed: 83 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
<NuGetPackageImportStamp>
1717
</NuGetPackageImportStamp>
1818
<TargetFrameworkProfile />
19+
<PublishUrl>publish\</PublishUrl>
20+
<Install>true</Install>
21+
<InstallFrom>Disk</InstallFrom>
22+
<UpdateEnabled>false</UpdateEnabled>
23+
<UpdateMode>Foreground</UpdateMode>
24+
<UpdateInterval>7</UpdateInterval>
25+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
26+
<UpdatePeriodically>false</UpdatePeriodically>
27+
<UpdateRequired>false</UpdateRequired>
28+
<MapFileExtensions>true</MapFileExtensions>
29+
<ApplicationRevision>0</ApplicationRevision>
30+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31+
<IsWebBootstrapper>false</IsWebBootstrapper>
32+
<UseApplicationTrust>false</UseApplicationTrust>
33+
<BootstrapperEnabled>true</BootstrapperEnabled>
1934
</PropertyGroup>
2035
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2136
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -267,6 +282,57 @@
267282
<Content Include="data\README.txt">
268283
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
269284
</Content>
285+
<Content Include="dll\api-ms-win-core-file-l1-2-0.dll">
286+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
287+
</Content>
288+
<Content Include="dll\api-ms-win-core-file-l2-1-0.dll">
289+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
290+
</Content>
291+
<Content Include="dll\api-ms-win-core-localization-l1-2-0.dll">
292+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
293+
</Content>
294+
<Content Include="dll\api-ms-win-core-processthreads-l1-1-0.dll">
295+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
296+
</Content>
297+
<Content Include="dll\api-ms-win-core-processthreads-l1-1-1.dll">
298+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
299+
</Content>
300+
<Content Include="dll\api-ms-win-core-synch-l1-1-0.dll">
301+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
302+
</Content>
303+
<Content Include="dll\api-ms-win-core-synch-l1-2-0.dll">
304+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
305+
</Content>
306+
<Content Include="dll\api-ms-win-core-sysinfo-l1-1-0.dll">
307+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
308+
</Content>
309+
<Content Include="dll\api-ms-win-core-timezone-l1-1-0.dll">
310+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
311+
</Content>
312+
<Content Include="dll\api-ms-win-crt-convert-l1-1-0.dll">
313+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
314+
</Content>
315+
<Content Include="dll\api-ms-win-crt-heap-l1-1-0.dll">
316+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
317+
</Content>
318+
<Content Include="dll\api-ms-win-crt-runtime-l1-1-0.dll">
319+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
320+
</Content>
321+
<Content Include="dll\api-ms-win-crt-stdio-l1-1-0.dll">
322+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
323+
</Content>
324+
<Content Include="dll\api-ms-win-crt-string-l1-1-0.dll">
325+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
326+
</Content>
327+
<Content Include="dll\api-ms-win-crt-time-l1-1-0.dll">
328+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
329+
</Content>
330+
<Content Include="dll\api-ms-win-crt-utility-l1-1-0.dll">
331+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
332+
</Content>
333+
<Content Include="dll\ucrtbase.dll">
334+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
335+
</Content>
270336
<Content Include="dnscrypt-proxy\dnscrypt-proxy-secondary.exe">
271337
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
272338
</Content>
@@ -282,11 +348,11 @@
282348
<Content Include="dnscrypt-proxy\libldns-2.dll">
283349
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
284350
</Content>
285-
<Content Include="msvcrt.dll">
286-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
351+
<Content Include="dll\msvcrt.dll">
352+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
287353
</Content>
288-
<Content Include="vcruntime140.dll">
289-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
354+
<Content Include="dll\vcruntime140.dll">
355+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
290356
</Content>
291357
<EmbeddedResource Include="Properties\Resources.resx">
292358
<Generator>ResXFileCodeGenerator</Generator>
@@ -369,7 +435,18 @@
369435
<SubType>Designer</SubType>
370436
</None>
371437
</ItemGroup>
372-
<ItemGroup />
438+
<ItemGroup>
439+
<BootstrapperPackage Include=".NETFramework,Version=v4.6">
440+
<Visible>False</Visible>
441+
<ProductName>Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName>
442+
<Install>true</Install>
443+
</BootstrapperPackage>
444+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
445+
<Visible>False</Visible>
446+
<ProductName>.NET Framework 3.5 SP1</ProductName>
447+
<Install>false</Install>
448+
</BootstrapperPackage>
449+
</ItemGroup>
373450
<ItemGroup>
374451
<Content Include="dnscrypt-proxy\libdcplugin_ldns_blocking.dll">
375452
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -445,8 +522,7 @@ foreach (var item in filesToCleanup)
445522
</Target>
446523
<Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" />
447524
<PropertyGroup>
448-
<PostBuildEvent>
449-
</PostBuildEvent>
525+
<PostBuildEvent>copy "$(ProjectDir)dll\*" "$(ProjectDir)$(OutDir)"</PostBuildEvent>
450526
</PropertyGroup>
451527
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
452528
Other similar extension points exist, see Microsoft.Common.targets.
18.2 KB
Binary file not shown.
18.2 KB
Binary file not shown.
20.7 KB
Binary file not shown.
20.2 KB
Binary file not shown.
18.7 KB
Binary file not shown.
20.2 KB
Binary file not shown.
18.7 KB
Binary file not shown.
19.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)