lotrointerface.com
Search Downloads

LoTROInterface SVN BuildSkin

[/] [branches/] [UiBuilder-Compat/] [BuildSkin.csproj] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 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>{A2A7F58F-30DD-4B6F-8820-C363665A4EC8}</ProjectGuid>
9 Mevordel-4860
    <OutputType>WinExe</OutputType>
10 Mevordel-4860
    <AppDesignerFolder>Properties</AppDesignerFolder>
11 Mevordel-4860
    <RootNamespace>BuildSkin</RootNamespace>
12 Mevordel-4860
    <AssemblyName>BuildSkin</AssemblyName>
13 Mevordel-4860
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 Mevordel-4860
    <FileAlignment>512</FileAlignment>
15 Mevordel-4860
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
16 Mevordel-4860
    <IsWebBootstrapper>false</IsWebBootstrapper>
17 Mevordel-4860
    <PublishUrl>publish\</PublishUrl>
18 Mevordel-4860
    <Install>true</Install>
19 Mevordel-4860
    <InstallFrom>Disk</InstallFrom>
20 Mevordel-4860
    <UpdateEnabled>false</UpdateEnabled>
21 Mevordel-4860
    <UpdateMode>Foreground</UpdateMode>
22 Mevordel-4860
    <UpdateInterval>7</UpdateInterval>
23 Mevordel-4860
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24 Mevordel-4860
    <UpdatePeriodically>false</UpdatePeriodically>
25 Mevordel-4860
    <UpdateRequired>false</UpdateRequired>
26 Mevordel-4860
    <MapFileExtensions>true</MapFileExtensions>
27 Mevordel-4860
    <ApplicationRevision>0</ApplicationRevision>
28 Mevordel-4860
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29 Mevordel-4860
    <UseApplicationTrust>false</UseApplicationTrust>
30 Mevordel-4860
    <PublishWizardCompleted>true</PublishWizardCompleted>
31 Mevordel-4860
    <BootstrapperEnabled>true</BootstrapperEnabled>
32 Mevordel-4860
  </PropertyGroup>
33 Mevordel-4860
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34 Mevordel-4860
    <PlatformTarget>x86</PlatformTarget>
35 Mevordel-4860
    <DebugSymbols>true</DebugSymbols>
36 Mevordel-4860
    <DebugType>full</DebugType>
37 Mevordel-4860
    <Optimize>false</Optimize>
38 Mevordel-4860
    <OutputPath>bin\Debug\</OutputPath>
39 Mevordel-4860
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40 Mevordel-4860
    <ErrorReport>prompt</ErrorReport>
41 Mevordel-4860
    <WarningLevel>4</WarningLevel>
42 Mevordel-4860
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
43 Mevordel-4860
  </PropertyGroup>
44 Mevordel-4860
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45 Mevordel-4860
    <PlatformTarget>x86</PlatformTarget>
46 Mevordel-4860
    <DebugType>pdbonly</DebugType>
47 Mevordel-4860
    <Optimize>true</Optimize>
48 Mevordel-4860
    <OutputPath>bin\Release\</OutputPath>
49 Mevordel-4860
    <DefineConstants>TRACE</DefineConstants>
50 Mevordel-4860
    <ErrorReport>prompt</ErrorReport>
51 Mevordel-4860
    <WarningLevel>4</WarningLevel>
52 Mevordel-4860
  </PropertyGroup>
53 Mevordel-4860
  <PropertyGroup>
54 Mevordel-4860
    <NoWin32Manifest>true</NoWin32Manifest>
55 Mevordel-4860
  </PropertyGroup>
56 Mevordel-4860
  <PropertyGroup>
57 Mevordel-4860
    <ApplicationIcon>Icon.ico</ApplicationIcon>
58 Mevordel-4860
  </PropertyGroup>
59 Mevordel-4860
  <PropertyGroup>
60 Mevordel-4860
    <ManifestCertificateThumbprint>892D1B02BBC75D60F588D55FE82788991AEE18F8</ManifestCertificateThumbprint>
61 Mevordel-4860
  </PropertyGroup>
62 Mevordel-4860
  <PropertyGroup>
63 Mevordel-4860
    <ManifestKeyFile>BuildSkin_TemporaryKey.pfx</ManifestKeyFile>
64 Mevordel-4860
  </PropertyGroup>
65 Mevordel-4860
  <PropertyGroup>
66 Mevordel-4860
    <GenerateManifests>true</GenerateManifests>
67 Mevordel-4860
  </PropertyGroup>
68 Mevordel-4860
  <PropertyGroup>
69 Mevordel-4860
    <SignManifests>true</SignManifests>
70 Mevordel-4860
  </PropertyGroup>
71 Mevordel-4860
  <ItemGroup>
72 Mevordel-4860
    <Reference Include="System" />
73 Mevordel-4860
    <Reference Include="System.Data" />
74 Mevordel-4860
    <Reference Include="System.Deployment" />
75 Mevordel-4860
    <Reference Include="System.Drawing" />
76 Mevordel-4860
    <Reference Include="System.Windows.Forms" />
77 Mevordel-4860
    <Reference Include="System.Xml" />
78 Mevordel-4860
  </ItemGroup>
79 Mevordel-4860
  <ItemGroup>
80 Mevordel-4860
    <Compile Include="BuildSkin.cs">
81 Mevordel-4860
      <SubType>Form</SubType>
82 Mevordel-4860
    </Compile>
83 Mevordel-4860
    <Compile Include="BuildSkin.Designer.cs">
84 Mevordel-4860
      <DependentUpon>BuildSkin.cs</DependentUpon>
85 Mevordel-4860
    </Compile>
86 Mevordel-4860
    <Compile Include="Program.cs" />
87 Mevordel-4860
    <Compile Include="Properties\AssemblyInfo.cs" />
88 Mevordel-4860
    <EmbeddedResource Include="BuildSkin.resx">
89 Mevordel-4860
      <DependentUpon>BuildSkin.cs</DependentUpon>
90 Mevordel-4860
    </EmbeddedResource>
91 Mevordel-4860
    <EmbeddedResource Include="Properties\Resources.resx">
92 Mevordel-4860
      <Generator>ResXFileCodeGenerator</Generator>
93 Mevordel-4860
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
94 Mevordel-4860
      <SubType>Designer</SubType>
95 Mevordel-4860
    </EmbeddedResource>
96 Mevordel-4860
    <Compile Include="Properties\Resources.Designer.cs">
97 Mevordel-4860
      <AutoGen>True</AutoGen>
98 Mevordel-4860
      <DependentUpon>Resources.resx</DependentUpon>
99 Mevordel-4860
      <DesignTime>True</DesignTime>
100 Mevordel-4860
    </Compile>
101 Mevordel-4860
    <None Include="app.config" />
102 Mevordel-4860
    <None Include="Properties\Settings.settings">
103 Mevordel-4860
      <Generator>SettingsSingleFileGenerator</Generator>
104 Mevordel-4860
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
105 Mevordel-4860
    </None>
106 Mevordel-4860
    <Compile Include="Properties\Settings.Designer.cs">
107 Mevordel-4860
      <AutoGen>True</AutoGen>
108 Mevordel-4860
      <DependentUpon>Settings.settings</DependentUpon>
109 Mevordel-4860
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
110 Mevordel-4860
    </Compile>
111 Mevordel-4860
  </ItemGroup>
112 Mevordel-4860
  <ItemGroup>
113 Mevordel-4860
    <Content Include="ReadMe.txt" />
114 Mevordel-4860
    <Content Include="Icon.ico" />
115 Mevordel-4860
  </ItemGroup>
116 Mevordel-4860
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117 Mevordel-4860
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118 Mevordel-4860
       Other similar extension points exist, see Microsoft.Common.targets.
119 Mevordel-4860
  <Target Name="BeforeBuild">
120 Mevordel-4860
  </Target>
121 Mevordel-4860
  <Target Name="AfterBuild">
122 Mevordel-4860
  </Target>
123 Mevordel-4860
  -->
124 Mevordel-4860
</Project>

All times are GMT -5. The time now is 12:45 PM.


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