1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3+ <PropertyGroup >
4+ <ProjectGuid >{F8D24DDF-633D-4BE5-BE0B-5B3B23409C2F}</ProjectGuid >
5+ <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >AnimalKeybinds</RootNamespace >
10+ <AssemblyName >AnimalKeybinds</AssemblyName >
11+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
12+ <AppDesignerFolder >Properties</AppDesignerFolder >
13+ <TargetFrameworkProfile />
14+ <NoWin32Manifest >False</NoWin32Manifest >
15+ <AllowUnsafeBlocks >False</AllowUnsafeBlocks >
16+ <NoStdLib >False</NoStdLib >
17+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
18+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
19+ <WarningLevel >4</WarningLevel >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Platform)' == 'AnyCPU' " >
22+ <PlatformTarget >AnyCPU</PlatformTarget >
23+ <BaseAddress >4194304</BaseAddress >
24+ <RegisterForComInterop >False</RegisterForComInterop >
25+ <GenerateSerializationAssemblies >Auto</GenerateSerializationAssemblies >
26+ <FileAlignment >4096</FileAlignment >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
29+ <OutputPath >..\..\Assemblies\</OutputPath >
30+ <DebugSymbols >True</DebugSymbols >
31+ <DebugType >None</DebugType >
32+ <Optimize >False</Optimize >
33+ <CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
34+ <DefineConstants >DEBUG;TRACE</DefineConstants >
35+ <BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
38+ <OutputPath >bin\Release\</OutputPath >
39+ <DebugSymbols >False</DebugSymbols >
40+ <DebugType >None</DebugType >
41+ <Optimize >True</Optimize >
42+ <CheckForOverflowUnderflow >False</CheckForOverflowUnderflow >
43+ <DefineConstants >TRACE</DefineConstants >
44+ </PropertyGroup >
45+ <ItemGroup >
46+ <Reference Include =" Assembly-CSharp" >
47+ <HintPath >..\..\..\..\RimWorld1249Win_Data\Managed\Assembly-CSharp.dll</HintPath >
48+ <Private >False</Private >
49+ </Reference >
50+ <Reference Include =" System" />
51+ <Reference Include =" System.Core" >
52+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
53+ </Reference >
54+ <Reference Include =" System.Xml" />
55+ <Reference Include =" System.Xml.Linq" >
56+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
57+ </Reference >
58+ <Reference Include =" UnityEngine" >
59+ <HintPath >..\..\..\..\RimWorld1249Win_Data\Managed\UnityEngine.dll</HintPath >
60+ <Private >False</Private >
61+ </Reference >
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" AnimalKeybindsMapComponent.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ </ItemGroup >
67+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68+ </Project >
0 commit comments