diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fba4e61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/obj +/bin diff --git a/coa4u.csproj b/coa4u.csproj new file mode 100644 index 0000000..3002389 --- /dev/null +++ b/coa4u.csproj @@ -0,0 +1,102 @@ + + + + Debug + x86 + 8.0.30703 + 2.0 + {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B} + Library + Properties + coa4u + coa4u + v4.0 + Client + 512 + + + x86 + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + x86 + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll + + + C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/coa4u.csproj.user b/coa4u.csproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/coa4u.csproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/coa4u.sln b/coa4u.sln new file mode 100644 index 0000000..aa977b5 --- /dev/null +++ b/coa4u.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C# Express 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coa4u", "coa4u.csproj", "{9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Debug|x86.ActiveCfg = Debug|x86 + {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Debug|x86.Build.0 = Debug|x86 + {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Release|x86.ActiveCfg = Release|x86 + {9B556AA5-C2CD-4F5A-A087-7D4E3437F09B}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/coa4u.suo b/coa4u.suo new file mode 100644 index 0000000..a8ba14d Binary files /dev/null and b/coa4u.suo differ