-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssembly-CSharp-firstpass-metro-vs2012.csproj
118 lines (118 loc) · 7.13 KB
/
Assembly-CSharp-firstpass-metro-vs2012.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)UnityCommon.props" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{194D914D-0664-444E-B663-4D0F1C80AF68}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp-firstpass</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<RootNamespace>AssemblyCSharpmetro</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<TargetFrameworkVersion />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Store 8.0\x86\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;ENABLE_PROFILER;NETFX_CORE;UNITY_METRO;UNITY_4_0_0;UNITY_4_0;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_IMAGEEFFECTS;UNITY_WINRT;ENABLE_AUDIO_FMOD;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_AUDIO;UNITY_METRO_8_0;</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Store 8.0\x86\Release</OutputPath>
<DefineConstants>TRACE;ENABLE_PROFILER;NETFX_CORE;UNITY_METRO;UNITY_4_0_0;UNITY_4_0;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_IMAGEEFFECTS;UNITY_WINRT;ENABLE_AUDIO_FMOD;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_AUDIO;UNITY_METRO_8_0;</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Master|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Store 8.0\x86\Master</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;UNITY_METRO;UNITY_4_0_0;UNITY_4_0;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_IMAGEEFFECTS;UNITY_WINRT;ENABLE_AUDIO_FMOD;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_AUDIO;UNITY_METRO_8_0;</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Store 8.0\ARM\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;ENABLE_PROFILER;NETFX_CORE;UNITY_METRO;UNITY_4_0_0;UNITY_4_0;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_IMAGEEFFECTS;UNITY_WINRT;ENABLE_AUDIO_FMOD;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_AUDIO;UNITY_METRO_8_0;</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Store 8.0\ARM\Release</OutputPath>
<DefineConstants>TRACE;ENABLE_PROFILER;NETFX_CORE;UNITY_METRO;UNITY_4_0_0;UNITY_4_0;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_IMAGEEFFECTS;UNITY_WINRT;ENABLE_AUDIO_FMOD;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_AUDIO;UNITY_METRO_8_0;</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Master|ARM' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Store 8.0\ARM\Master</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;UNITY_METRO;UNITY_4_0_0;UNITY_4_0;ENABLE_WWW;ENABLE_SHADOWS;ENABLE_IMAGEEFFECTS;UNITY_WINRT;ENABLE_AUDIO_FMOD;ENABLE_PHYSICS;ENABLE_TERRAIN;ENABLE_CACHING;ENABLE_GENERICS;ENABLE_MOVIES;ENABLE_AUDIO;UNITY_METRO_8_0;</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="UnityEngine">
<HintPath>$(SolutionDir)\$(SolutionName)\Unprocessed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="WinRTLegacy">
<HintPath>$(SolutionDir)\$(SolutionName)\Unprocessed\WinRTLegacy.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\**\Plugins\**\*.cs; Assets\Standard Assets\**\*.cs; Assets\Pro Standard Assets\**\*.cs; Assets\Standard Assets (Mobile)\**\*.cs; Assets\Resources\**\*.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<PropertyGroup>
<CleanDependsOn>$(CleanDependsOn);CleanSerializationWeaver</CleanDependsOn>
</PropertyGroup>
<PropertyGroup>
<SerializationWeaverUnprocessedDir>$(TargetDir)Unprocessed\</SerializationWeaverUnprocessedDir>
</PropertyGroup>
<Target Name="AfterCompile">
<Message Importance="high" Text="Running Serialization Weaver..." />
<Exec Command=""$(UnityWSAPlayerDir)\Tools\SerializationWeaver\SerializationWeaver.exe" "@(IntermediateAssembly->'%(FullPath)')" -pdb -verbose -unity-engine="$(SolutionDir)$(SolutionName)\Unprocessed\UnityEngine.dll" "$(SerializationWeaverUnprocessedDir.TrimEnd('\'))"" />
<Message Importance="high" Text="Serialization Weaver done." />
</Target>
<Target Name="CleanSerializationWeaver">
<Delete Files="$(SerializationWeaverUnprocessedDir)$(TargetFileName)" />
<Delete Files="$(SerializationWeaverUnprocessedDir)$(TargetName).pdb" />
</Target>
</Project>