|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | + <ReleaseVersion>1.2.1</ReleaseVersion> |
| 6 | + <AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile> |
| 7 | + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| 8 | + </PropertyGroup> |
| 9 | + <ItemGroup> |
| 10 | + <Compile Include="..\OptimizelySDK\IOptimizely.cs"> |
| 11 | + <Link>IOptimizely.cs</Link> |
| 12 | + </Compile> |
| 13 | + <Compile Include="..\OptimizelySDK\Optimizely.cs"> |
| 14 | + <Link>Optimizely.cs</Link> |
| 15 | + </Compile> |
| 16 | + <Compile Include="..\OptimizelySDK\OptimizelyFactory.cs"> |
| 17 | + <Link>OptimizelyFactory.cs</Link> |
| 18 | + </Compile> |
| 19 | + <Compile Include="..\OptimizelySDK\ProjectConfig.cs"> |
| 20 | + <Link>ProjectConfig.cs</Link> |
| 21 | + </Compile> |
| 22 | + <Compile Include="..\OptimizelySDK\AudienceConditions\AndCondition.cs"> |
| 23 | + <Link>AudienceConditions\AndCondition.cs</Link> |
| 24 | + </Compile> |
| 25 | + <Compile Include="..\OptimizelySDK\AudienceConditions\AudienceIdCondition.cs"> |
| 26 | + <Link>AudienceConditions\AudienceIdCondition.cs</Link> |
| 27 | + </Compile> |
| 28 | + <Compile Include="..\OptimizelySDK\AudienceConditions\BaseCondition.cs"> |
| 29 | + <Link>AudienceConditions\BaseCondition.cs</Link> |
| 30 | + </Compile> |
| 31 | + <Compile Include="..\OptimizelySDK\AudienceConditions\EmptyCondition.cs"> |
| 32 | + <Link>AudienceConditions\EmptyCondition.cs</Link> |
| 33 | + </Compile> |
| 34 | + <Compile Include="..\OptimizelySDK\AudienceConditions\ICondition.cs"> |
| 35 | + <Link>AudienceConditions\ICondition.cs</Link> |
| 36 | + </Compile> |
| 37 | + <Compile Include="..\OptimizelySDK\AudienceConditions\NotCondition.cs"> |
| 38 | + <Link>AudienceConditions\NotCondition.cs</Link> |
| 39 | + </Compile> |
| 40 | + <Compile Include="..\OptimizelySDK\AudienceConditions\OrCondition.cs"> |
| 41 | + <Link>AudienceConditions\OrCondition.cs</Link> |
| 42 | + </Compile> |
| 43 | + <Compile Include="..\OptimizelySDK\Bucketing\Bucketer.cs"> |
| 44 | + <Link>Bucketing\Bucketer.cs</Link> |
| 45 | + </Compile> |
| 46 | + <Compile Include="..\OptimizelySDK\Bucketing\Decision.cs"> |
| 47 | + <Link>Bucketing\Decision.cs</Link> |
| 48 | + </Compile> |
| 49 | + <Compile Include="..\OptimizelySDK\Bucketing\DecisionService.cs"> |
| 50 | + <Link>Bucketing\DecisionService.cs</Link> |
| 51 | + </Compile> |
| 52 | + <Compile Include="..\OptimizelySDK\Bucketing\UserProfile.cs"> |
| 53 | + <Link>Bucketing\UserProfile.cs</Link> |
| 54 | + </Compile> |
| 55 | + <Compile Include="..\OptimizelySDK\Bucketing\UserProfileService.cs"> |
| 56 | + <Link>Bucketing\UserProfileService.cs</Link> |
| 57 | + </Compile> |
| 58 | + <Compile Include="..\OptimizelySDK\Bucketing\UserProfileUtil.cs"> |
| 59 | + <Link>Bucketing\UserProfileUtil.cs</Link> |
| 60 | + </Compile> |
| 61 | + <Compile Include="..\OptimizelySDK\Config\DatafileProjectConfig.cs"> |
| 62 | + <Link>Config\DatafileProjectConfig.cs</Link> |
| 63 | + </Compile> |
| 64 | + <Compile Include="..\OptimizelySDK\Config\FallbackProjectConfigManager.cs"> |
| 65 | + <Link>Config\FallbackProjectConfigManager.cs</Link> |
| 66 | + </Compile> |
| 67 | + <Compile Include="..\OptimizelySDK\Config\HttpProjectConfigManager.cs"> |
| 68 | + <Link>Config\HttpProjectConfigManager.cs</Link> |
| 69 | + </Compile> |
| 70 | + <Compile Include="..\OptimizelySDK\Config\PollingProjectConfigManager.cs"> |
| 71 | + <Link>Config\PollingProjectConfigManager.cs</Link> |
| 72 | + </Compile> |
| 73 | + <Compile Include="..\OptimizelySDK\Config\ProjectConfigManager.cs"> |
| 74 | + <Link>Config\ProjectConfigManager.cs</Link> |
| 75 | + </Compile> |
| 76 | + <Compile Include="..\OptimizelySDK\Entity\Attribute.cs"> |
| 77 | + <Link>Entity\Attribute.cs</Link> |
| 78 | + </Compile> |
| 79 | + <Compile Include="..\OptimizelySDK\Entity\Audience.cs"> |
| 80 | + <Link>Entity\Audience.cs</Link> |
| 81 | + </Compile> |
| 82 | + <Compile Include="..\OptimizelySDK\Entity\Entity.cs"> |
| 83 | + <Link>Entity\Entity.cs</Link> |
| 84 | + </Compile> |
| 85 | + <Compile Include="..\OptimizelySDK\Entity\Event.cs"> |
| 86 | + <Link>Entity\Event.cs</Link> |
| 87 | + </Compile> |
| 88 | + <Compile Include="..\OptimizelySDK\Entity\EventAttributes.cs"> |
| 89 | + <Link>Entity\EventAttributes.cs</Link> |
| 90 | + </Compile> |
| 91 | + <Compile Include="..\OptimizelySDK\Entity\Experiment.cs"> |
| 92 | + <Link>Entity\Experiment.cs</Link> |
| 93 | + </Compile> |
| 94 | + <Compile Include="..\OptimizelySDK\Entity\FeatureDecision.cs"> |
| 95 | + <Link>Entity\FeatureDecision.cs</Link> |
| 96 | + </Compile> |
| 97 | + <Compile Include="..\OptimizelySDK\Entity\FeatureFlag.cs"> |
| 98 | + <Link>Entity\FeatureFlag.cs</Link> |
| 99 | + </Compile> |
| 100 | + <Compile Include="..\OptimizelySDK\Entity\FeatureVariable.cs"> |
| 101 | + <Link>Entity\FeatureVariable.cs</Link> |
| 102 | + </Compile> |
| 103 | + <Compile Include="..\OptimizelySDK\Entity\FeatureVariableUsage.cs"> |
| 104 | + <Link>Entity\FeatureVariableUsage.cs</Link> |
| 105 | + </Compile> |
| 106 | + <Compile Include="..\OptimizelySDK\Entity\ForcedVariation.cs"> |
| 107 | + <Link>Entity\ForcedVariation.cs</Link> |
| 108 | + </Compile> |
| 109 | + <Compile Include="..\OptimizelySDK\Entity\Group.cs"> |
| 110 | + <Link>Entity\Group.cs</Link> |
| 111 | + </Compile> |
| 112 | + <Compile Include="..\OptimizelySDK\Entity\IdKeyEntity.cs"> |
| 113 | + <Link>Entity\IdKeyEntity.cs</Link> |
| 114 | + </Compile> |
| 115 | + <Compile Include="..\OptimizelySDK\Entity\Rollout.cs"> |
| 116 | + <Link>Entity\Rollout.cs</Link> |
| 117 | + </Compile> |
| 118 | + <Compile Include="..\OptimizelySDK\Entity\TrafficAllocation.cs"> |
| 119 | + <Link>Entity\TrafficAllocation.cs</Link> |
| 120 | + </Compile> |
| 121 | + <Compile Include="..\OptimizelySDK\Entity\UserAttributes.cs"> |
| 122 | + <Link>Entity\UserAttributes.cs</Link> |
| 123 | + </Compile> |
| 124 | + <Compile Include="..\OptimizelySDK\Entity\Variation.cs"> |
| 125 | + <Link>Entity\Variation.cs</Link> |
| 126 | + </Compile> |
| 127 | + <Compile Include="..\OptimizelySDK\ErrorHandler\DefaultErrorHandler.cs"> |
| 128 | + <Link>ErrorHandler\DefaultErrorHandler.cs</Link> |
| 129 | + </Compile> |
| 130 | + <Compile Include="..\OptimizelySDK\ErrorHandler\IErrorHandler.cs"> |
| 131 | + <Link>ErrorHandler\IErrorHandler.cs</Link> |
| 132 | + </Compile> |
| 133 | + <Compile Include="..\OptimizelySDK\ErrorHandler\NoOpErrorHandler.cs"> |
| 134 | + <Link>ErrorHandler\NoOpErrorHandler.cs</Link> |
| 135 | + </Compile> |
| 136 | + <Compile Include="..\OptimizelySDK\Event\EventFactory.cs"> |
| 137 | + <Link>Event\EventFactory.cs</Link> |
| 138 | + </Compile> |
| 139 | + <Compile Include="..\OptimizelySDK\Event\LogEvent.cs"> |
| 140 | + <Link>Event\LogEvent.cs</Link> |
| 141 | + </Compile> |
| 142 | + <Compile Include="..\OptimizelySDK\Event\UserEventFactory.cs"> |
| 143 | + <Link>Event\UserEventFactory.cs</Link> |
| 144 | + </Compile> |
| 145 | + <Compile Include="..\OptimizelySDK\Event\Builder\EventBuilder.cs"> |
| 146 | + <Link>Event\Builder\EventBuilder.cs</Link> |
| 147 | + </Compile> |
| 148 | + <Compile Include="..\OptimizelySDK\Event\Builder\Params.cs"> |
| 149 | + <Link>Event\Builder\Params.cs</Link> |
| 150 | + </Compile> |
| 151 | + <Compile Include="..\OptimizelySDK\Event\Dispatcher\DefaultEventDispatcher.cs"> |
| 152 | + <Link>Event\Dispatcher\DefaultEventDispatcher.cs</Link> |
| 153 | + </Compile> |
| 154 | + <Compile Include="..\OptimizelySDK\Event\Dispatcher\HttpClientEventDispatcher45.cs"> |
| 155 | + <Link>Event\Dispatcher\HttpClientEventDispatcher45.cs</Link> |
| 156 | + </Compile> |
| 157 | + <Compile Include="..\OptimizelySDK\Event\Dispatcher\IEventDispatcher.cs"> |
| 158 | + <Link>Event\Dispatcher\IEventDispatcher.cs</Link> |
| 159 | + </Compile> |
| 160 | + <Compile Include="..\OptimizelySDK\Event\Dispatcher\WebRequestEventDispatcher35.cs"> |
| 161 | + <Link>Event\Dispatcher\WebRequestEventDispatcher35.cs</Link> |
| 162 | + </Compile> |
| 163 | + <Compile Include="..\OptimizelySDK\Event\Entity\ConversionEvent.cs"> |
| 164 | + <Link>Event\Entity\ConversionEvent.cs</Link> |
| 165 | + </Compile> |
| 166 | + <Compile Include="..\OptimizelySDK\Event\Entity\Decision.cs"> |
| 167 | + <Link>Event\Entity\Decision.cs</Link> |
| 168 | + </Compile> |
| 169 | + <Compile Include="..\OptimizelySDK\Event\Entity\EventBatch.cs"> |
| 170 | + <Link>Event\Entity\EventBatch.cs</Link> |
| 171 | + </Compile> |
| 172 | + <Compile Include="..\OptimizelySDK\Event\Entity\EventContext.cs"> |
| 173 | + <Link>Event\Entity\EventContext.cs</Link> |
| 174 | + </Compile> |
| 175 | + <Compile Include="..\OptimizelySDK\Event\Entity\ImpressionEvent.cs"> |
| 176 | + <Link>Event\Entity\ImpressionEvent.cs</Link> |
| 177 | + </Compile> |
| 178 | + <Compile Include="..\OptimizelySDK\Event\Entity\Snapshot.cs"> |
| 179 | + <Link>Event\Entity\Snapshot.cs</Link> |
| 180 | + </Compile> |
| 181 | + <Compile Include="..\OptimizelySDK\Event\Entity\SnapshotEvent.cs"> |
| 182 | + <Link>Event\Entity\SnapshotEvent.cs</Link> |
| 183 | + </Compile> |
| 184 | + <Compile Include="..\OptimizelySDK\Event\Entity\UserEvent.cs"> |
| 185 | + <Link>Event\Entity\UserEvent.cs</Link> |
| 186 | + </Compile> |
| 187 | + <Compile Include="..\OptimizelySDK\Event\Entity\Visitor.cs"> |
| 188 | + <Link>Event\Entity\Visitor.cs</Link> |
| 189 | + </Compile> |
| 190 | + <Compile Include="..\OptimizelySDK\Event\Entity\VisitorAttribute.cs"> |
| 191 | + <Link>Event\Entity\VisitorAttribute.cs</Link> |
| 192 | + </Compile> |
| 193 | + <Compile Include="..\OptimizelySDK\Exceptions\OptimizelyException.cs"> |
| 194 | + <Link>Exceptions\OptimizelyException.cs</Link> |
| 195 | + </Compile> |
| 196 | + <Compile Include="..\OptimizelySDK\Logger\DefaultLogger.cs"> |
| 197 | + <Link>Logger\DefaultLogger.cs</Link> |
| 198 | + </Compile> |
| 199 | + <Compile Include="..\OptimizelySDK\Logger\ILogger.cs"> |
| 200 | + <Link>Logger\ILogger.cs</Link> |
| 201 | + </Compile> |
| 202 | + <Compile Include="..\OptimizelySDK\Logger\NoOpLogger.cs"> |
| 203 | + <Link>Logger\NoOpLogger.cs</Link> |
| 204 | + </Compile> |
| 205 | + <Compile Include="..\OptimizelySDK\Notifications\NotificationCenter.cs"> |
| 206 | + <Link>Notifications\NotificationCenter.cs</Link> |
| 207 | + </Compile> |
| 208 | + <Compile Include="..\OptimizelySDK\Utils\AttributeMatchTypes.cs"> |
| 209 | + <Link>Utils\AttributeMatchTypes.cs</Link> |
| 210 | + </Compile> |
| 211 | + <Compile Include="..\OptimizelySDK\Utils\ConditionParser.cs"> |
| 212 | + <Link>Utils\ConditionParser.cs</Link> |
| 213 | + </Compile> |
| 214 | + <Compile Include="..\OptimizelySDK\Utils\ConfigParser.cs"> |
| 215 | + <Link>Utils\ConfigParser.cs</Link> |
| 216 | + </Compile> |
| 217 | + <Compile Include="..\OptimizelySDK\Utils\ControlAttributes.cs"> |
| 218 | + <Link>Utils\ControlAttributes.cs</Link> |
| 219 | + </Compile> |
| 220 | + <Compile Include="..\OptimizelySDK\Utils\DateTimeUtils.cs"> |
| 221 | + <Link>Utils\DateTimeUtils.cs</Link> |
| 222 | + </Compile> |
| 223 | + <Compile Include="..\OptimizelySDK\Utils\DecisionInfoTypes.cs"> |
| 224 | + <Link>Utils\DecisionInfoTypes.cs</Link> |
| 225 | + </Compile> |
| 226 | + <Compile Include="..\OptimizelySDK\Utils\EventTagUtils.cs"> |
| 227 | + <Link>Utils\EventTagUtils.cs</Link> |
| 228 | + </Compile> |
| 229 | + <Compile Include="..\OptimizelySDK\Utils\ExceptionExtensions.cs"> |
| 230 | + <Link>Utils\ExceptionExtensions.cs</Link> |
| 231 | + </Compile> |
| 232 | + <Compile Include="..\OptimizelySDK\Utils\ExperimentUtils.cs"> |
| 233 | + <Link>Utils\ExperimentUtils.cs</Link> |
| 234 | + </Compile> |
| 235 | + <Compile Include="..\OptimizelySDK\Utils\Schema.cs"> |
| 236 | + <Link>Utils\Schema.cs</Link> |
| 237 | + </Compile> |
| 238 | + <Compile Include="..\OptimizelySDK\Utils\Validator.cs"> |
| 239 | + <Link>Utils\Validator.cs</Link> |
| 240 | + </Compile> |
| 241 | + </ItemGroup> |
| 242 | + <ItemGroup> |
| 243 | + <None Include="..\OptimizelySDK\Event\.DS_Store"> |
| 244 | + <Link>Event\.DS_Store</Link> |
| 245 | + </None> |
| 246 | + </ItemGroup> |
| 247 | + <ItemGroup> |
| 248 | + <PackageReference Include="murmurhash-signed" Version="1.0.2" /> |
| 249 | + <PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> |
| 250 | + <PackageReference Include="NJsonSchema" Version="8.30.6304.31883" /> |
| 251 | + </ItemGroup> |
| 252 | + <ItemGroup> |
| 253 | + <EmbeddedResource Include="..\OptimizelySDK\Utils\schema.json"> |
| 254 | + <Link>Utils\schema.json</Link> |
| 255 | + <LogicalName>OptimizelySDK.Utils.schema.json</LogicalName> |
| 256 | + </EmbeddedResource> |
| 257 | + </ItemGroup> |
| 258 | +</Project> |
0 commit comments