-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnityEngine.UnityAnalyticsModule_NOTELEMETRY_KSP18.csproj
More file actions
63 lines (63 loc) · 2.82 KB
/
UnityEngine.UnityAnalyticsModule_NOTELEMETRY_KSP18.csproj
File metadata and controls
63 lines (63 loc) · 2.82 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{031DAA5B-47BC-4264-8CE0-C13802C4BE4F}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>UnityEngine.UnityAnalyticsModule</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<ApplicationVersion>0.0.0.0</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>UnityEngine</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Core" />
<Reference Include="System" />
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.SharedInternalsModule">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="RemoteSettings.cs" />
<Compile Include="RemoteConfigSettings.cs" />
<Compile Include="RemoteConfigSettingsHelper.cs" />
<Compile Include="Analytics\CustomEventData.cs" />
<Compile Include="Analytics\Gender.cs" />
<Compile Include="Analytics\AnalyticsResult.cs" />
<Compile Include="Analytics\Analytics.cs" />
<Compile Include="Analytics\AnalyticsSessionInfo.cs" />
<Compile Include="Analytics\AnalyticsSessionState.cs" />
<Compile Include="Analytics\ContinuousEvent.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>