-
Notifications
You must be signed in to change notification settings - Fork 0
/
itunesagent.nunit
39 lines (39 loc) · 1.49 KB
/
itunesagent.nunit
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
30
31
32
33
34
35
36
37
38
39
<NUnitProject>
<Settings activeconfig="Debug" />
<Config name="Debug" binpathtype="Auto">
<assembly path="bin\Debug\iTunes Agent.exe" />
</Config>
<Config name="Release" binpathtype="Auto">
<assembly path="bin\Release\iTunes Agent.exe" />
</Config>
<Config name="Release x86" binpathtype="Auto">
<assembly path="bin\Release x86\iTunes Agent.exe" />
</Config>
<Config name="Debug|x86" binpathtype="Auto">
<assembly path="bin\x86\Debug\iTunes Agent.exe" />
</Config>
<Config name="Release|x86" binpathtype="Auto">
<assembly path="bin\x86\Release\iTunes Agent.exe" />
</Config>
<Config name="Release x86|x86" binpathtype="Auto">
<assembly path="bin\x86\Release x86\iTunes Agent.exe" />
</Config>
<Config name="Release x64" binpathtype="Auto">
<assembly path="bin\Release x64\iTunes Agent.exe" />
</Config>
<Config name="Release x64|x86" binpathtype="Auto">
<assembly path="bin\x86\Release x64\iTunes Agent.exe" />
</Config>
<Config name="Debug|x64" binpathtype="Auto">
<assembly path="bin\x64\Debug\iTunes Agent.exe" />
</Config>
<Config name="Release|x64" binpathtype="Auto">
<assembly path="bin\x64\Release\iTunes Agent.exe" />
</Config>
<Config name="Release x86|x64" binpathtype="Auto">
<assembly path="bin\x64\Release x86\iTunes Agent.exe" />
</Config>
<Config name="Release x64|x64" binpathtype="Auto">
<assembly path="bin\x64\Release x64\iTunes Agent.exe" />
</Config>
</NUnitProject>