source: FiniteItemRepairs/FiniteItemRepairs.csproj@ 509

Last change on this file since 509 was 509, checked in by alloc, 27 hours ago

Initial commit for FiniteItemRepairs mod

File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
4 Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"/>
5 <PropertyGroup>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{04FD5F18-9C29-4CE8-9BD9-6C72EE214D5B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>FiniteItemRepairs</RootNamespace>
12 <AssemblyName>FiniteItemRepairs</AssemblyName>
13 <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <LangVersion>9</LangVersion>
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>embedded</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>Mods\FiniteItemRepairs</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <DebugSymbols>true</DebugSymbols>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="0Harmony">
39 <HintPath>7dtd-binaries\0Harmony.dll</HintPath>
40 <Private>False</Private>
41 </Reference>
42 <Reference Include="Assembly-CSharp">
43 <HintPath>7dtd-binaries\Assembly-CSharp.dll</HintPath>
44 <Private>False</Private>
45 </Reference>
46 <Reference Include="LogLibrary">
47 <HintPath>7dtd-binaries\LogLibrary.dll</HintPath>
48 <Private>False</Private>
49 </Reference>
50 <Reference Include="mscorlib">
51 <HintPath>7dtd-binaries\mscorlib.dll</HintPath>
52 <Private>False</Private>
53 </Reference>
54 <Reference Include="Newtonsoft.Json">
55 <HintPath>7dtd-binaries\Newtonsoft.Json.dll</HintPath>
56 <Private>False</Private>
57 </Reference>
58 <Reference Include="System">
59 <HintPath>7dtd-binaries\System.dll</HintPath>
60 <Private>False</Private>
61 </Reference>
62 <Reference Include="UnityEngine.CoreModule">
63 <HintPath>7dtd-binaries\UnityEngine.CoreModule.dll</HintPath>
64 <Private>False</Private>
65 </Reference>
66 </ItemGroup>
67 <ItemGroup>
68 <Compile Include="ConsoleCmdDegradationPercent.cs" />
69 <Compile Include="FiniteItemRepairsPatch.cs" />
70 <Compile Include="ModMain.cs" />
71 <Compile Include="Settings.cs" />
72 </ItemGroup>
73 <ItemGroup>
74 <Content Include="Licht.puml" />
75 <Content Include="ModInfo.xml">
76 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
77 </Content>
78 </ItemGroup>
79 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
80 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81 Other similar extension points exist, see Microsoft.Common.targets.
82 <Target Name="BeforeBuild">
83 </Target>
84 <Target Name="AfterBuild">
85 </Target>
86 -->
87</Project>
Note: See TracBrowser for help on using the repository browser.