-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathEmotion.slnx
28 lines (28 loc) · 1.11 KB
/
Emotion.slnx
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
<Solution>
<Configurations>
<Platform Name="Win64" />
<Platform Name="Android" />
<BuildType Name="Autobuild" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
</Configurations>
<Project Path="Emotion.SourceGeneration\Emotion.SourceGeneration.csproj">
<BuildType Solution="Autobuild|*" Project="Release" />
</Project>
<Project Path="Emotion\Emotion.csproj">
<Platform Solution="*|Android" Project="Android" />
<Platform Solution="*|Win64" Project="Win64" />
</Project>
<Project Path="Emotion.ExecTest\Emotion.ExecTest.csproj">
<Platform Solution="*|Win64" Project="x64" />
<Build Solution="Autobuild|*" Project="false" />
<Platform Solution="*|Android" Project="Android" />
<Deploy Solution="*|Android" />
</Project>
<Project Path="Tests\Tests.csproj">
<Platform Project="Default" />
<BuildType Solution="Autobuild|*" Project="Release" />
<Build Solution="*|Android" Project="false" />
<Build Solution="Release|Win64" Project="false" />
</Project>
</Solution>