1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >10.0.0</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{B117A1D0-AAAD-4B03-8B20-A8AEDC2EE01A}</ProjectGuid >
9+ <OutputType >Exe</OutputType >
10+ <RootNamespace >image</RootNamespace >
11+ <AssemblyName >image</AssemblyName >
12+ </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14+ <DebugSymbols >true</DebugSymbols >
15+ <DebugType >full</DebugType >
16+ <Optimize >false</Optimize >
17+ <OutputPath >bin\Debug</OutputPath >
18+ <DefineConstants >DEBUG;</DefineConstants >
19+ <ErrorReport >prompt</ErrorReport >
20+ <WarningLevel >4</WarningLevel >
21+ <Externalconsole >true</Externalconsole >
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24+ <DebugType >none</DebugType >
25+ <Optimize >true</Optimize >
26+ <OutputPath >bin\Release</OutputPath >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ <Externalconsole >true</Externalconsole >
30+ </PropertyGroup >
31+ <ItemGroup >
32+ <Reference Include =" System" />
33+ </ItemGroup >
34+ <ItemGroup >
35+ <Compile Include =" AssemblyInfo.cs" />
36+ <Compile Include =" ..\image.cs" >
37+ <Link >image.cs</Link >
38+ </Compile >
39+ </ItemGroup >
40+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
41+ <ItemGroup >
42+ <None Include =" ..\api_key.txt" >
43+ <Link >api_key.txt</Link >
44+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
45+ </None >
46+ </ItemGroup >
47+ <ItemGroup >
48+ <ProjectReference Include =" ..\..\module\sdk\sdk.csproj" >
49+ <Project >{799E354F-E323-408C-9733-7F1896342663}</Project >
50+ <Name >sdk</Name >
51+ </ProjectReference >
52+ </ItemGroup >
53+ </Project >
0 commit comments