-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBugSplatCrashHandler.csproj.user
29 lines (29 loc) · 1.27 KB
/
BugSplatCrashHandler.csproj.user
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>-i TestData/BsSndRpt.ini</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<StartArguments>-i TestData/BsSndRpt.ini</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<StartArguments>-i TestData/BsSndRpt.ini</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<StartArguments>-i TestData/BsSndRpt.ini</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<StartArguments>-i TestData/BsSndRpt.ini</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<StartArguments>-i TestData/BsSndRpt.ini</StartArguments>
</PropertyGroup>
<ItemGroup>
<Compile Update="CrashDetailsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="CrashDialogForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>