7
7
<ProjectGuid >{3AC668DE-B358-4B20-84C8-0B60361CC096}</ProjectGuid >
8
8
<OutputType >Exe</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >ImageScaler </RootNamespace >
11
- <AssemblyName >ImageScaler </AssemblyName >
10
+ <RootNamespace >Downsize </RootNamespace >
11
+ <AssemblyName >Downsize </AssemblyName >
12
12
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
- <NuGetPackageImportStamp >af210e33 </NuGetPackageImportStamp >
14
+ <NuGetPackageImportStamp >62627cda </NuGetPackageImportStamp >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<PlatformTarget >AnyCPU</PlatformTarget >
32
32
<ErrorReport >prompt</ErrorReport >
33
33
<WarningLevel >4</WarningLevel >
34
34
</PropertyGroup >
35
- <ItemGroup >
36
- <Reference Include =" NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
37
- <HintPath >..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath >
38
- <Private >True</Private >
39
- </Reference >
40
- <Reference Include =" System" />
41
- <Reference Include =" System.Configuration" />
42
- <Reference Include =" System.Core" />
43
- <Reference Include =" System.Drawing" />
44
- <Reference Include =" System.Xml.Linq" />
45
- <Reference Include =" System.Data.DataSetExtensions" />
46
- <Reference Include =" Microsoft.CSharp" />
47
- <Reference Include =" System.Data" />
48
- <Reference Include =" System.Xml" />
49
- </ItemGroup >
50
35
<ItemGroup >
51
36
<Compile Include =" DirectoryHelper.cs" />
52
37
<Compile Include =" ImageConfigSection.cs" />
65
50
<ItemGroup >
66
51
<Content Include =" FodyWeavers.xml" />
67
52
</ItemGroup >
53
+ <ItemGroup >
54
+ <Reference Include =" NDesk.Options, Version=0.2.1.0, Culture=neutral, processorArchitecture=MSIL" >
55
+ <HintPath >..\..\packages\NDesk.Options.0.2.1\lib\NDesk.Options.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" System" />
59
+ <Reference Include =" System.Configuration" />
60
+ <Reference Include =" System.Drawing" />
61
+ </ItemGroup >
68
62
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
- <Import Project =" ..\packages\Fody.1.28.3\build\Fody.targets" Condition =" Exists('..\packages\Fody.1.28.3\build\Fody.targets')" />
63
+ <Import Project =" ..\..\ packages\Fody.1.28.3\build\Fody.targets" Condition =" Exists('..\ ..\packages\Fody.1.28.3\build\Fody.targets')" />
70
64
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
71
65
<PropertyGroup >
72
66
<ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
73
67
</PropertyGroup >
74
- <Error Condition =" !Exists('..\packages\Fody.1.28.3\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" />
75
- </Target >
76
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77
- Other similar extension points exist, see Microsoft.Common.targets.
78
- <Target Name="BeforeBuild">
79
- </Target>
80
- <Target Name="AfterBuild">
68
+ <Error Condition =" !Exists('..\..\packages\Fody.1.28.3\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.1.28.3\build\Fody.targets'))" />
81
69
</Target >
82
- -->
83
70
</Project >
0 commit comments