16 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
17 |
|
<PlatformTarget>x86</PlatformTarget> |
18 |
|
<Optimize>false</Optimize> |
19 |
< |
<OutputPath>bin\x86\Debug</OutputPath> |
19 |
> |
<OutputPath>bin\Debug</OutputPath> |
20 |
|
<WarningLevel>4</WarningLevel> |
21 |
|
<UseVSHostingProcess>false</UseVSHostingProcess> |
22 |
|
</PropertyGroup> |
23 |
– |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
24 |
– |
<PlatformTarget>x86</PlatformTarget> |
25 |
– |
<Optimize>false</Optimize> |
26 |
– |
<OutputPath>bin\x86\Release</OutputPath> |
27 |
– |
<WarningLevel>4</WarningLevel> |
28 |
– |
</PropertyGroup> |
23 |
|
<ItemGroup> |
24 |
|
<Reference Include="System" /> |
25 |
|
<Reference Include="System.Core" /> |
35 |
|
<Reference Include="Utilities.TransparentControls"> |
36 |
|
<HintPath>..\deps\TransparentControls\Utilities.TransparentControls.dll</HintPath> |
37 |
|
</Reference> |
38 |
+ |
<Reference Include="Enterprise.CrossPlatform"> |
39 |
+ |
<HintPath>..\deps\Enterprise.CrossPlatform\Enterprise.CrossPlatform.dll</HintPath> |
40 |
+ |
</Reference> |
41 |
|
</ItemGroup> |
42 |
|
<ItemGroup> |
43 |
|
<Compile Include="Api\ConfigLoader.cs" /> |
108 |
|
<Link>emu.config</Link> |
109 |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
110 |
|
</None> |
111 |
+ |
<None Include="..\deps\Enterprise.Logging\Enterprise.Logging.dll.mdb"> |
112 |
+ |
<Link>Enterprise.Logging.dll.mdb</Link> |
113 |
+ |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
114 |
+ |
</None> |
115 |
+ |
<None Include="..\deps\Enterprise.CrossPlatform\Enterprise.CrossPlatform.dll.mdb"> |
116 |
+ |
<Link>Enterprise.CrossPlatform.dll.mdb</Link> |
117 |
+ |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
118 |
+ |
</None> |
119 |
|
</ItemGroup> |
120 |
|
<ItemGroup> |
121 |
|
<None Include="Resources\games.png" /> |