-
Notifications
You must be signed in to change notification settings - Fork 4
/
YobbinCallouts.csproj
129 lines (129 loc) · 6.59 KB
/
YobbinCallouts.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
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>
<ProjectGuid>{2DD3A11E-3F0A-4324-8E9E-B3CE85718444}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>YobbinCallouts</RootNamespace>
<AssemblyName>YobbinCallouts</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CalloutInterfaceAPI, Version=1.0.3.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Users\matth\Downloads\CalloutInterface-1.4.1 (1)\Grand Theft Auto V\CalloutInterfaceAPI.dll</HintPath>
</Reference>
<Reference Include="LSPD First Response, Version=0.4.8242.35949, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\SteamLibrary\steamapps\common\Grand Theft Auto V\plugins\LSPD First Response.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\CODES\Every Day Callouts\LSPDFR-EveryDay-Callouts-master\EveryDayCallouts\EveryDayCallouts\bin\Debug\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
</Reference>
<Reference Include="RagePluginHook, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\..\LSPDFR_049_7874_Manual_Install\RAGEPluginHook.exe</HintPath>
</Reference>
<Reference Include="RagePluginHookSDK, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\RAGEPluginHook_1_87_1293_16189_Release\SDK\RagePluginHookSDK.dll</HintPath>
</Reference>
<Reference Include="StopThePed, Version=4.9.4.8, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\SteamLibrary\steamapps\common\Grand Theft Auto V\plugins\LSPDFR\StopThePed.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UltimateBackup, Version=1.8.7.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\SteamLibrary\steamapps\common\Grand Theft Auto V\plugins\LSPDFR\UltimateBackup.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CalloutInterfaceHandler.cs" />
<Compile Include="Callouts\ActiveShooter.cs" />
<Compile Include="Callouts\Arson.cs" />
<Compile Include="Callouts\BaitCar.cs" />
<Compile Include="Callouts\BarFight.cs" />
<Compile Include="Callouts\BrokenDownVehicle.cs" />
<Compile Include="Callouts\AssaultOnBus.cs" />
<Compile Include="Callouts\CitizenArrest.cs" />
<Compile Include="Callouts\DUIReported.cs" />
<Compile Include="Callouts\HospitalEmergency.cs" />
<Compile Include="Callouts\HumanTrafficking.cs" />
<Compile Include="Callouts\LandlordTenantDispute.cs" />
<Compile Include="Callouts\PedestrianHitByVehicle.cs" />
<Compile Include="Callouts\PersonWithWeapon.cs" />
<Compile Include="Callouts\Sovereign Citizen.cs" />
<Compile Include="Callouts\StolenCellPhone.cs" />
<Compile Include="Callouts\PropertyCheck.cs" />
<Compile Include="Callouts\PhotographyOfPrivateProperty.cs" />
<Compile Include="Callouts\RoadRage.cs" />
<Compile Include="Callouts\StolenMail.cs" />
<Compile Include="Callouts\StolenPoliceHardware.cs" />
<Compile Include="Callouts\TrafficBreak.cs" />
<Compile Include="Callouts\WeaponFound.cs" />
<Compile Include="Citizen.cs" />
<Compile Include="Config.cs" />
<Compile Include="EndCalloutHandler.cs" />
<Compile Include="CallHandler.cs" />
<Compile Include="EUP Config Helper.cs" />
<Compile Include="EUPHelper.cs" />
<Compile Include="InvestigationHandler.cs" />
<Compile Include="Main.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="StopThePedHelper.cs" />
<Compile Include="UltimateBackupHelper.cs" />
<Compile Include="Utilities\HostageExtensions.cs" />
<Compile Include="Utilities\VehicleExtensions.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="LICENSE" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>