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 >{F94F8AE1-C171-4A83-89E8-6557CA91A188}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GitHub.Unity</RootNamespace >
11
+ <AssemblyName >GitHub.UnityShim</AssemblyName >
12
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ <LangVersion >6</LangVersion >
16
+ <NuGetPackageImportStamp >
17
+ </NuGetPackageImportStamp >
18
+ <OutputPath >..\UnityExtension\Assets\Editor\build\</OutputPath >
19
+ </PropertyGroup >
20
+ <Import Project =" ..\..\common\properties.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22
+ <DebugSymbols >true</DebugSymbols >
23
+ <DebugType >full</DebugType >
24
+ <Optimize >false</Optimize >
25
+ <DefineConstants >DEBUG;TRACE;$(BuildDefs)</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ <RunCodeAnalysis >false</RunCodeAnalysis >
29
+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
30
+ <CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <DefineConstants >TRACE;$(BuildDefs)</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ <BuildConfig >Release</BuildConfig >
39
+ <RunCodeAnalysis >false</RunCodeAnalysis >
40
+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
41
+ <CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'dev|AnyCPU'" >
44
+ <DebugSymbols >true</DebugSymbols >
45
+ <DebugType >full</DebugType >
46
+ <Optimize >false</Optimize >
47
+ <DefineConstants >TRACE;DEBUG;DEVELOPER_BUILD;$(BuildDefs)</DefineConstants >
48
+ <ErrorReport >prompt</ErrorReport >
49
+ <WarningLevel >4</WarningLevel >
50
+ <RunCodeAnalysis >false</RunCodeAnalysis >
51
+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
52
+ <CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
53
+ <CodeAnalysisRuleSet >..\..\common\codeanalysis-debug.ruleset</CodeAnalysisRuleSet >
54
+ </PropertyGroup >
55
+ <PropertyGroup >
56
+ <BuildConfig Condition =" '$(BuildConfig)' == '' " >Debug</BuildConfig >
57
+ </PropertyGroup >
58
+ <ItemGroup >
59
+ <Reference Include =" System" />
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
+ <Compile Include =" UnityShim.cs" />
71
+ </ItemGroup >
72
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73
+ <Import Project =" ..\..\common\build.targets" />
74
+ </Project >
0 commit comments