1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{B0170DEB-DB9F-46C1-A7F3-A449ECED2279}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >Send_Event</RootNamespace >
10+ <AssemblyName >Send_Event</AssemblyName >
11+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ <PublishUrl >publish\</PublishUrl >
16+ <Install >true</Install >
17+ <InstallFrom >Disk</InstallFrom >
18+ <UpdateEnabled >false</UpdateEnabled >
19+ <UpdateMode >Foreground</UpdateMode >
20+ <UpdateInterval >7</UpdateInterval >
21+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22+ <UpdatePeriodically >false</UpdatePeriodically >
23+ <UpdateRequired >false</UpdateRequired >
24+ <MapFileExtensions >true</MapFileExtensions >
25+ <ApplicationRevision >0</ApplicationRevision >
26+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27+ <IsWebBootstrapper >false</IsWebBootstrapper >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <BootstrapperEnabled >true</BootstrapperEnabled >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
32+ <DebugSymbols >true</DebugSymbols >
33+ <OutputPath >bin\x64\Debug\</OutputPath >
34+ <DefineConstants >TRACE;DEBUG;WIN64</DefineConstants >
35+ <DebugType >full</DebugType >
36+ <PlatformTarget >x64</PlatformTarget >
37+ <ErrorReport >prompt</ErrorReport >
38+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
39+ <Prefer32Bit >true</Prefer32Bit >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
42+ <OutputPath >bin\x64\Release\</OutputPath >
43+ <DefineConstants >TRACE;WIN64</DefineConstants >
44+ <Optimize >true</Optimize >
45+ <DebugType >pdbonly</DebugType >
46+ <PlatformTarget >x64</PlatformTarget >
47+ <ErrorReport >prompt</ErrorReport >
48+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
49+ <Prefer32Bit >true</Prefer32Bit >
50+ </PropertyGroup >
51+ <PropertyGroup >
52+ <StartupObject >Send_Event.Program</StartupObject >
53+ </PropertyGroup >
54+ <ItemGroup >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Core" />
57+ <Reference Include =" System.Xml.Linq" />
58+ <Reference Include =" System.Data.DataSetExtensions" />
59+ <Reference Include =" Microsoft.CSharp" />
60+ <Reference Include =" System.Data" />
61+ <Reference Include =" System.Net.Http" />
62+ <Reference Include =" System.Xml" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" Program.cs" />
66+ <Compile Include =" Properties\AssemblyInfo.cs" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <None Include =" App.config" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <ProjectReference Include =" ..\..\GizmoSDK\GizmoBase\GizmoBase.csproj" >
73+ <Project >{5c84642f-7db7-42b2-a3c9-d3f65d5610f1}</Project >
74+ <Name >GizmoBase</Name >
75+ </ProjectReference >
76+ <ProjectReference Include =" ..\..\GizmoSDK\GizmoDistribution\GizmoDistribution.csproj" >
77+ <Project >{8252f26d-0fbb-4e15-84f8-3d145758ab55}</Project >
78+ <Name >GizmoDistribution</Name >
79+ </ProjectReference >
80+ </ItemGroup >
81+ <ItemGroup >
82+ <NativeReference Include =" gzGizmoBaseLibraries, Version=1.0.0.0, Type=win32" >
83+ <Name >gzGizmoBaseLibraries.manifest</Name >
84+ <HintPath >..\..\Assets\Plugins\x64\gzGizmoBaseLibraries.manifest</HintPath >
85+ </NativeReference >
86+ <NativeReference Include =" gzGizmoDistributionLibraries, Version=1.0.0.0, Type=win32" >
87+ <Name >gzGizmoDistributionLibraries.manifest</Name >
88+ <HintPath >..\..\Assets\Plugins\x64\gzGizmoDistributionLibraries.manifest</HintPath >
89+ </NativeReference >
90+ <NativeReference Include =" gzGizmoRemoteDistributionLibraries, Version=1.0.0.0, Type=win32" >
91+ <Name >gzGizmoRemoteDistributionLibraries.manifest</Name >
92+ <HintPath >..\..\Assets\Plugins\x64\gzGizmoRemoteDistributionLibraries.manifest</HintPath >
93+ </NativeReference >
94+ </ItemGroup >
95+ <ItemGroup >
96+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6" >
97+ <Visible >False</Visible >
98+ <ProductName >Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName >
99+ <Install >true</Install >
100+ </BootstrapperPackage >
101+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
102+ <Visible >False</Visible >
103+ <ProductName >.NET Framework 3.5 SP1</ProductName >
104+ <Install >false</Install >
105+ </BootstrapperPackage >
106+ </ItemGroup >
107+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108+ </Project >
0 commit comments