forked from reinterpretcat/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnityVS.Demo.CSharp.csproj
123 lines (123 loc) · 7.66 KB
/
UnityVS.Demo.CSharp.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
<?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>{394054B5-D498-0ACD-B65D-7305D961E9AF}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>
</RootNamespace>
<AssemblyName>Assembly-CSharp</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Unity Full v3.5</TargetFrameworkProfile>
<CompilerResponseFile>
</CompilerResponseFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>DEBUG;TRACE;UNITY_5_0_1;UNITY_5_0;UNITY_5;ENABLE_LICENSE_RENAME;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_NEW_HIERARCHY;ENABLE_PHYSICS;ENABLE_PHYSICS_PHYSX3;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_AUDIOMIXER_SUSPEND;ENABLE_NONPRO;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;UNITY_5_0_1;UNITY_5_0;UNITY_5;ENABLE_LICENSE_RENAME;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_NEW_HIERARCHY;ENABLE_PHYSICS;ENABLE_PHYSICS_PHYSX3;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_AUDIOMIXER_SUSPEND;ENABLE_NONPRO;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="Boo.Lang" />
<Reference Include="UnityScript.Lang" />
<Reference Include="UnityEngine">
<HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine.UI">
<HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>Library\UnityAssemblies\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
<Reference Include="ActionStreetMap.Core">
<HintPath>Assets\Plugins\ActionStreetMap.Core.dll</HintPath>
</Reference>
<Reference Include="ActionStreetMap.Explorer">
<HintPath>Assets\Plugins\ActionStreetMap.Explorer.dll</HintPath>
</Reference>
<Reference Include="ActionStreetMap.Infrastructure">
<HintPath>Assets\Plugins\ActionStreetMap.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="ActionStreetMap.Maps">
<HintPath>Assets\Plugins\ActionStreetMap.Maps.dll</HintPath>
</Reference>
<Reference Include="ActionStreetMap.Unity">
<HintPath>Assets\Plugins\ActionStreetMap.Unity.dll</HintPath>
</Reference>
<Reference Include="Antlr3.Runtime">
<HintPath>Assets\Plugins\Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>Assets\Plugins\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="Zlib">
<HintPath>Assets\Plugins\Zlib.dll</HintPath>
</Reference>
<Reference Include="Assembly-UnityScript-firstpass">
<HintPath>Library\ScriptAssemblies\Assembly-UnityScript-firstpass.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="UnityVS.demo.CSharp.Plugins.csproj">
<Project>{2071D7E5-8793-A365-2370-6FB3D67F9099}</Project>
<Name>UnityVS.demo.CSharp.Plugins</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Scripts\Character\ActionStreetMapBehavior.cs" />
<Compile Include="Assets\Scripts\Character\DemoBootstrapper.cs" />
<Compile Include="Assets\Scripts\Character\MouseOrbit.cs" />
<Compile Include="Assets\Scripts\Console\Commands\GrepCommand.cs" />
<Compile Include="Assets\Scripts\Console\DebugConsole.cs" />
<Compile Include="Assets\Scripts\Console\DebugConsoleTrace.cs" />
<Compile Include="Assets\Scripts\Console\Utils\ConsoleMessage.cs" />
<Compile Include="Assets\Scripts\Console\Utils\FPSCounter.cs" />
<Compile Include="Assets\Scripts\Console\Utils\History.cs" />
<Compile Include="Assets\Scripts\Console\Watchers\VarWatcher.cs" />
<Compile Include="Assets\Scripts\Console\Watchers\WatchVar.cs" />
<Compile Include="Assets\Scripts\Console\Watchers\WatchVarBase.cs" />
<Compile Include="Assets\Scripts\Consts.cs" />
<Compile Include="Assets\Scripts\Demo\AndroidPathResolver.cs" />
<Compile Include="Assets\Scripts\Demo\DemoTileListener.cs" />
<Compile Include="Assets\Scripts\Demo\WebFileSystemService.cs" />
<Compile Include="Assets\Scripts\Demo\WebPathResolver.cs" />
<Compile Include="Assets\Scripts\Demo\WinPathResolver.cs" />
<Compile Include="Assets\Scripts\Map\DestroyableMeshBehaviour.cs" />
<Compile Include="Assets\Scripts\Map\ModifyableFacadeBehaviour.cs" />
<Compile Include="Assets\Scripts\Map\ModifyableTerrainBehaviour.cs" />
<None Include="Assets\Plugins\nunit.framework.xml" />
<None Include="Assets\Resources\Config\srtm.schema.txt" />
<None Include="Assets\Resources\Maps\osm\berlin\header.txt" />
<None Include="Assets\Resources\Maps\osm\moscow\header.txt" />
<None Include="Assets\Resources\Shaders\QT_Cubemaps.cginc" />
<None Include="Assets\Resources\Shaders\VertexColorsIBLReflective.shader" />
<None Include="Assets\Resources\Shaders\VertexLitIBL.cginc" />
<None Include="Assets\Shaders\VertexLit Colored.shader" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2013\UnityVS.CSharp.targets" />
</Project>