From fe6225712b32de01bd8c8c3995bed28289087eae Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 21 Nov 2018 22:16:51 +0200 Subject: [PATCH] Generate sln/csproj files --- fie.csproj | 30 ++++++++++++++++++++++++++++++ fie.sln | 10 +++++++++- src/UnityCommon.props | 5 +++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 fie.csproj create mode 100644 src/UnityCommon.props diff --git a/fie.csproj b/fie.csproj new file mode 100644 index 0000000..650f9fb --- /dev/null +++ b/fie.csproj @@ -0,0 +1,30 @@ + + + + {3F8B612E-F725-44A0-868A-0AE7BE3B85EA} + Debug + AnyCPU + Library + 7.3 + FriendshipIsEpic + v2.0 + 4 + True + + + AnyCPU + + + bin\Debug\ + true + full + false + + + bin\Release\ + true + pdbonly + true + + + \ No newline at end of file diff --git a/fie.sln b/fie.sln index 5c08948..a031684 100644 --- a/fie.sln +++ b/fie.sln @@ -1,12 +1,20 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2015 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "src", "src\src.csproj", "{3F8B612E-F725-44A0-868A-0AE7BE3B85EA}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3F8B612E-F725-44A0-868A-0AE7BE3B85EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3F8B612E-F725-44A0-868A-0AE7BE3B85EA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3F8B612E-F725-44A0-868A-0AE7BE3B85EA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3F8B612E-F725-44A0-868A-0AE7BE3B85EA}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/UnityCommon.props b/src/UnityCommon.props new file mode 100644 index 0000000..9bf487e --- /dev/null +++ b/src/UnityCommon.props @@ -0,0 +1,5 @@ + + + C:\Program Files\Unity\Editor\Data\PlaybackEngines\MetroSupport\ + +