-
Notifications
You must be signed in to change notification settings - Fork 1
/
Assembly-CSharp-Editor-vs.csproj
245 lines (244 loc) · 19.6 KB
/
Assembly-CSharp-Editor-vs.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D9998111-55B8-5B2E-B720-A3361D2D38B5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp-Editor</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_4_6_0;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;ENABLE_DUCK_TYPING</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Downloads\NGUI\Examples\Scripts\InventorySystem\Editor\InvDatabaseInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Examples\Scripts\InventorySystem\Editor\InvFindItem.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\BMFontReader.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\ComponentSelector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\NGUIEditorTools.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\NGUIJson.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\NGUIMenu.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\NGUISelectionTools.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\NGUISettings.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\NGUITransformInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\SpriteSelector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIAtlasInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIAtlasMaker.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UICameraTool.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UICreateNewUIWizard.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UICreateWidgetWizard.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIDrawCallInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIFilledSpriteInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIFontInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIFontMaker.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIImageButtonInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UILabelInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIPanelInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIPanelTool.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIPopupListInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIScrollBarInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UISlicedSpriteInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UISliderInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UISpriteAnimationInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UISpriteInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UITextureInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UITexturePacker.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UITiledSpriteInspector.cs" />
<Compile Include="Assets\Downloads\NGUI\Scripts\Editor\UIWidgetInspector.cs" />
<Compile Include="Assets\Downloads\Sample Assets\Cameras\Scripts\Editor\AutoCamInspector.cs" />
<Compile Include="Assets\Downloads\Sample Assets\Cameras\Scripts\Editor\FreeLookCamInspector.cs" />
<Compile Include="Assets\Editor\UnitTests\ItemServiceTest.cs" />
<Compile Include="Assets\Editor\UnitTests\LevelServiceTest.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\AssertionComponentEditor.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\AssertionExplorerWindow.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\AssertionListRenderer.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\AssertionStripper.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\DropDownControl.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\GroupByComparerRenderer.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\GroupByExecutionMethodRenderer.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\GroupByGORenderer.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\GroupByNothingRenderer.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\GroupByTestsRenderer.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\PropertyPathSelector.cs" />
<Compile Include="Assets\UnityTestTools\Assertions\Editor\PropertyResolver.cs" />
<Compile Include="Assets\UnityTestTools\Common\Editor\Icons.cs" />
<Compile Include="Assets\UnityTestTools\Examples\UnitTestExamples\Editor\InheritedTests.cs" />
<Compile Include="Assets\UnityTestTools\Examples\UnitTestExamples\Editor\NSubstituteDemo.cs" />
<Compile Include="Assets\UnityTestTools\Examples\UnitTestExamples\Editor\SampleTests.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\Batch.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\IntegrationTestRunnerRenderer.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\IntegrationTestsRunnerWindow.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\PlatformRunner.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\PlatformRunnerSettingsWindow.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\TestComponentEditor.cs" />
<Compile Include="Assets\UnityTestTools\IntegrationTestsFramework\TestRunner\Editor\TestManager.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\Batch.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\BackgroundRunner.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\GroupedByHierarchyRenderer.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\GuiHelper.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\ITestRunnerCallback.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\IUnitTestEngine.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\Menus.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\NUnitExtensions.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\NUnitTestEngine.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\TestRunner.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\TestRunnerCallbackList.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\UnitTestInfo.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\UnitTestResult.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\TestRunner\UnitTestView.cs" />
<Compile Include="Assets\UnityTestTools\UnitTesting\Editor\UnityUnitTest.cs" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Depth Cutout.shader" />
<None Include="Assets\Standard Assets\Projectors\Guidelines.txt" />
<None Include="Assets\Standard Assets\Projectors\Sources\Shaders\Projector Multiply.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Models\Orc\Orc Skin.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\Cursor.shader" />
<None Include="Assets\UnityTestTools\LICENSE.txt" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\Wooden\Arimo20.txt" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\Wooden\Arimo14.txt" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\ParticleAdditiveBlend.shader" />
<None Include="Assets\Downloads\Dark Future\ReadMe.txt" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\GUI - Text Shader (SoftClip).shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\SamplePositions.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\Additive.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Dynamic Font (AlphaClip).shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Masked Colored.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\Wooden\Arimo18.txt" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Resources\HeightDepthOfField.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\Shared.cginc" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Resources\BlurPassesForDof.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Transparent Colored (Packed) (AlphaClip) .shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\Coord.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\Fallback.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\SciFi\SciFi Font - Header.txt" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Premultiplied Colored (AlphaClip).shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\Multiply.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Projectors\Shaders\Projector Additive.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Transparent Colored (AlphaClip).shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\GUI - Text Shader (AlphaClip).shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\CharacterSelfIlluminationReflective.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\Fantasy\Fantasy Font - Normal.txt" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\InterpolateAlongRays.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Resources\ColoredNoise.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\Refractive\Refractive Font - Normal.txt" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\DepthBreaks.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\PlanarRealtimeReflection.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Particle Systems\Shaders\Priority Particle Alpha.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Dynamic Font (SoftClip).shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\ReflectiveBackgroundPlanar.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\EnemySelfIlluminationReflective.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Particle Systems\Particle Systems Guidelines.txt" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\AngryInclude.cginc" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Resources\MobileBloom.shader" />
<None Include="Assets\Standard Assets\Projectors\Sources\Shaders\Projector Light.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\ParticleAdditive.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Transparent Colored (Packed) (SoftClip).shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Premultiplied Colored (SoftClip).shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Premultiplied Colored.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Dynamic Font.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Particle Systems\Shaders\Priority Particle Add (Soft).shader" />
<None Include="Assets\Downloads\NGUI\ReadMe - 2.7.0.txt" />
<None Include="Assets\UnityTestTools\changelog.txt" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Transparent Colored.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Other\English.txt" />
<None Include="Assets\Downloads\NGUI\Examples\Other\French.txt" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Transparent Colored (Packed).shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\LaserScope.shader" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\BackgroundAndCharacters\SuperSimpleSelfIllumination.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Shaders\Mobile-Spec.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Additive Colored.shader" />
<None Include="Assets\Downloads\prototype_textures\readme.txt" />
<None Include="Assets\Downloads\Sample Assets\Cameras\Camera Guidelines.txt" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\Refractive\Refractive Font - Header.txt" />
<None Include="Assets\Downloads\NGUI\Examples\Shaders\Refractive.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\Raymarch.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\FinalInterpolation.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\Depth.shader" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Depth.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Atlases\SciFi\SciFi Font - Normal.txt" />
<None Include="Assets\Downloads\Sample Assets\Characters and Vehicles\Rolling Ball\Rolling Ball Guidelines.txt" />
<None Include="Assets\UnityTestTools\Examples\IntegrationTestsFrameworkExamples\AngryBotsTests\Shaders\Fx\ParticleBlend.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Light Shafts Guidelines.txt" />
<None Include="Assets\Downloads\NGUI\Resources\Shaders\Unlit - Transparent Colored (SoftClip).shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Particle Systems\Shaders\Priority Particle Add.shader" />
<None Include="Assets\Downloads\Gem Shader\diamond shader.shader" />
<None Include="Assets\Downloads\NGUI\Examples\Models\Orc Armor\Orc Armor.shader" />
<None Include="Assets\Downloads\Sample Assets\Effects\Light Shafts\Shaders\ColorFilter.shader" />
<Reference Include="Assembly-UnityScript">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Library/ScriptAssemblies/Assembly-UnityScript.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.0/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.UI">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.0/Editor/UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include="NSubstitute">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Assets/UnityTestTools/UnitTesting/Editor/NSubstitute/NSubstitute.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Assets/UnityTestTools/UnitTesting/Editor/NUnit/Libs/Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Mdb">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Assets/UnityTestTools/UnitTesting/Editor/NUnit/Libs/Mono.Cecil.Mdb.dll</HintPath>
</Reference>
<Reference Include="nunit.core">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Assets/UnityTestTools/UnitTesting/Editor/NUnit/Libs/nunit.core.dll</HintPath>
</Reference>
<Reference Include="nunit.core.interfaces">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Assets/UnityTestTools/UnitTesting/Editor/NUnit/Libs/nunit.core.interfaces.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>D:/Dev/Unity/Projects/GitBallGame/Assets/UnityTestTools/UnitTesting/Editor/NUnit/Libs/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Graphs">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Assembly-CSharp-vs.csproj">
<Project>{E009D4F5-9115-DAE5-B705-F471C7590BBD}</Project> <Name>Assembly-CSharp-vs</Name> </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>