11 |
|
<RootNamespace>EmuXPortal</RootNamespace> |
12 |
|
<AssemblyName>EmuXPortal</AssemblyName> |
13 |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
< |
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
14 |
> |
<TargetFrameworkProfile> |
15 |
> |
</TargetFrameworkProfile> |
16 |
|
<FileAlignment>512</FileAlignment> |
17 |
|
</PropertyGroup> |
18 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
63 |
|
<Compile Include="Properties\Resources.Designer.cs"> |
64 |
|
<AutoGen>True</AutoGen> |
65 |
|
<DependentUpon>Resources.resx</DependentUpon> |
66 |
+ |
<DesignTime>True</DesignTime> |
67 |
|
</Compile> |
68 |
+ |
<None Include="app.config" /> |
69 |
|
<None Include="Properties\Settings.settings"> |
70 |
|
<Generator>SettingsSingleFileGenerator</Generator> |
71 |
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
77 |
|
</Compile> |
78 |
|
</ItemGroup> |
79 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
80 |
+ |
<PropertyGroup> |
81 |
+ |
<PostBuildEvent>copy "$(SolutionDir)config.ini" "$(TargetDir)"</PostBuildEvent> |
82 |
+ |
</PropertyGroup> |
83 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
84 |
|
Other similar extension points exist, see Microsoft.Common.targets. |
85 |
|
<Target Name="BeforeBuild"> |