Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f622128

Browse files
committed
Ooops these kinda need to be there too
1 parent 778c657 commit f622128

File tree

2 files changed

+303
-0
lines changed

2 files changed

+303
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{6B0EAB30-511A-44C1-87FE-D9AB7E34D115}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>GitHub.Unity</RootNamespace>
11+
<AssemblyName>ExtensionLoader</AssemblyName>
12+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<OutputPath>..\..\..\..\obj\</OutputPath>
15+
<IntermediateOutputPath>..\..\..\..\obj\</IntermediateOutputPath>
16+
</PropertyGroup>
17+
<Import Project="..\..\..\..\..\..\common\properties.props" />
18+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<DefineConstants>DEBUG;TRACE;$(BuildDefs)</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
<LangVersion>4</LangVersion>
26+
<RunCodeAnalysis>false</RunCodeAnalysis>
27+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
28+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<DebugType>pdbonly</DebugType>
32+
<Optimize>true</Optimize>
33+
<DefineConstants>TRACE;$(BuildDefs)</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
<LangVersion>4</LangVersion>
37+
<BuildConfid>Release</BuildConfid>
38+
<RunCodeAnalysis>false</RunCodeAnalysis>
39+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'dev|AnyCPU'">
43+
<DebugSymbols>true</DebugSymbols>
44+
<DebugType>full</DebugType>
45+
<Optimize>false</Optimize>
46+
<DefineConstants>TRACE;DEBUG;DEVELOPER_BUILD;$(BuildDefs)</DefineConstants>
47+
<ErrorReport>prompt</ErrorReport>
48+
<WarningLevel>4</WarningLevel>
49+
<LangVersion>4</LangVersion>
50+
<RunCodeAnalysis>false</RunCodeAnalysis>
51+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
52+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="System" />
56+
<Reference Include="System.Core" />
57+
<Reference Include="UnityEditor">
58+
<HintPath>$(UnityDir)Managed\UnityEditor.dll</HintPath>
59+
<Private>False</Private>
60+
</Reference>
61+
<Reference Include="UnityEngine">
62+
<HintPath>$(UnityDir)Managed\UnityEngine.dll</HintPath>
63+
<Private>False</Private>
64+
</Reference>
65+
</ItemGroup>
66+
<ItemGroup>
67+
<Compile Include="ExtensionLoader.cs" />
68+
</ItemGroup>
69+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71+
Other similar extension points exist, see Microsoft.Common.targets.
72+
<Target Name="BeforeBuild">
73+
</Target>
74+
<Target Name="AfterBuild">
75+
</Target>
76+
-->
77+
</Project>
Lines changed: 226 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{ADD7A18B-DD2A-4C22-A2C1-488964EFF30B}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>GitHub.Unity</RootNamespace>
11+
<AssemblyName>GitHub.Unity.45</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<OutputPath>$(SolutionDir)\unity\TestProject\Assets\Plugins\GitHub\Editor</OutputPath>
15+
<IntermediateOutputPath>..\..\..\obj\</IntermediateOutputPath>
16+
</PropertyGroup>
17+
<Import Project="..\..\..\..\..\common\properties.props" />
18+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<DefineConstants>DEBUG;TRACE;$(BuildDefs);NET_4_6</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
<LangVersion>4</LangVersion>
26+
<RunCodeAnalysis>false</RunCodeAnalysis>
27+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
28+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<DebugType>pdbonly</DebugType>
32+
<Optimize>true</Optimize>
33+
<DefineConstants>TRACE;$(BuildDefs);NET_4_6</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
<LangVersion>4</LangVersion>
37+
<BuildConfid>Release</BuildConfid>
38+
<RunCodeAnalysis>false</RunCodeAnalysis>
39+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
40+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'dev|AnyCPU'">
43+
<DebugSymbols>true</DebugSymbols>
44+
<DebugType>full</DebugType>
45+
<Optimize>false</Optimize>
46+
<DefineConstants>TRACE;DEBUG;DEVELOPER_BUILD;$(BuildDefs);NET_4_6</DefineConstants>
47+
<ErrorReport>prompt</ErrorReport>
48+
<WarningLevel>4</WarningLevel>
49+
<LangVersion>4</LangVersion>
50+
<RunCodeAnalysis>false</RunCodeAnalysis>
51+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
52+
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="System" />
56+
<Reference Include="System.Core" />
57+
<Reference Include="System.Threading" />
58+
</ItemGroup>
59+
<ItemGroup>
60+
<Reference Include="UnityEditor">
61+
<HintPath>$(UnityDir)Managed\UnityEditor.dll</HintPath>
62+
<Private>False</Private>
63+
</Reference>
64+
<Reference Include="UnityEngine">
65+
<HintPath>$(UnityDir)Managed\UnityEngine.dll</HintPath>
66+
<Private>False</Private>
67+
</Reference>
68+
</ItemGroup>
69+
<ItemGroup>
70+
<ProjectReference Include="..\..\..\..\GitHub.Api\GitHub.Api.45.csproj">
71+
<Project>{b389adaf-62cc-486e-85b4-2d8b078df76B}</Project>
72+
<Name>GitHub.Api.45</Name>
73+
</ProjectReference>
74+
<ProjectReference Include="..\..\..\..\GitHub.Logging\GitHub.Logging.csproj">
75+
<Project>{bb6a8eda-15d8-471b-a6ed-ee551e0b3ba0}</Project>
76+
<Name>GitHub.Logging</Name>
77+
</ProjectReference>
78+
</ItemGroup>
79+
<ItemGroup>
80+
<Compile Include="ApplicationCache.cs" />
81+
<Compile Include="ApplicationManager.cs" />
82+
<Compile Include="RunLocationShim.cs" />
83+
<Compile Include="ScriptObjectSingleton.cs" />
84+
<Compile Include="SerializableDictionary.cs" />
85+
<Compile Include="Threading\SingleThreadSynchronizationContext.cs" />
86+
<Compile Include="Properties\AssemblyInfo.cs" />
87+
<Compile Include="Logging\UnityLogAdapter.cs" />
88+
<Compile Include="EntryPoint.cs" />
89+
<Compile Include="UpdateCheck.cs" />
90+
<Compile Include="Misc\Installer.cs" />
91+
<Compile Include="UI\BaseWindow.cs" />
92+
<Compile Include="UI\ChangesTreeControl.cs" />
93+
<Compile Include="UI\LfsLocksModificationProcessor.cs" />
94+
<Compile Include="UI\PopupWindow.cs" />
95+
<Compile Include="UI\ProjectWindowInterface.cs" />
96+
<Compile Include="Misc\Styles.cs" />
97+
<Compile Include="Misc\Utility.cs" />
98+
<Compile Include="Services\AuthenticationService.cs" />
99+
<Compile Include="UI\AuthenticationView.cs" />
100+
<Compile Include="UI\BranchesView.cs" />
101+
<Compile Include="UI\ChangesView.cs" />
102+
<Compile Include="UI\HistoryView.cs" />
103+
<Compile Include="UI\IView.cs" />
104+
<Compile Include="UI\LoadingView.cs" />
105+
<Compile Include="UI\PublishView.cs" />
106+
<Compile Include="UI\InitProjectView.cs" />
107+
<Compile Include="UI\LocksView.cs" />
108+
<Compile Include="UI\Spinner.cs" />
109+
<Compile Include="UI\TreeControl.cs" />
110+
<Compile Include="UI\UserSettingsView.cs" />
111+
<Compile Include="UI\GitPathView.cs" />
112+
<Compile Include="UI\SettingsView.cs" />
113+
<Compile Include="UI\Subview.cs" />
114+
<Compile Include="UI\Window.cs" />
115+
</ItemGroup>
116+
<ItemGroup>
117+
<EmbeddedResource Include="IconsAndLogos\added%402x.png" />
118+
<EmbeddedResource Include="IconsAndLogos\added.png" />
119+
<EmbeddedResource Include="IconsAndLogos\big-logo%402x.png" />
120+
<EmbeddedResource Include="IconsAndLogos\big-logo-light%402x.png" />
121+
<EmbeddedResource Include="IconsAndLogos\big-logo-light.png" />
122+
<EmbeddedResource Include="IconsAndLogos\big-logo.png" />
123+
<EmbeddedResource Include="IconsAndLogos\branch%402x.png" />
124+
<EmbeddedResource Include="IconsAndLogos\branch-light%402x.png" />
125+
<EmbeddedResource Include="IconsAndLogos\branch-light.png" />
126+
<EmbeddedResource Include="IconsAndLogos\branch.png" />
127+
<EmbeddedResource Include="IconsAndLogos\conflicted%402x.png" />
128+
<EmbeddedResource Include="IconsAndLogos\conflicted.png" />
129+
<EmbeddedResource Include="IconsAndLogos\current-branch-indicator%402x.png" />
130+
<EmbeddedResource Include="IconsAndLogos\current-branch-indicator-light%402x.png" />
131+
<EmbeddedResource Include="IconsAndLogos\current-branch-indicator-light.png" />
132+
<EmbeddedResource Include="IconsAndLogos\current-branch-indicator.png" />
133+
<EmbeddedResource Include="IconsAndLogos\dot%402x.png" />
134+
<EmbeddedResource Include="IconsAndLogos\dot-light%402x.png" />
135+
<EmbeddedResource Include="IconsAndLogos\dot-light.png" />
136+
<EmbeddedResource Include="IconsAndLogos\dot.png" />
137+
<EmbeddedResource Include="IconsAndLogos\dropdown-list-icon%402x.png" />
138+
<EmbeddedResource Include="IconsAndLogos\dropdown-list-icon.png" />
139+
<EmbeddedResource Include="IconsAndLogos\empty-state-init@2x.png" />
140+
<EmbeddedResource Include="IconsAndLogos\empty-state-init.png" />
141+
<EmbeddedResource Include="IconsAndLogos\favorite-branch-indicator.png" />
142+
<EmbeddedResource Include="IconsAndLogos\git-merge%402x.png" />
143+
<EmbeddedResource Include="IconsAndLogos\git-merge-light%402x.png" />
144+
<EmbeddedResource Include="IconsAndLogos\git-merge-light.png" />
145+
<EmbeddedResource Include="IconsAndLogos\git-merge.png" />
146+
<EmbeddedResource Include="IconsAndLogos\local-commit%402x.png" />
147+
<EmbeddedResource Include="IconsAndLogos\local-commit-icon%402x.png" />
148+
<EmbeddedResource Include="IconsAndLogos\local-commit-icon.png" />
149+
<EmbeddedResource Include="IconsAndLogos\local-commit-light%402x.png" />
150+
<EmbeddedResource Include="IconsAndLogos\local-commit-light.png" />
151+
<EmbeddedResource Include="IconsAndLogos\local-commit.png" />
152+
<EmbeddedResource Include="IconsAndLogos\lock%402x.png" />
153+
<EmbeddedResource Include="IconsAndLogos\lock-light%402x.png" />
154+
<EmbeddedResource Include="IconsAndLogos\lock-light.png" />
155+
<EmbeddedResource Include="IconsAndLogos\lock.png" />
156+
<EmbeddedResource Include="IconsAndLogos\locked%402x.png" />
157+
<EmbeddedResource Include="IconsAndLogos\locked-by-person%402x.png" />
158+
<EmbeddedResource Include="IconsAndLogos\locked-by-person.png" />
159+
<EmbeddedResource Include="IconsAndLogos\locked-modified%402x.png" />
160+
<EmbeddedResource Include="IconsAndLogos\locked-modified.png" />
161+
<EmbeddedResource Include="IconsAndLogos\locked-removed%402x.png" />
162+
<EmbeddedResource Include="IconsAndLogos\locked-removed.png" />
163+
<EmbeddedResource Include="IconsAndLogos\locked.png" />
164+
<EmbeddedResource Include="IconsAndLogos\modified%402x.png" />
165+
<EmbeddedResource Include="IconsAndLogos\modified.png" />
166+
<EmbeddedResource Include="IconsAndLogos\moved%402x.png" />
167+
<EmbeddedResource Include="IconsAndLogos\moved.png" />
168+
<EmbeddedResource Include="IconsAndLogos\removed%402x.png" />
169+
<EmbeddedResource Include="IconsAndLogos\removed.png" />
170+
<EmbeddedResource Include="IconsAndLogos\repo%402x.png" />
171+
<EmbeddedResource Include="IconsAndLogos\repo-light%402x.png" />
172+
<EmbeddedResource Include="IconsAndLogos\repo-light.png" />
173+
<EmbeddedResource Include="IconsAndLogos\repo.png" />
174+
<EmbeddedResource Include="IconsAndLogos\small-logo%402x.png" />
175+
<EmbeddedResource Include="IconsAndLogos\small-logo-light%402x.png" />
176+
<EmbeddedResource Include="IconsAndLogos\small-logo-light.png" />
177+
<EmbeddedResource Include="IconsAndLogos\small-logo.png" />
178+
<EmbeddedResource Include="IconsAndLogos\spinner-sprite%402x.png" />
179+
<EmbeddedResource Include="IconsAndLogos\spinner-sprite.png" />
180+
<EmbeddedResource Include="IconsAndLogos\tracked-branch-indicator.png" />
181+
<EmbeddedResource Include="IconsAndLogos\untracked%402x.png" />
182+
<EmbeddedResource Include="IconsAndLogos\untracked.png" />
183+
</ItemGroup>
184+
<ItemGroup>
185+
<None Include="$(SolutionDir)eula.txt">
186+
<Link>eula.txt</Link>
187+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
188+
</None>
189+
<None Include="$(SolutionDir)credits.txt">
190+
<Link>credits.txt</Link>
191+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
192+
</None>
193+
<None Include="packages.config" />
194+
</ItemGroup>
195+
<ItemGroup>
196+
<EmbeddedResource Include="IconsAndLogos\globe%402x.png" />
197+
<EmbeddedResource Include="IconsAndLogos\globe.png" />
198+
</ItemGroup>
199+
<ItemGroup>
200+
<EmbeddedResource Include="IconsAndLogos\spinner-inside%402x.png" />
201+
<EmbeddedResource Include="IconsAndLogos\spinner-inside.png" />
202+
<EmbeddedResource Include="IconsAndLogos\spinner-outside%402x.png" />
203+
<EmbeddedResource Include="IconsAndLogos\spinner-outside.png" />
204+
</ItemGroup>
205+
<ItemGroup>
206+
<EmbeddedResource Include="IconsAndLogos\code%402x.png" />
207+
<EmbeddedResource Include="IconsAndLogos\code.png" />
208+
<EmbeddedResource Include="IconsAndLogos\merge%402x.png" />
209+
<EmbeddedResource Include="IconsAndLogos\merge.png" />
210+
<EmbeddedResource Include="IconsAndLogos\rocket%402x.png" />
211+
<EmbeddedResource Include="IconsAndLogos\rocket.png" />
212+
</ItemGroup>
213+
<ItemGroup>
214+
<Folder Include="Extensions\" />
215+
</ItemGroup>
216+
<Import Project="..\..\..\..\..\common\nativelibraries.props" />
217+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219+
Other similar extension points exist, see Microsoft.Common.targets.
220+
<Target Name="BeforeBuild">
221+
</Target>
222+
<Target Name="AfterBuild">
223+
</Target>
224+
-->
225+
<Import Project="..\..\..\..\..\common\build.targets" />
226+
</Project>

0 commit comments

Comments
 (0)