Skip to content

Commit af7219f

Browse files
committed
Add VS Proj Settings
1 parent 0a73003 commit af7219f

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

DataUpload_FluentFTP/DataUpload.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@
7070
<Compile Include="Properties\AssemblyInfo.cs" />
7171
</ItemGroup>
7272
<ItemGroup>
73-
<None Include="App.config" />
74-
<None Include="packages.config" />
73+
<None Include="App.config">
74+
<SubType>Designer</SubType>
75+
</None>
76+
<None Include="packages.config">
77+
<SubType>Designer</SubType>
78+
</None>
7579
<None Include="Properties\Settings.settings">
7680
<Generator>SettingsSingleFileGenerator</Generator>
7781
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -80,6 +84,7 @@
8084
<ItemGroup>
8185
<Content Include="config.xml">
8286
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
87+
<SubType>Designer</SubType>
8388
</Content>
8489
</ItemGroup>
8590
<ItemGroup>

DataUpload_FluentFTP/Properties/Settings.Designer.cs

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
3+
<Profiles>
4+
<Profile Name="(Default)" />
5+
</Profiles>
6+
</SettingsFile>

0 commit comments

Comments
 (0)