1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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 >{C8FF7012-37B7-4D64-AB45-0C62195302EC}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >OptimizelySDK.Net35</RootNamespace >
11+ <AssemblyName >OptimizelySDK.Net35</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >TRACE;DEBUG;NET35</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE;NET35</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" MurmurHash, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
34+ <HintPath >..\packages\murmurhash.1.0.0\lib\net35\MurmurHash.dll</HintPath >
35+ <Private >True</Private >
36+ </Reference >
37+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38+ <SpecificVersion >False</SpecificVersion >
39+ <HintPath >JsonNet\Newtonsoft.Json.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" System.Data" />
46+ <Reference Include =" System.Xml" />
47+ </ItemGroup >
48+ <ItemGroup >
49+ <Compile Include =" ..\OptimizelySDK\Bucketer.cs" >
50+ <Link >Bucketer.cs</Link >
51+ </Compile >
52+ <Compile Include =" ..\OptimizelySDK\Entity\Attribute.cs" >
53+ <Link >Entity\Attribute.cs</Link >
54+ </Compile >
55+ <Compile Include =" ..\OptimizelySDK\Entity\Audience.cs" >
56+ <Link >Entity\Audience.cs</Link >
57+ </Compile >
58+ <Compile Include =" ..\OptimizelySDK\Entity\Entity.cs" >
59+ <Link >Entity\Entity.cs</Link >
60+ </Compile >
61+ <Compile Include =" ..\OptimizelySDK\Entity\Event.cs" >
62+ <Link >Entity\Event.cs</Link >
63+ </Compile >
64+ <Compile Include =" ..\OptimizelySDK\Entity\EventAttributes.cs" >
65+ <Link >Entity\EventAttributes.cs</Link >
66+ </Compile >
67+ <Compile Include =" ..\OptimizelySDK\Entity\Experiment.cs" >
68+ <Link >Entity\Experiment.cs</Link >
69+ </Compile >
70+ <Compile Include =" ..\OptimizelySDK\Entity\ForcedVariation.cs" >
71+ <Link >Entity\ForcedVariation.cs</Link >
72+ </Compile >
73+ <Compile Include =" ..\OptimizelySDK\Entity\Group.cs" >
74+ <Link >Entity\Group.cs</Link >
75+ </Compile >
76+ <Compile Include =" ..\OptimizelySDK\Entity\IdKeyEntity.cs" >
77+ <Link >Entity\IdKeyEntity.cs</Link >
78+ </Compile >
79+ <Compile Include =" ..\OptimizelySDK\Entity\TrafficAllocation.cs" >
80+ <Link >Entity\TrafficAllocation.cs</Link >
81+ </Compile >
82+ <Compile Include =" ..\OptimizelySDK\Entity\UserAttributes.cs" >
83+ <Link >Entity\UserAttributes.cs</Link >
84+ </Compile >
85+ <Compile Include =" ..\OptimizelySDK\Entity\Variation.cs" >
86+ <Link >Entity\Variation.cs</Link >
87+ </Compile >
88+ <Compile Include =" ..\OptimizelySDK\ErrorHandler\DefaultErrorHandler.cs" >
89+ <Link >ErrorHandler\DefaultErrorHandler.cs</Link >
90+ </Compile >
91+ <Compile Include =" ..\OptimizelySDK\ErrorHandler\IErrorHandler.cs" >
92+ <Link >ErrorHandler\IErrorHandler.cs</Link >
93+ </Compile >
94+ <Compile Include =" ..\OptimizelySDK\ErrorHandler\NoOpErrorHandler.cs" >
95+ <Link >ErrorHandler\NoOpErrorHandler.cs</Link >
96+ </Compile >
97+ <Compile Include =" ..\OptimizelySDK\Event\Builder\EventBuilder.cs" >
98+ <Link >Event\EventBuilder.cs</Link >
99+ </Compile >
100+ <Compile Include =" ..\OptimizelySDK\Event\Builder\Params.cs" >
101+ <Link >Event\Params.cs</Link >
102+ </Compile >
103+ <Compile Include =" ..\OptimizelySDK\Event\Dispatcher\DefaultEventDispatcher.cs" >
104+ <Link >Event\DefaultEventDispatcher.cs</Link >
105+ </Compile >
106+ <Compile Include =" ..\OptimizelySDK\Event\Dispatcher\IEventDispatcher.cs" >
107+ <Link >Event\IEventDispatcher.cs</Link >
108+ </Compile >
109+ <Compile Include =" ..\OptimizelySDK\Event\Dispatcher\WebRequestEventDispatcher35.cs" >
110+ <Link >Event\WebRequestEventDispatcher35.cs</Link >
111+ </Compile >
112+ <Compile Include =" ..\OptimizelySDK\Event\LogEvent.cs" >
113+ <Link >Event\LogEvent.cs</Link >
114+ </Compile >
115+ <Compile Include =" ..\OptimizelySDK\Exceptions\OptimizelyException.cs" >
116+ <Link >Exceptions\OptimizelyException.cs</Link >
117+ </Compile >
118+ <Compile Include =" ..\OptimizelySDK\Logger\DefaultLogger.cs" >
119+ <Link >Logger\DefaultLogger.cs</Link >
120+ </Compile >
121+ <Compile Include =" ..\OptimizelySDK\Logger\ILogger.cs" >
122+ <Link >Logger\ILogger.cs</Link >
123+ </Compile >
124+ <Compile Include =" ..\OptimizelySDK\Logger\NoOpLogger.cs" >
125+ <Link >Logger\NoOpLogger.cs</Link >
126+ </Compile >
127+ <Compile Include =" ..\OptimizelySDK\Optimizely.cs" >
128+ <Link >Optimizely.cs</Link >
129+ </Compile >
130+ <Compile Include =" ..\OptimizelySDK\ProjectConfig.cs" >
131+ <Link >ProjectConfig.cs</Link >
132+ </Compile >
133+ <Compile Include =" ..\OptimizelySDK\Utils\ConditionEvaluator.cs" >
134+ <Link >Utils\ConditionEvaluator.cs</Link >
135+ </Compile >
136+ <Compile Include =" ..\OptimizelySDK\Utils\ConfigParser.cs" >
137+ <Link >Utils\ConfigParser.cs</Link >
138+ </Compile >
139+ <Compile Include =" ..\OptimizelySDK\Utils\EventTagUtils.cs" >
140+ <Link >Utils\EventTagUtils.cs</Link >
141+ </Compile >
142+ <Compile Include =" ..\OptimizelySDK\Utils\Schema.cs" >
143+ <Link >Utils\Schema.cs</Link >
144+ </Compile >
145+ <Compile Include =" ..\OptimizelySDK\Utils\Validator.cs" >
146+ <Link >Utils\Validator.cs</Link >
147+ </Compile >
148+ <Compile Include =" Properties\AssemblyInfo.cs" />
149+ </ItemGroup >
150+ <ItemGroup >
151+ <None Include =" ..\OptimizelySDK\Utils\schema.json" >
152+ <Link >Utils\schema.json</Link >
153+ </None >
154+ <None Include =" packages.config" />
155+ </ItemGroup >
156+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
158+ Other similar extension points exist, see Microsoft.Common.targets.
159+ <Target Name="BeforeBuild">
160+ </Target>
161+ <Target Name="AfterBuild">
162+ </Target>
163+ -->
164+ </Project >
0 commit comments