Skip to content

Commit

Permalink
refactor: move some files to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TaurusXin committed May 7, 2021
1 parent e8fccd8 commit 52d8ed3
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 18 deletions.
18 changes: 12 additions & 6 deletions SteamGuardDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -48,21 +51,21 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Json.cs" />
<Compile Include="MainForm.cs">
<Compile Include="views\MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<Compile Include="views\MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="ProgressBarPlus.cs">
<Compile Include="components\ProgressBarPlus.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SharedSecret.cs" />
<Compile Include="SteamAuth.cs" />
<Compile Include="steam\SharedSecret.cs" />
<Compile Include="steam\SteamAuth.cs" />
<Compile Include="Utils.cs" />
<EmbeddedResource Include="MainForm.resx">
<EmbeddedResource Include="views\MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
Expand All @@ -87,5 +90,8 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
File renamed without changes.
Binary file added icon.ico
Binary file not shown.
File renamed without changes.
File renamed without changes.
25 changes: 13 additions & 12 deletions MainForm.Designer.cs → views/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 52d8ed3

Please sign in to comment.