RegName – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{49715CCE-C706-4FEC-A378-D8DB3645ACB5}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>RegName</RootNamespace>
10 <AssemblyName>RegName</AssemblyName>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
15 <TargetFrameworkProfile />
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <PropertyGroup>
37 <ApplicationIcon>logo.ico</ApplicationIcon>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
41 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\BouncyCastle.Crypto.dll</HintPath>
42 </Reference>
43 <Reference Include="Jot, Version=2.1.17.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
44 <HintPath>..\packages\Jot.2.1.17\lib\netstandard2.0\Jot.dll</HintPath>
45 </Reference>
46 <Reference Include="NetSparkle, Version=2.2.3.0, Culture=neutral, processorArchitecture=MSIL">
47 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.3\lib\net452\NetSparkle.dll</HintPath>
48 </Reference>
49 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
50 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
51 </Reference>
52 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
53 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\Newtonsoft.Json.dll</HintPath>
54 </Reference>
55 <Reference Include="PresentationFramework" />
56 <Reference Include="System" />
57 <Reference Include="System.Core" />
58 <Reference Include="System.Management" />
59 <Reference Include="System.Runtime.Serialization" />
60 <Reference Include="System.Xaml" />
61 <Reference Include="System.Xml.Linq" />
62 <Reference Include="System.Data.DataSetExtensions" />
63 <Reference Include="Microsoft.CSharp" />
64 <Reference Include="System.Data" />
65 <Reference Include="System.Deployment" />
66 <Reference Include="System.Drawing" />
67 <Reference Include="System.Net.Http" />
68 <Reference Include="System.Windows.Forms" />
69 <Reference Include="System.Xml" />
70 <Reference Include="WindowsBase" />
71 </ItemGroup>
72 <ItemGroup>
73 <Compile Include="AboutForm.cs">
74 <SubType>Form</SubType>
75 </Compile>
76 <Compile Include="AboutForm.Designer.cs">
77 <DependentUpon>AboutForm.cs</DependentUpon>
78 </Compile>
79 <Compile Include="Constants.cs" />
80 <Compile Include="RenameProgress.cs" />
81 <Compile Include="FileRename.cs" />
82 <Compile Include="MainForm.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="MainForm.Designer.cs">
86 <DependentUpon>MainForm.cs</DependentUpon>
87 </Compile>
88 <Compile Include="Program.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" />
90 <Compile Include="Properties\Resource1.Designer.cs">
91 <AutoGen>True</AutoGen>
92 <DesignTime>True</DesignTime>
93 <DependentUpon>Resource1.resx</DependentUpon>
94 </Compile>
95 <Compile Include="Properties\Resources.Designer.cs">
96 <AutoGen>True</AutoGen>
97 <DesignTime>True</DesignTime>
98 <DependentUpon>Resources.resx</DependentUpon>
99 </Compile>
100 <Compile Include="RenameProgressFailure.cs" />
101 <Compile Include="RenameProgressSuccess.cs" />
102 <Compile Include="Utilities\Helpers.cs" />
103 <Compile Include="Utilities\WindowState.cs" />
104 <EmbeddedResource Include="AboutForm.resx">
105 <DependentUpon>AboutForm.cs</DependentUpon>
106 </EmbeddedResource>
107 <EmbeddedResource Include="MainForm.resx">
108 <DependentUpon>MainForm.cs</DependentUpon>
109 <SubType>Designer</SubType>
110 </EmbeddedResource>
111 <EmbeddedResource Include="Properties\Resource1.resx">
112 <Generator>ResXFileCodeGenerator</Generator>
113 <LastGenOutput>Resource1.Designer.cs</LastGenOutput>
114 </EmbeddedResource>
115 <EmbeddedResource Include="Properties\Resources.resx">
116 <Generator>ResXFileCodeGenerator</Generator>
117 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
118 </EmbeddedResource>
119 <None Include="packages.config" />
120 <None Include="Properties\Settings.settings">
121 <Generator>SettingsSingleFileGenerator</Generator>
122 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
123 </None>
124 <Compile Include="Properties\Settings.Designer.cs">
125 <AutoGen>True</AutoGen>
126 <DependentUpon>Settings.settings</DependentUpon>
127 <DesignTimeSharedInput>True</DesignTimeSharedInput>
128 </Compile>
129 </ItemGroup>
130 <ItemGroup>
131 <None Include="App.config" />
132 </ItemGroup>
133 <ItemGroup />
134 <ItemGroup>
135 <None Include="img\logo.png" />
136 <Content Include="img\about.png" />
137 <Content Include="img\exit.png" />
138 <Content Include="img\mop.png" />
139 <Content Include="img\remove.png" />
140 <Content Include="img\update.png" />
141 <Content Include="logo.ico" />
142 </ItemGroup>
143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144 </Project>