File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 94
94
<LastGenOutput >Settings.Designer.cs</LastGenOutput >
95
95
</None >
96
96
</ItemGroup >
97
+
98
+ <!-- BEGIN WINDOWS FORMS WORKAROUND SECTION -->
99
+ <ItemGroup >
100
+ <Compile Update =" **\*Window.cs" SubType =" Form" />
101
+ <Compile Update =" **\*Dialog.cs" SubType =" Form" />
102
+ <Compile Update =" **\SettingsForm.cs" SubType =" Form" />
103
+ <Compile Update =" **\SimpleListControl.cs" SubType =" Form" />
104
+ <Compile Update =" **\Splash.cs" SubType =" Form" />
105
+ <Compile Update =" **\*.Designer.cs" >
106
+ <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).cs</DependentUpon >
107
+ </Compile >
108
+ <EmbeddedResource Update =" UI\**\*.resx" >
109
+ <DependentUpon >%(Filename).cs</DependentUpon >
110
+ </EmbeddedResource >
111
+ </ItemGroup >
112
+ <!-- END WINDOWS FORMS WORKAROUND SECTION -->
113
+
97
114
</Project >
You can’t perform that action at this time.
0 commit comments