Skip to content

Commit 656482e

Browse files
committed
Fixed settings not correctly generated
1 parent 76601e4 commit 656482e

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

UWPHook/Properties/Settings.Designer.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UWPHook/UWPHook.csproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,25 @@
6868
<Version>5.0.0</Version>
6969
</PackageReference>
7070
</ItemGroup>
71+
72+
<ItemGroup>
73+
<Reference Include="VDFParser">
74+
<HintPath>..\..\VDFParser\VDFParser\bin\Debug\VDFParser.dll</HintPath>
75+
</Reference>
76+
</ItemGroup>
77+
78+
<ItemGroup>
79+
<Compile Update="Properties\Settings.Designer.cs">
80+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
81+
<AutoGen>True</AutoGen>
82+
<DependentUpon>Settings.settings</DependentUpon>
83+
</Compile>
84+
</ItemGroup>
85+
86+
<ItemGroup>
87+
<None Update="Properties\Settings.settings">
88+
<Generator>SettingsSingleFileGenerator</Generator>
89+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
90+
</None>
91+
</ItemGroup>
7192
</Project>

0 commit comments

Comments
 (0)