lotrointerface.com
Search Downloads

LoTROInterface SVN BuildSkin

[/] [branches/] [newbeta/] [BuildSkin (beta)/] [BuildSkin (beta).csproj] - Blame information for rev 25

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 Mevordel-4860
<?xml version="1.0" encoding="utf-8"?>
2 Mevordel-4860
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 Mevordel-4860
  <PropertyGroup>
4 Mevordel-4860
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 Mevordel-4860
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 Mevordel-4860
    <ProductVersion>8.0.30703</ProductVersion>
7 Mevordel-4860
    <SchemaVersion>2.0</SchemaVersion>
8 Mevordel-4860
    <ProjectGuid>{640DEE15-DA6E-402B-A155-2BD804BE3BB4}</ProjectGuid>
9 Mevordel-4860
    <OutputType>WinExe</OutputType>
10 Mevordel-4860
    <AppDesignerFolder>Properties</AppDesignerFolder>
11 Mevordel-4860
    <RootNamespace>BuildSkin</RootNamespace>
12 Mevordel-4860
    <AssemblyName>BuildSkin %28Beta%29</AssemblyName>
13 Mevordel-4860
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 Mevordel-4860
    <FileAlignment>512</FileAlignment>
15 Mevordel-4860
    <PublishUrl>publish\</PublishUrl>
16 Mevordel-4860
    <Install>true</Install>
17 Mevordel-4860
    <InstallFrom>Disk</InstallFrom>
18 Mevordel-4860
    <UpdateEnabled>false</UpdateEnabled>
19 Mevordel-4860
    <UpdateMode>Foreground</UpdateMode>
20 Mevordel-4860
    <UpdateInterval>7</UpdateInterval>
21 Mevordel-4860
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 Mevordel-4860
    <UpdatePeriodically>false</UpdatePeriodically>
23 Mevordel-4860
    <UpdateRequired>false</UpdateRequired>
24 Mevordel-4860
    <MapFileExtensions>true</MapFileExtensions>
25 Mevordel-4860
    <ApplicationRevision>0</ApplicationRevision>
26 Mevordel-4860
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 Mevordel-4860
    <IsWebBootstrapper>false</IsWebBootstrapper>
28 Mevordel-4860
    <UseApplicationTrust>false</UseApplicationTrust>
29 Mevordel-4860
    <BootstrapperEnabled>true</BootstrapperEnabled>
30 Mevordel-4860
  </PropertyGroup>
31 Mevordel-4860
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
32 Mevordel-4860
    <PlatformTarget>x86</PlatformTarget>
33 Mevordel-4860
    <DebugSymbols>true</DebugSymbols>
34 Mevordel-4860
    <DebugType>full</DebugType>
35 Mevordel-4860
    <Optimize>false</Optimize>
36 Mevordel-4860
    <OutputPath>bin\Debug\</OutputPath>
37 Mevordel-4860
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38 Mevordel-4860
    <ErrorReport>prompt</ErrorReport>
39 Mevordel-4860
    <WarningLevel>4</WarningLevel>
40 Mevordel-4860
  </PropertyGroup>
41 Mevordel-4860
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42 Mevordel-4860
    <PlatformTarget>x86</PlatformTarget>
43 Mevordel-4860
    <DebugType>pdbonly</DebugType>
44 Mevordel-4860
    <Optimize>true</Optimize>
45 Mevordel-4860
    <OutputPath>bin\Release\</OutputPath>
46 Mevordel-4860
    <DefineConstants>
47 Mevordel-4860
    </DefineConstants>
48 Mevordel-4860
    <ErrorReport>prompt</ErrorReport>
49 Mevordel-4860
    <WarningLevel>4</WarningLevel>
50 Mevordel-4860
  </PropertyGroup>
51 Mevordel-4860
  <PropertyGroup>
52 Mevordel-4860
    <StartupObject>BuildSkin.Program</StartupObject>
53 Mevordel-4860
  </PropertyGroup>
54 Mevordel-4860
  <PropertyGroup>
55 Mevordel-4860
    <NoWin32Manifest>true</NoWin32Manifest>
56 Mevordel-4860
  </PropertyGroup>
57 Mevordel-4860
  <PropertyGroup>
58 Mevordel-4860
    <ApplicationIcon>Icon.ico</ApplicationIcon>
59 Mevordel-4860
  </PropertyGroup>
60 Mevordel-4860
  <ItemGroup>
61 Mevordel-4860
    <Reference Include="System" />
62 Mevordel-4860
    <Reference Include="System.Data" />
63 Mevordel-4860
    <Reference Include="System.Deployment" />
64 Mevordel-4860
    <Reference Include="System.Drawing" />
65 Mevordel-4860
    <Reference Include="System.Windows.Forms" />
66 Mevordel-4860
    <Reference Include="System.Xml" />
67 Mevordel-4860
  </ItemGroup>
68 Mevordel-4860
  <ItemGroup>
69 Mevordel-4860
    <Compile Include="mainWindow.cs">
70 Mevordel-4860
      <SubType>Form</SubType>
71 Mevordel-4860
    </Compile>
72 Mevordel-4860
    <Compile Include="mainWindow.Designer.cs">
73 Mevordel-4860
      <DependentUpon>mainWindow.cs</DependentUpon>
74 Mevordel-4860
    </Compile>
75 Mevordel-4860
    <Compile Include="Program.cs" />
76 Mevordel-4860
    <Compile Include="Properties\AssemblyInfo.cs" />
77 Mevordel-4860
    <EmbeddedResource Include="mainWindow.resx">
78 Mevordel-4860
      <DependentUpon>mainWindow.cs</DependentUpon>
79 Mevordel-4860
    </EmbeddedResource>
80 Mevordel-4860
    <EmbeddedResource Include="Properties\Resources.resx">
81 Mevordel-4860
      <Generator>ResXFileCodeGenerator</Generator>
82 Mevordel-4860
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
83 Mevordel-4860
      <SubType>Designer</SubType>
84 Mevordel-4860
    </EmbeddedResource>
85 Mevordel-4860
    <Compile Include="Properties\Resources.Designer.cs">
86 Mevordel-4860
      <AutoGen>True</AutoGen>
87 Mevordel-4860
      <DependentUpon>Resources.resx</DependentUpon>
88 Mevordel-4860
      <DesignTime>True</DesignTime>
89 Mevordel-4860
    </Compile>
90 Mevordel-4860
    <None Include="Properties\Settings.settings">
91 Mevordel-4860
      <Generator>SettingsSingleFileGenerator</Generator>
92 Mevordel-4860
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
93 Mevordel-4860
    </None>
94 Mevordel-4860
    <Compile Include="Properties\Settings.Designer.cs">
95 Mevordel-4860
      <AutoGen>True</AutoGen>
96 Mevordel-4860
      <DependentUpon>Settings.settings</DependentUpon>
97 Mevordel-4860
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
98 Mevordel-4860
    </Compile>
99 Mevordel-4860
  </ItemGroup>
100 Mevordel-4860
  <ItemGroup>
101 Mevordel-4860
    <Content Include="Icon.ico" />
102 Mevordel-4860
    <Content Include="welcome.html">
103 Mevordel-4860
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
104 Mevordel-4860
    </Content>
105 Mevordel-4860
  </ItemGroup>
106 Mevordel-4860
  <ItemGroup>
107 Mevordel-4860
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
108 Mevordel-4860
      <Visible>False</Visible>
109 Mevordel-4860
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
110 Mevordel-4860
      <Install>false</Install>
111 Mevordel-4860
    </BootstrapperPackage>
112 Mevordel-4860
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
113 Mevordel-4860
      <Visible>False</Visible>
114 Mevordel-4860
      <ProductName>.NET Framework 3.5 SP1</ProductName>
115 Mevordel-4860
      <Install>true</Install>
116 Mevordel-4860
    </BootstrapperPackage>
117 Mevordel-4860
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
118 Mevordel-4860
      <Visible>False</Visible>
119 Mevordel-4860
      <ProductName>Windows Installer 3.1</ProductName>
120 Mevordel-4860
      <Install>true</Install>
121 Mevordel-4860
    </BootstrapperPackage>
122 Mevordel-4860
  </ItemGroup>
123 Mevordel-4860
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124 Mevordel-4860
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125 Mevordel-4860
       Other similar extension points exist, see Microsoft.Common.targets.
126 Mevordel-4860
  <Target Name="BeforeBuild">
127 Mevordel-4860
  </Target>
128 Mevordel-4860
  <Target Name="AfterBuild">
129 Mevordel-4860
  </Target>
130 Mevordel-4860
  -->
131 Mevordel-4860
</Project>

All times are GMT -5. The time now is 04:17 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui