ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/trunk/EmuXPortal/EmuXPortal.csproj
(Generate patch)

Comparing trunk/EmuXPortal/EmuXPortal.csproj (file contents):
Revision 7 by william, Tue Apr 3 20:08:55 2012 UTC vs.
Revision 8 by william, Tue Apr 3 20:18:54 2012 UTC

# Line 11 | Line 11
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' ">
# Line 62 | Line 63
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>
# Line 74 | Line 77
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">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines