Attempted to take care of DS4Windows/DS4Windows.csproj

I caught a cold on Monday afternoon and had to wait until now to do it.
This commit is contained in:
Imre Kristoffer Eilertsen 2019-06-19 23:07:47 +02:00 committed by GitHub
parent f3c33bca34
commit cca00d8807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
@ -166,7 +166,9 @@
<Compile Include="DS4Library\DS4State.cs" /> <Compile Include="DS4Library\DS4State.cs" />
<Compile Include="DS4Library\DS4StateExposed.cs" /> <Compile Include="DS4Library\DS4StateExposed.cs" />
<Compile Include="DS4Library\DS4Touchpad.cs" /> <Compile Include="DS4Library\DS4Touchpad.cs" />
<Compile Include="DS4Forms\AdvancedColorDialog.cs" /> <Compile Include="DS4Forms\AdvancedColorDialog.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="DS4Forms\DS4Form.cs"> <Compile Include="DS4Forms\DS4Form.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
@ -1069,6 +1071,7 @@
<EmbeddedResource Include="Properties\Resources.it-IT.resx" /> <EmbeddedResource Include="Properties\Resources.it-IT.resx" />
<EmbeddedResource Include="Properties\Resources.ja.resx" /> <EmbeddedResource Include="Properties\Resources.ja.resx" />
<EmbeddedResource Include="Properties\Resources.ko.resx" /> <EmbeddedResource Include="Properties\Resources.ko.resx" />
<EmbeddedResource Include="Properties\Resources.nb.resx" />
<EmbeddedResource Include="Properties\Resources.nl.resx" /> <EmbeddedResource Include="Properties\Resources.nl.resx" />
<EmbeddedResource Include="Properties\Resources.pl.resx" /> <EmbeddedResource Include="Properties\Resources.pl.resx" />
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" /> <EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
@ -1206,7 +1209,7 @@
<PostBuildEvent>rem Copy compiled l18n assemblies to alt folder <PostBuildEvent>rem Copy compiled l18n assemblies to alt folder
GOTO END GOTO END
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
set langs=ar cs de de-DE el es fi fr fr-FR he hu id it it-IT ja ko nl pl ^ set langs=ar cs de de-DE el es fi fr fr-FR he hu id it it-IT ja ko nb nb-NO nl pl ^
pt-BR ro-RO ru-RU sl sv tr uk vi zh-CN zh-Hans zh-Hant pt-BR ro-RO ru-RU sl sv tr uk vi zh-CN zh-Hans zh-Hant
@ -1226,4 +1229,4 @@ echo @(VersionNumber)&gt; $(ProjectDir)\newest.txt
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>