Skip to content

Commit

Permalink
添加项目文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
kun775 committed Jan 25, 2021
1 parent 4c32d45 commit 3f99c34
Show file tree
Hide file tree
Showing 13 changed files with 8,172 additions and 0 deletions.
25 changes: 25 additions & 0 deletions iFoundYou.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30709.132
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iFoundYou", "iFoundYou\iFoundYou.csproj", "{81D8B1AF-62B3-403D-99F0-1E472D811C99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81D8B1AF-62B3-403D-99F0-1E472D811C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D8B1AF-62B3-403D-99F0-1E472D811C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D8B1AF-62B3-403D-99F0-1E472D811C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D8B1AF-62B3-403D-99F0-1E472D811C99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E7BE023-C8F0-41B8-B7E2-CA41EE9AA8F5}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions iFoundYou/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
168 changes: 168 additions & 0 deletions iFoundYou/IFoundYou.Designer.cs

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

Loading

0 comments on commit 3f99c34

Please sign in to comment.